This is the first time I am installing on my server. This is a dedicated Windows 2003 Server with ASP.NET 2.0 ready to go. I am trying to run the install program and get the following error...Any idea?
************************************************
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 110: <add name="AbleCommerceHttpModule" type="CommerceBuilder.Services.AbleCommerceHttpModule, CommerceBuilder.Services"/>
Line 111: </httpModules>
Line 112: <authentication mode="Forms">
Line 113: <forms timeout="90" slidingExpiration="true" name="AC7.ASPXAUTH" />
Line 114: </authentication>
Source File: e:\Inetpub\wwwroot\raceshop\web.config Line: 112
First Time Installation Issue
Re: First Time Installation Issue
It seems that your web directory is not not being configured as an application in IIS.
Try the following procedure.
* Launch IIS
* Right-click your Web directory and click 'Properties'.
* On the 'Virtual Directory' tab, check weather 'Create' button beside 'Application name'.
is available or not. If it is available then click it
* Click 'OK' and then check your application
Try the following procedure.
* Launch IIS
* Right-click your Web directory and click 'Properties'.
* On the 'Virtual Directory' tab, check weather 'Create' button beside 'Application name'.
is available or not. If it is available then click it
* Click 'OK' and then check your application
Re: First Time Installation Issue
Thank you for your reply. Actually it was the Ajax 1.0 script that I had to install. I figured out the application thing, but then I installed the ajax script and all is good now..
Thank you!!
Thank you!!