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
Post a Comment