I created the databases, and put the connectionstring in the web.config. Godaddy confirmed they are correct. I put the Classifieds project in a folder called "classifieds1" under the root of my domain name.
Please see my problem at the following link: http://ceeuu.com/classifieds1/
I get the following error:
Server Error in '/' 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 44: <customErrors defaultRedirect="Error.aspx" mode="Off"/><!--mode="RemoteOnly"-->
Line 45: <pages styleSheetTheme="Red"/>
Line 46: <authentication mode="Forms"/>
Line 47: <membership>
Line 48: <providers>
|
Source File: d:\hosting\ceeuu\classifieds1\web.config Line: 46
Show Additional Configuration Errors:
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. (d:\hosting\ceeuu\classifieds1\web.config line 47)
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. (d:\hosting\ceeuu\classifieds1\web.config line 53)
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. (d:\hosting\ceeuu\classifieds1\web.config line 61)
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. (d:\hosting\ceeuu\classifieds1\web.config line 62)
|
function OnToggleTOCLevel1(level2ID)
{
var elemLevel2 = document.getElementById(level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
}
else {
elemLevel2.style.display = 'none';
}
}
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42