an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > IIS7 DotShoppingcart install problem
Last Post 10/9/2008 9:10:51 PM By lukezy. 1 replies.
10/9/2008 7:52:42 PM
brokensaber
Posts: 7
Joined: 10/9/2008
IIS7 DotShoppingcart install problem
  I'm new to iis.  I have Vista Ultimate with IIS7, sql 2005 express.  I get the following configuration error.
 
Line 186:            <add name="UrlRewriter" type="DotShoppingCart.OpenSource.HttpModules.UrlRewriterHttpModule, DotShoppingCart.OpenSource.HttpModules.UrlRewriter" />
Line 187:        </httpModules>
Line 188:        <authentication mode="Forms">
Line 189:            <forms name=".ASPNET" loginUrl="login.aspx" cookieless="UseCookies" protection="All" timeout="30" path="/" />
Line 190:        </authentication>
 
My Physical path is C:\inetpub\wwwroot\web
 
 
10/9/2008 9:10:51 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: IIS7 DotShoppingcart install problem
Try configuring the app pool to use "Classic .NET App pool".
DotShoppingCart Staff