我已在服务器上的两个不同文件夹中发布了我的MVC项目两次
1) \\Servername\DevelopmentStaging
2) \\ServerName\FinalProduct
实际上,这需要在DevelopmentStaging
上测试项目
然后最终发布到FinalProduct
我在Web.Config文件中使用了一些代码::
<authentication mode="Forms">
<forms loginUrl="~/Auth/Login" timeout="2880" />
</authentication>
<customErrors mode="Off" />
<sessionState mode="InProc" timeout="30" />
但是当我在同一个浏览器中打开时,我必须再次登录&amp;试。