是否爲ASP.NET項目功能的Web.config不同當Azure的模擬器中運行?在web.config中Azure的ASP.NET位置元素
默認Azure是讓我的圖片文件夾與之前登錄送達,即使在我的web.config文件中的以下內容:
<authentication mode="Forms">
<forms loginUrl="~/login.aspx"
name=".ASPXFORMSAUTH"
cookieless="UseCookies"
timeout="30"
path="/"
slidingExpiration="true"/>
</authentication>
<authorization>
<allow users="?"/>
</authorization>
有一個在我的web.config沒有<位置>標記。在IIS下單獨運行ASP項目時,不會提供任何服務,但在Azure模擬器映像下運行時仍然可以得到服務。