windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘anonymous’

How to secure FTP Server

AUTHOR: Gabriel
16.09.2009

FTP [File Transfer Protocol] used to transfer files over network. FTP is a part of Internet Information System (IIS).
As this a protocol used for file transfer, it must be secured
Following are some of the tips to secure your FTP web sites -
1]
“Permission” - is one of the most important factor needs to be consider [...]

Read Full Post

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