Visual Studio Development Bookmark and Share   
 index > Visual Studio Debugger > Visual Studio Debugging Problem
 

Visual Studio Debugging Problem

Hi All,

Today i faced a new issue with my visual studio 2008. I reinstalled the visual studio and tried to dubug my application. But its not dubugging.

In the browser, it is displaying the message online or offline. When i select offline, it is not displaying the web page and even not debugging.

Anyone know the reason? Why it is happening?

Cheers,
Vivek
VIVEK YJA  Monday, October 05, 2009 4:37 AM
Hello Vivek,

Does this error only happen on this particular project?
How about the issue if we create a new Web Project and debug it?
Did we unenable the httpRuntime section in the Web.config file?
Did we add an App_Offline.htm to the root of the project?
If you will, please provide us the detailed steps to reproduce the issue.

As far as I know, if we configured the unenable the httpRuntime section or if we add an App_Offline.htm page to the root of our project, the server will redirect all the requests for the dynamic pages to the other error pages we defined or just show the content of the App_Offline.htm page.

For more information of the App_Offline.htm, please refer:
http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx

Best regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the All-In-One Code Framework!
Roahn Luo  Tuesday, October 06, 2009 3:32 AM
Hello Vivek,

Does this error only happen on this particular project?
How about the issue if we create a new Web Project and debug it?
Did we unenable the httpRuntime section in the Web.config file?
Did we add an App_Offline.htm to the root of the project?
If you will, please provide us the detailed steps to reproduce the issue.

As far as I know, if we configured the unenable the httpRuntime section or if we add an App_Offline.htm page to the root of our project, the server will redirect all the requests for the dynamic pages to the other error pages we defined or just show the content of the App_Offline.htm page.

For more information of the App_Offline.htm, please refer:
http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx

Best regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the All-In-One Code Framework!
Roahn Luo  Tuesday, October 06, 2009 3:32 AM
Thanks for your reply.

I have solved this problem.
VIVEK YJA  Tuesday, October 06, 2009 11:03 AM

You can use google to search for other answers

Custom Search

More Threads

• Debug JScript in an ASP.NET app with Visual Studio 2005
• Starting iexplorer in vs2005
• Problem Debugging SQL Server Stored Procedures in Web Application
• Why is stepping in VS 2008 so much slower than VS 2005?
• How to view the contents of DataSet at runtime?
• Release / Debug Dorp Down Configuration menu missing
• Debugger Reports Incorrect Values for Native C++
• Cannot inspect ActiveX object properties/methods from JavaScript
• problems with page dispaying under debug mode
• Moves a file pointer to the specified location: _lseek(file_handle,(-(long)(bitmap->bitmapinfoheader.biSizeImage)),SEEK_END);