Hi, Could you please share your experience of how you debug, run solution with 2 web projects, Before this I've hosted web project under IIS and can attach this process from VS. It's comfortable reattach without server restarting and use re-attach extension.
For now with ASP.CORE doesn't save proper values to bind site to IIS, see this: <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
This variable are set only when publish. But I am wanted to debug my site like following: <a class="postlink" href="http://localhost/zerosite-admin">http://localhost/zerosite-admin</a> <a class="postlink" href="http://localhost/zerosite-api">http://localhost/zerosite-api</a>
Is it possible?
Any best practices of how you develop are welcome!
2 Answer(s)
-
0
Hi,
We can continue here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/218">https://github.com/aspnetzero/aspnet-ze ... issues/218</a>
-
0
Hi,
Thanks!