windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘IUSR’

Understanding IUSR / anonymous user

AUTHOR: Gabriel
23.05.2009

Integrated Windows Authentication,
Digest Authentication,
Basic Authentication,
.Net Passport Authentication and
Anonymous Authentication
these are the authentication methods supported in IIS 6 on a Windows server.
But Anonymous Authentication is the method which allows anyone to visit the public areas of a web site.

IUSR also called as Anonymous user which allow users to access web site without need of user name [...]

Read Full Post

If you have your web site added in IIS and you get error something like following while browsing it :-
Server Error in Application “application name”
HTTP Error 500.19 – Internal Server Error
HRESULT: 0×8007000d
Description of HRESULT
The requested page cannot be accessed because the related configuration data for the page is invalid.

Well this is the common error but [...]

Read Full Post