Ask a Question related to ASP.NET Security, Design and Development.
-
Guest #1
ASP, Error message
I'm making a project for school. In school everything worked, but now that I've took it Home. I get following error message if I want to run it:
"Error while trying to run project: Unable to start debugging on the web server. the project is not configured to be debugged."
When I look to the web.config file with the option "view in browser", I'll 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
User submitted from AEWNET ([url]http://www.aewnet.com/[/url])
Guest Guest
-
How To Supress Acrobat Error Message And Alert Message
Is there any way to supress those pop up message? If can't, is there any way to catch it? -
error message: Microsoft JScript compilation error '800a03ec'
Recieved following error message: Microsoft JScript compilation error '800a03ec' Expected ';' ... -
Error Message When Sending Message In Windows Mail
Am I the only one getting an error message when replying to a posted message using Windows Mail. Every time I send a message I get a popup error... -
Error Message "A drawing error ocurrred which is probably due to an out-of-memory condition. Try qu
I am running Acrobat Reader 5.0 on a Mac Powerbook running OS 9.2 and keep getting "A drawing error occurred which is probably due to an out of... -
ODBC has error but no error message displayed
Hi All.. This is a strange one that I hope someone has come across. I have an asp.net application that needs to access a flat file databse via... -
Brock Allen #2
Re: ASP, Error message
Looks like your error is telling you what's wrong:
"This error can be caused by a virtual directory not being configured as
an application in IIS."
Perhaps your directory isn't configured as a virtual directory in IIS?
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> I'm making a project for school. In school everything worked, but now
> that I've took it Home. I get following error message if I want to run
> it:
>
> "Error while trying to run project: Unable to start debugging on the
> web server. the project is not configured to be debugged."
>
> When I look to the web.config file with the option "view in browser",
> I'll 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
>
> User submitted from AEWNET ([url]http://www.aewnet.com/[/url])
>
Brock Allen Guest



Reply With Quote

