Can't debug for ASP.NET
-
Hi there, I am using VB.NET 2003 to develop a ASP.NET web application. This week I have some problems: 1) I can't debug ASP code in VS.NET environment. It just does not stop at any break point when I start debugging by pressing F5. I can only debug it by right-clicking the project name in Solution Explorer and choosing Debug in the list. 2) Start page does not work. I set the start page of the web project by right-clicking the page name in Solution Explorer and choosing "Set as Start Page". It always works until this week. Whatever page I choose, it just start with a specified page (not the default page) after I press F5. I checked my configuration manager and web.config, they are all in debug mode. Does anyone know what the reason for the problem? Thanks a lot. -- modified at 17:52 Thursday 24th November, 2005
-
Hi there, I am using VB.NET 2003 to develop a ASP.NET web application. This week I have some problems: 1) I can't debug ASP code in VS.NET environment. It just does not stop at any break point when I start debugging by pressing F5. I can only debug it by right-clicking the project name in Solution Explorer and choosing Debug in the list. 2) Start page does not work. I set the start page of the web project by right-clicking the page name in Solution Explorer and choosing "Set as Start Page". It always works until this week. Whatever page I choose, it just start with a specified page (not the default page) after I press F5. I checked my configuration manager and web.config, they are all in debug mode. Does anyone know what the reason for the problem? Thanks a lot. -- modified at 17:52 Thursday 24th November, 2005
check project properties and tools options, if everything seems correct, create a new project import an existing page and try to debug. if it doesn't work recheck all the visual and project option, the global asax and at the end reinstall or reapir visual studio
-
check project properties and tools options, if everything seems correct, create a new project import an existing page and try to debug. if it doesn't work recheck all the visual and project option, the global asax and at the end reinstall or reapir visual studio