|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is PWS available for IIS5.1?
Hi,
This may seem like a strange question, but I am running IIS5.1 on XP Pro, and was wondering if the PWS interface is available? I think it was available with Win2000.... I used to find it a quick and easy way to turn the server on and off and to set the web directory and manage start pages.. It's no big deal, just thought I'd ask. Thanks in advance. |
|
#2
|
|||
|
|||
|
afaik no, and that makes me happy
![]()
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
||||
|
||||
|
C:\>net stop iisadmin /y
net start w3svc or C:\>iisrestart You may create a cmd file, place it (or shortcut) on desktop and assign a keyboard shortcut for it. Another way: Code:
' SetHomeDir.vbs
Dim ArgCount, WRoot, Obj
ArgCount = 0
WRoot = ""
WRoot = Wscript.Arguments(0)
Set Obj = GetObject ("IIS://localhost/W3SVC/1/Root")
Obj.Path = WRoot
Obj.SetInfo
Set Obj=Nothing
Create a shortcuts like "set dir one" D:\webtools\sethomedir.vbs c:\inetpub\dir_one "set dir two" D:\webtools\sethomedir.vbs c:\inetpub\dir_two etc. |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > Is PWS available for IIS5.1? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|