Ask a Question related to ASP.NET Security, Design and Development.
-
Pratap #1
ASP.NET Configuration Error
I cannot configure web.config file properly on my system.
Pls help me getting following error:
Server Error in '/' 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 7: <system.web>
Line 8:
Line 9: <authentication mode="Forms">
Line 10: <forms name="dtiindiaupload"
loginUrl="dtiupload/login.aspx" protection="All"
timeout="1" path="/" />
Line 11: </authentication>
Pratap Guest
-
Impersonation Configuration Error
I have entered an identity element in my Web.Config file: <identity impersonate="true" userName="myDomain\myUserid" password="myPassword" /> ... -
Web Server Configuration Error
After installing the Cold Fusin on Windows XP I receive the following error when trying to configure the webserver: Could not connect to any... -
Configuration error ?
I have a web APS application that works fine at home, with IIS. In IIS, the application is an application, not a file folder. When I copy the... -
Configuration Error
One possible answer can be found in http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b329065. Appears there may be other reasons as... -
Configuration Error, out of no where!
Isn't it always the case that as soon as you post, you solve the problem? Apparently, adding an extra "space" to a blank line in my web.config... -
Chris Jackson #2
Re: ASP.NET Configuration Error
One of two things: you don't have your root directory configured as an
application in IIS, or you are trying to set up your authentication mode in
a subdirectory, which is not allowed.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Shell/UI
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--
"Pratap" <vedulapratap@coolgoose.com> wrote in message
news:3b9701c3aa75$db15cb40$a601280a@phx.gbl...> I cannot configure web.config file properly on my system.
> Pls help me getting following error:
>
> Server Error in '/' 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 7: <system.web>
> Line 8:
> Line 9: <authentication mode="Forms">
> Line 10: <forms name="dtiindiaupload"
> loginUrl="dtiupload/login.aspx" protection="All"
> timeout="1" path="/" />
> Line 11: </authentication>
>
>
Chris Jackson Guest



Reply With Quote

