Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: virtual directory error


Message #1 by RBFigueira@m... on Fri, 7 Dec 2001 09:06:28 -0000
Ok friend,

Thanks !

Best regards,
Ricardo Figueira

-----Original Message-----
From: David DuVarney [mailto:David.DuVarney@n...]
Sent: Sexta-feira, 7 de Dezembro de 2001 15:13
To: ASPX_Professional
Subject: [aspx_professional] RE: virtual directory error


Use the IIS management console to add a virtual directory to
"D:\dotnet\PontoNetPT\web".

Your application is failing on line 11 because .NET uses IIS for some of
its authentication features.  


-----Original Message-----
From: RBFigueira@m... [mailto:RBFigueira@m...]
Sent: Friday, December 07, 2001 1:06 AM
To: ASPX_Professional
Subject: [aspx_professional] virtual directory error


Friends,

What i have to do to fix this :


Server Error in '/dotnet' 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 9:  	<system.web>
Line 10: 		<compilation debug="true" />
Line 11: 		<authentication mode="Forms">
Line 12: 			<forms name=".ASPXAUTH"
loginUrl="login.aspx" protection="All" timeout="60" />
Line 13: 		</authentication>
 

Source File: D:\dotnet\PontoNetPT\web\web.config    Line: 11 


------------------------------------------------------------------------
----
----
Version Information: Runtime Build:1.0.2914.16; ASP.NET
Build:1.0.2914.16 


Best resgards,

Ricardo Figueira (RBFIGUEIRA)
Moderador Lista PontoNetPT (ASP.NET e VB.NET)
http://groups.yahoo.com/group/PontoNetPT
*** PORTUGUESE LANGUAGUE***

$subst('Email.Unsub').

$subst('Email.Unsub').

  Return to Index