debug problem in my webpage
-
i am not debug my webpage its open only in withoutdebug mode.how can i set some aspnet_wp property to my page to open it in debug mode or any other solution is there.
prakash
Hi Friend, You can change your Page in Debug Mode as follows 1. Select BUILD Menu. 2. And Select CONFIGURATION MANAGER. 3. Change to 'Debug' in 'Active Solution Configuration' Combo. 4. And also Change to 'Debug' in 'Configuration' column in the Grid. 5. Click Button 'Close' Now You can Debug Your page. Otherwise the Cursor will not be allowed to Break on your Breakpoint. With Regards, Pandian S
-
i am not debug my webpage its open only in withoutdebug mode.how can i set some aspnet_wp property to my page to open it in debug mode or any other solution is there.
prakash
If you have both .Net 2003 and .Net 2005 installed on your machine check outthe following: http://www.dotnet247.com/247reference/msgs/57/288497.aspx[^]
Mike Lasseter