Ask a Question related to ASP.NET Security, Design and Development.
-
Guest #1
Error while trying to debug
Hello,
When I was trying to open one of my ASP projects somewhere else, I got the following error message:
Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged.
They suggest to click the Help button. When I do that I get a lot of text:
If you are trying to debug an ASP.NET project
Check to see that the project has a valid Web.config file, that the Web.config file sets "debug" to true, and that the debug verb is associated with .aspx. See Debug Mode in ASP.NET Applications for more information.
When I open the web.config file with browser, I get following error message:
Server Error in '/ASP2TIAa' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 37: by Microsoft that offers a single logon and core profile services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40: <identity impersonate="true" />
Line 41:
Source File: E:\ASP\project\web.config Line: 39
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Can someone help me with this?
I've got another question to. Since I'm dutch my english isn't so good. Can someone explain to me what this means?
debug verb is associated with .aspx
thx
User submitted from AEWNET ([url]http://www.aewnet.com/[/url])
Guest Guest
-
SmartNavigation and Panels causing debug error
I have a registration type page that asks a series of questions but does so using Panels to display only a couple at a time. I have a Next and... -
Debug Error when Running WEb Applicatoin - HELP!
Hi, I've just installed Visual Studio.NET on my computer, which runs on windows2000 server. When i creat web application and try run it from... -
DEBUG help please? LoadXml error - ugh.
Hi, I know EVERYONE says this, but I'm using code that works fine in another form but I get an error on a new one. In my web page, I have... -
cannot debug Internal Server Error
Brian Phelps wrote on 29 jul 2003 in microsoft.public.inetserver.asp.general: Else If arrivalDay = "" Then Elseif -
Debug error message
I am receiving an error while trying to run a web app that connects to an MSDE database engine. "Unable to start debugging on the Web server". I... -
Jason Bentley #2
Re: Error while trying to debug
To start, you need to open IIS Manager, right click on the folder
containing your project, and click properties. On the directory tab,
click the create button. If that solves the 2nd half, it will make the
1st half a lot easier.
Jason Bentley
[url]http://geekswithblogs.net/jbentley[/url]
Jason Bentley Guest
-
Jason Bentley #3
Re: Error while trying to debug
Have you solved this problem?
Jason Bentley
[url]http://geekswithblogs.net/jbentley[/url]
Jason Bentley Guest



Reply With Quote

