摘要:[IIS Express] IIS Express 設定使用Windows 驗證
IIS Express 預設不使用windows驗證
若要使用先開啟applicationhost.config
路徑在C:\Documents and Settings\ your name \My Documents\IISExpress\config\
找到並設定
<security>
<authentication>
<windowsAuthentication enabled="true" />
</authentication>
</security>
再執行 restart /d "C:\Program Files\IIS Express\" iisexpress.exe
設定就開啟windows 驗證了!
refence:
http://msdn.microsoft.com/en-us/library/gg418428(v=vs.90).aspx