|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
IIS log/pwd...
I am running IIS 5.1 on win 2k. I have a folder sitting on my desktop as virtual directory in IIS. Can I make this directory default - so when someone types in the IP address, goes straight to the directory? I looked under IISFAQ and didnt find anything relative. 2) Whenever I type IP address of my server, it throws login/pwd box - how do I get rid of that?
Thanks.... |
|
#2
|
|||
|
|||
|
First, if you are on W2K you're not running IIS 5.1 it's 5.0
The 2nd problem is usually caused when the web server user account IUSR_computername doesn't have permissions granted to the default web site \InetPub\wwwroot You can fix this in the IIS service manager or from the security tab in windows explorer. For the 1st problem, you could make default.asp the 1st default document for your root web and add a default.asp page of <% response.redirect "/myfolder/" %>
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > IIS log/pwd... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|