Hello all, I am running an ASP.NET (1.1) application on a win 2003 IIS 6.0 server and everytime I make a change in the programming code, I need to build the web app within visual studio. Once a build the web app (i try to do this on the sites lowest traffic point of the day) the worker process (w3wp.exe) hangs for at least 10 - 20 min before it actual functions properly. I know that the process recycles once I build that web app within visual studio but it take at least 10 - 20 min to kick in and start the web app. As you all might know, the site is non-operative until the worker process starts properly. Has anyone experienced this or knows of a fix? Also, the website is a high traffic website, with many pages that needs to be compiled during the build process. thanks!
You donot need to compile on your server, you can use Visual Studio deploy function to ONLY put the deployed codes to the server.
i am using VS 2003, not sure if you are referring to VS 2005, i dont think it has that feature in VS 2003 all code needs to be compiled for it to take effect