How to automate “run asp.net website” from command line?
Right now, I do the following manual steps to run an ASP.NET website on my PC:
Right now, I do the following manual steps to run an ASP.NET website on my PC:
We have a reasonably large ASP.NET MVC app that I work on in Visual Studio 2012 on Win 8. I have a strange issue with slow page load times after recompilation. Usually, the actual build time is about 5 seconds, then the browser opens up and it takes 1-2 minutes to load the page.
Just recently upgraded to Visual Studio 2010 SP1 and ASP.NET MVC3, but the only way I’m aware of using IIS with new projects is to set this up manually after the project is created.