If you working in Visual Studio 2005 web application, then you might face that Open your application in the browser without Debug your Huge project Everytime. Only one time debug is enough. When you work in VS2003 your all files are in IIS default folder so if you type http://localhost/project/default.aspx, it will open that page.
But in VS2005 even if you know the URL like http://localhost:1345/default.aspx you cant access the project without debug.
I have found one method to debug your application at this situation. Open the project in VS2005 go to Website menu => Asp.net Configuration. It will open Website Administration tool. Now your project Ineternal IIS started for your project. You can access your project through URL easily
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment