|
-
Aug 5th, 2009, 06:27 PM
#1
Thread Starter
Frenzied Member
[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
-
Aug 6th, 2009, 01:04 AM
#2
Re: runtime error - authentication
Deja vu? 
Looks like you have a config file in a directory below the root of your app that is not a virtual directory.
-
Aug 6th, 2009, 04:02 AM
#3
Thread Starter
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|