Ask a Question related to ASP.NET General, Design and Development.
-
exshige #1
What problem is this (regarding Authentication Mode)?
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 30: "Forms", "Passport" and "None"
Line 31: -->
Line 32: <authentication mode="Windows" />
Line 33:
Line 34:
exshige Guest
-
Network Credentials not passing in Authentication mode
All -- I've set up a directory where I simply want to know the person's name when he comes into the directory. I've set up the following: *... -
Does ASP.Net v.1.1 Forms authentication mode require port 80 for http?
I'm trying to do a "proof-of-concept" ASP.Net setup from my home/office. Since my ISP blocks port 80 - to prevent high-bandwidth serving from... -
Force Popup with authentication mode="Windows"
Is there a way to make my intranet web application NOT automatically use the logged in user when using the "Windows" authentication mode? I want to... -
Windows mode authentication - anonymous and authenticated accesson same page
Hi, at the moment I'm developing a Web-Application with C# and encounter problems using Windows NTLM authentication with IIS 6.0 (W2k3EE). I... -
Where does IIS and ASP.Net save Authentication info? (sessionState mode="SQLServer")
Hi, I've successfully setup my machine to use: sessionState mode="SQLServer". All is up and running so no problems so far. Because I curious...



Reply With Quote

