I am following all the steps per the following help web page:
http://help.godaddy.com/article.php?article_id=688&topic_id=&prog_id=GoDaddy&
But I think they forgot the step where the data gets uploaded to the SQL database.
How do I upload the CLASSIFIEDSDB.mdf file?
This is what my screen looks like:
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 40: <customErrors mode="Off"/> Line 41: <pages styleSheetTheme="Red"/> Line 42: <authentication mode="Forms"/> Line 43: <membership> Line 44: <providers>
|
Source File: d:\hosting\kirklt\classified\web.config Line: 42
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\kirklt\classified\web.config line 43)
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\kirklt\classified\web.config line 49)
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\kirklt\classified\web.config line 57)
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\kirklt\classified\web.config line 58)
|
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.210