How to not start Web Application project in a solution during debug VS.NET 2008 -
I've found a solution with WinForms and an ASP.NET application.
My startup project is WinForms but every time I run the project, it starts ASP.NET webserver, even if I do not want to use it.
I looked everywhere in the "property page" and there was no substitute for it stop it. Apart from this, it is not possible to unload the project without removing it from the solution.
is far from ideal, but if you use the "default web server" Do "to" Use custom server "and to define the original URL, because it will not load the development server when you debug the Windows application. ">
Unfortunately you want to debug your web site when you have to set it back ...
Comments
Post a Comment