Monday, February 25, 2008

VS 2005 screwing me with VsWebSite.Interop

I've been having trouble with the following line below in my asp.net application:




I think it is because I've got a web deployment project as part of my solution (to allow for remote debugging). If I remove the line above from my web.config and rebuild my solution, it is automatically re-added by VS. I've just been removing the line after I deploy the app to the webserver. This is an issue that appears will resolve itself once I finish debugging and remove the web deployment project from my solution.

No comments: