I have a windows 2003 server (WEb edition) which has .net 3.5 sp1 installed on it.
我有一個安裝了.net 3.5 sp1的Windows 2003服務器(WEb版)。
I've got a half dozen websites, all of which are challenging me for a username and password. If I supply a domain username, I get in fine...
我有六個網站,所有這些網站都在挑戰我的用戶名和密碼。如果我提供域名用戶名,我會很好...
However, I have the websites set to Allow anony access. The website files/folders all have the appropriate IUSR security setup and I can't get the challenge to go away. I've even gone as far as giving EVERYONE full control... still no dice.
但是,我將網站設置為允許匿名訪問。網站文件/文件夾都有適當的IUSR安全設置,我無法接受挑戰。我甚至完全控制了每個人......仍然沒有骰子。
Is there somewhere else I can check to get past this?
還有其他地方我可以檢查以通過這個嗎?
Thanks
If these are .net websites you need to make sure that the "Network Service" user account has the proper permissions on the website folders/files.
如果這些是.net網站,則需要確保“網絡服務”用戶帳戶對網站文件夾/文件具有適當的權限。
Also, make sure that "Network Service" has full control over the "Temporary Aspnet Files" directory located here: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
此外,請確保“網絡服務”完全控制位於此處的“臨時Aspnet文件”目錄:C:\ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET Files
I don't think you can. Just because Anonymous access is enabled doesn't mean there aren't users with more privileges so it has to check if any credentials are supplied.
我認為你不能。僅僅因為啟用了匿名訪問並不意味着沒有更多權限的用戶因此必須檢查是否提供了任何憑據。
本站翻译的文章,版权归属于本站,未经许可禁止转摘,转摘请注明本文地址:https://www.itdaan.com/blog/2009/05/08/72549740c65b2ec014170bea990e9968.html。