c# - IIS8 Unauthorized: Access is denied due to invalid credentials -


how can disable server asking credentials set directory , subdirectories? have got windows authentication installed.

you might need clarify further on why want this, access permissions should controlled via application.

however, right click folder in question , add everyone, read permissions.

edit:

based off new comment. disable windows authentication , enable anonymous access site. iis7 principle same: http://technet.microsoft.com/en-us/library/cc731244(v=ws.10).aspx


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

c# - must be a non-abstract type with a public parameterless constructor in redis -

ajax - PHP/JSON Login script (Twitter style) not setting sessions -