开发者

.net site all pages do a 302 redirect with AspxAutoDetectCookieSupport

First let me say that I did see this article: How to remove AspxAutoDetectCookieSupport However it seems like it fixes the url issue, but not the 302 AspxAutoDetectCookieSupport issue. I've also 开发者_StackOverflow社区read just about every other article on the web about this issue. I could really use some help here.

This is my web.config

<sessionState mode="InProc" cookieless="false" timeout="6600" />

<membership defaultProvider="MySqlMembershipProvider">
      <providers>
        <clear />
        <add connectionStringName="SimpleTickConnection" applicationName="TheaterSales" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="15" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" name="MySqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
      </providers>
    </membership>
    <anonymousIdentification enabled="true" cookieless="AutoDetect" cookieProtection="All" cookieRequireSSL="false" cookieSlidingExpiration="true" />

To replicate the issue: http://web-sniffer.net/ and use your url

alt text http://img28.imageshack.us/img28/8615/issue.gif


Ok, I researched on: anonymousIdentification

I removed

cookieless="AutoDetect"

And now the object moved error went away

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜