猿问

丢失文件上传的身份验证

当我上传文件(例如照片)时,我失去了用户会话,网站将我重定向到登录页面。我在不同的文件夹中上传文件,而不是在项目的文件夹中。


Web.config、system.web:


<system.web>

    <authentication mode="Forms">

        <forms defaultUrl="/" loginUrl="/Account/Login" name="_User" timeout="60" path="/" />

    </authentication>

    <sessionState mode="InProc" timeout="60" />

    <compilation targetFramework="4.7" />

    <httpRuntime targetFramework="4.7" executionTimeout="3600" maxRequestLength="52428" />

    <globalization culture="en-US" uiCulture="en-US" fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" responseHeaderEncoding="utf-8" />

    <customErrors mode="Off" defaultRedirect="/" redirectMode="ResponseRedirect" />

</system.web>

任何的想法?


慕工程0101907
浏览 179回答 1
1回答
随时随地看视频慕课网APP
我要回答