an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > Installation problem
Last Post 7/5/2009 9:51:51 PM By lukezy. 1 replies.
7/5/2009 2:17:54 PM
ocarl3
Posts: 1
Joined: 7/3/2009
Installation problem
I am using window 7 operation system and visual web developer 208 express edition. I keep getting this error
<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
Line 181:            <add name="UrlRewriter" type="DotShoppingCart.OpenSource.HttpModules.UrlRewriterHttpModule, DotShoppingCart.OpenSource.HttpModules.UrlRewriter" />
Line 182:        </httpModules>
Line 183:        <authentication mode="Forms">
Line 184:            <forms name=".ASPNET" loginUrl="login.aspx" cookieless="UseCookies" protection="All" timeout="30" path="/"/>
Line 185:        </authentication>
</td> </tr> </tbody> </table>
Source File: C:\Users\Adminstrator\Documents\shop\dotshoppingcartv2beta\opensourceedition\web\web.config    Line: 183


<div class="expandable" onclick="OnToggleTOCLevel1('additionalConfigurationErrors')">Show Additional Configuration Errors:
<div id="additionalConfigurationErrors">
<table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td>
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. (C:\Users\Adminstrator\Documents\shop\dotshoppingcartv2beta\opensourceedition\web\web.config line 186)
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. (C:\Users\Adminstrator\Documents\shop\dotshoppingcartv2beta\opensourceedition\web\web.config line 188)
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. (C:\Users\Adminstrator\Documents\shop\dotshoppingcartv2beta\opensourceedition\web\web.config line 194)
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. (C:\Users\Adminstrator\Documents\shop\dotshoppingcartv2beta\opensourceedition\web\web.config line 200)
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. (C:\Users\Adminstrator\Documents\shop\dotshoppingcartv2beta\opensourceedition\web\web.config line 212)
</td> </tr> </tbody> </table>
7/5/2009 9:51:51 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Installation problem
Try running web site inside Visual web developer 2008 express edition.
DotShoppingCart Staff