Base solution for your next web application
Open Closed

How to debug, deploy, asp.net core + .net solution #218 #3319


User avatar
0
alexzapros created

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)