B
Bonzol
..net 2005, 2.0 Web application
They there, I have a program that works fine when I run it in the IDE,
however when I go to deploy it in the www root,, to make it a website I
get this error message
visual basic
code:--------------------------------------------------------------------------------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 24: ASP.NET to identify an incoming user.
Line 25: -->
Line 26: <authentication mode="Forms" >
Line 27: <forms name ="bgr" loginUrl="Login.aspx"/>
Line 28: </authentication>
They there, I have a program that works fine when I run it in the IDE,
however when I go to deploy it in the www root,, to make it a website I
get this error message
visual basic
code:--------------------------------------------------------------------------------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 24: ASP.NET to identify an incoming user.
Line 25: -->
Line 26: <authentication mode="Forms" >
Line 27: <forms name ="bgr" loginUrl="Login.aspx"/>
Line 28: </authentication>