English 中文(简体)
Can t get anonymous access to website
原标题:

I have already asked this question on ServerFault however I got very minimal replies....one to be exact.

I need this issue resolved ASAP hence why I am asking on here aswell. I have a server running Windows Server 2003 IIS6.0. I am developing a website to which I want to grant anonymous access to. I have created a new Website in the IIS Manager I have ensured the "Enable Anonymous access" option is enabled and it has been set to IUSR_MachineName.

I have sync d the passwords between IIS metabase, AD and MTA and made sure IUSR_MachineName has been given the relevent permissions. I just can t seem to get this to work. Everytime I try to access the webpage I get prompted to login. I set the anonymous login account to be my own (admin) account and tried that and it worked ok so I know it must be a permissions issue with the IUSR account.

Please help me I am fairly new to IIS/Server management and I am tearing my hair out!!

Thanks.

最佳回答

What technology are you using to produce the website?

If it s .net, have you configured the web.config to perhaps require some sort of authentication?

Typically if you want anonymous access, you use IIS as default, check the enable anonymous access, and you re done.
You shouldn t need to change anything else.

Try creating a new website in iis, with a dummy html page and see if you can configure that to work without any authentication.

问题回答

暂无回答




相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签