[RESOLVED] runtime error - authentication
Hi, got a problem thats just occured with the web.config but not sure why. can anyone help?
I havn't changed anything:
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: The value of the property 'mode' cannot be parsed. The error is: The enumeration value must be one of the following: None, Windows, Passport, Forms.
Source Error:
Line 51: ASP.NET to identify an incoming user.
Line 52: -->
Line 53: <authentication mode="windows"/>
Line 54:
Line 55: <!--
Source File: C:\DHCD\www\web.config Line: 53
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
Re: runtime error - authentication
Deja vu? :D
Looks like you have a config file in a directory below the root of your app that is not a virtual directory.
Re: runtime error - authentication
So you are right again :-) I didn't see it hiding there, must of been left over from all the switching about with the first problem :-)
Hopefully shoul all be working now