M
Matt
I am getting the following Error.
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 15: </compilation>
Line 16: <customErrors mode="Off" />
Line 17: <authentication mode="Forms">
Line 18: <forms name="greensboro" path="/"
loginUrl="/greensboro/Tools/ManualLogin.aspx" protection="All"
timeout="90" >
Line 19: </forms>
Source File: C:\Inetpub\wwwroot\Greensboro\web.config Line: 17
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300
I am using MCMS, but from all my research I have found that this may be
a .NET configuration issue and not an MCMS issue.
I am getting this issue on SOME pages, but not ALL from within my site.
I have looked through the code but have not spotted any differences
from one page to the next, so I am not exactly sure what might be
causing the error.
If i change the authentication type or I remove the authentication
block in the Web.Config I still get the same issue.
Any help appreciated...
Thanks
Matt
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 15: </compilation>
Line 16: <customErrors mode="Off" />
Line 17: <authentication mode="Forms">
Line 18: <forms name="greensboro" path="/"
loginUrl="/greensboro/Tools/ManualLogin.aspx" protection="All"
timeout="90" >
Line 19: </forms>
Source File: C:\Inetpub\wwwroot\Greensboro\web.config Line: 17
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300
I am using MCMS, but from all my research I have found that this may be
a .NET configuration issue and not an MCMS issue.
I am getting this issue on SOME pages, but not ALL from within my site.
I have looked through the code but have not spotted any differences
from one page to the next, so I am not exactly sure what might be
causing the error.
If i change the authentication type or I remove the authentication
block in the Web.Config I still get the same issue.
Any help appreciated...
Thanks
Matt