What is the use of the Write and Directory Browsing in IIS?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, What is the use of Write and other options provided in the iis for particular Project, and where do i check log visits.
Rmesh wrote:
What is the use of Write
Permits scripts for writing content.
Rmesh wrote:
Directory Browsing i
Directory browsing allows browser to see the directory content if you give url like
www.yourdomain.com/directory/
, all the contents will be listed. Usual websites won't allow this because of some security reasons.Rmesh wrote:
and where do i check log visits.
IIS provide's six different types of log file formats. You can use some type of log analyzer to view the log file.