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
|