Skip to content

Instantly share code, notes, and snippets.

@ebicoglu
Created March 23, 2020 13:11
Show Gist options
  • Save ebicoglu/fa959ca3e6f8ff0efd0de71df27d8512 to your computer and use it in GitHub Desktop.
Save ebicoglu/fa959ca3e6f8ff0efd0de71df27d8512 to your computer and use it in GitHub Desktop.
SET ASPNETCORE_ENVIRONMENT=Development
SET LAUNCHER_PATH=bin\Debug\netcoreapp3.1\Volo.AbpIo.Account.Web.exe
cd /d "C:\Program Files\IIS Express\"
iisexpress.exe /config:"D:\Github\volo\abp\abp_io\.vs\Volo.AbpIo\config\applicationhost.config" /site:"Volo.AbpIo.Account.Web" /apppool:"Volo.AbpIo.Account.Web AppPool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment