| Great One 2003-03-17, 7:23 pm |
| I have create a ASP.NET project on my computer, but when I try to open my
project on other computers, then it will pop up the following error message
as below. Whether I choose "Yes" or "No", how come it still doesn't display
the correct web page? Anybody knows how to solve this problem? Thanks!!!
=============================
Error while trying to run project: Unable to Start debugging on the web
server. The project is not configured to be debugged.
For ASP.NET projects. verify that you have a valid project file called
'Web.config' for the URL specified and 'debug' is set to 'true' in that
file.
For ATL Server project, verify that the 'DEBUG' verb is associcated with
your ISAPI extension.
Would you like to disable future attempts to debug ASP.NET pages for this
project?
[ Yes ] [ No ] [ Help ]
=============================
|