View Single Post
  #12 (permalink)  
Old November 26th, 2007, 02:07 AM
amorphous amorphous is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I got the same message as above (see listing below) but I'm using VS 2005 and the VS Development server. Is there a way fix this problem in the development web server?

TIA,

amorphous

-------------------------------------
Server Error in '/Chapter03' 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 39: Set forms authentication and define the login page
Line 40: -->
Line 41: <authentication mode="Forms">
Line 42: <forms loginUrl="Default.aspx"></forms>
Line 43: </authentication>
----------------------------------


Reply With Quote