Click here to Skip to main content
15,898,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have web application. Evry time i want to debug this, i have to do Debug- Attach to process. Can someone help me get rid of this.

i read this :http://www.codetunnel.com/blog/post/45/how-to-debug-your-aspnet-projects-running-under-iis[^]
and did teh steps for web apps , but then i got cannot display web page error!

Please help.
Thanks
Posted

1 solution

Usually, you don't have to attach a debugger. If you develop a Web site using Visual Studio, you can really run the whole site under the debugger. Add you breakpoints in Visual Studio before run and use the usual Debug => Start Debugging (F5) menu item. Visual Studio will run a special development HTTP server; and you will be given a choice of the Web page to start with. You can even debug JavaScript this way.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900