Ask a Question related to ASP.NET Security, Design and Development.
-
arshi #1
Web Configuration...
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 2: <system.web>
Line 3: <customErrors mode="Off"/>
Line 4: <authentication mode="Forms">
Line 5: <forms name=".ASPXFORUM" loginUrl="login.aspx" protection="All" timeout="30" path="/" />
Line 6: </authentication>
Source File: C:\homeprojects\aspdotnet\FormBasedAuthCode\web.co nfig Line: 4
How can I configure a virtual directory as an application in IIS?
Please view my complete web.config file:
-------------------------------------------------------------------------------------
<configuration><system.web><customErrors mode="Off"/><authentication mode="Forms"><forms name="appNameAuth" path="/" loginUrl="login.aspx" protection="All" timeout="30"><credentials passwordFormat="Clear"><user name="jeff" password="test" /><user name="mike" password="test" /></credentials></forms></authentication><authorization><deny users="?" /></authorization></system.web></configuration>
--------------------------------------------------------------------------------------
Cheers
arshi Guest
-
COnfiguration
HOW TO: Use the Group Policy Editor to Manage Local Computer Policy in Windows XP Professional... -
RDS Configuration
I'm working on setting up my development CF server. I've found that I can set up Homesite through RDS and it works just peachy when I hit browse on... -
Help with XP/IIS/ASP.NET configuration
I have setup an XP box to run my ASP.NET application. My objective is to run the application on the XP box and have it accessible to the local... -
Where to keep the configuration?
Greetings! I'm not very good at ASP, but I'm using ASP to design a website. I know that I can keep some configurable values, such as Server... -
Inn configuration
Hi, I want to configure a INN Newsserver 2.3.5 under Solaris 8, but it causes Problems. Does anyone has experience in configuring it. Are there...



Reply With Quote

