hmm, då har man problem igen :)
har en web.config fil där det står följande:
<configuration>
<system.web>
<authentication mode="Forms">
<forms name="AuthCookie" loginUrl="login.aspx" protection="All" path="/" />
</authentication>
<customErrors mode="Off"/>
</system.web><location path="AddToCart.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location><location path="MyMobile.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location></configuration>
men någonstans skiter d sig :(..e ganska säker på att felet ligger i web.config¨för om man tar bort den så funkar d felfritt...