PC Review


Reply
Thread Tools Rate Thread

Can't find IIS in Computer Management window

 
 
Royce Fickling
Guest
Posts: n/a
 
      16th Jan 2004
I am trying to create a virtual directory using IIS. When
I open the Computer Management window and expand the
Services and Applications node, there is no Internet
Information Services node. I seem to remember doing this a
year or so ago with no problem. I am running Windows 2000
SP4, Internet Explorer SP1 Vers 6.0.2800.1106, and .NET
Framework Vers 1.1.4322. I have been through the IIS
installation process with no errors. Three machines with
Windows 2000 SP4 and a laptop with Windows XP have the
same problem. If anyone can help me with this puzzling
problem, I would appreciate it.
 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      16th Jan 2004
There are 2 ways to make a virtual directory for IIS.

The easiest way is to just right click the folder in question and choose
Sharing & Security. Select the Web Sharing tab and then choose "Share this
folder.". The default permissions are usually all set and you can specify
an alias for this folder if you wish.

The other way is to do it from IIS directly. IIS should be listed in
Computer Services, but it can be access directly by choosing the Internet
Information Services icon from Control Panel...Administrative Tools.

If you are not seeing IIS in Computer Managment and you don't have an IIS
icon in Admin. Tools, then I would say that IIS is probably not installed or
installed correctly. Look to see if you have a folder called:
C:\InetPub\WWWRoot. This is the IIS root web folder.

If you need to install IIS, you can do this from the Add/Remove Programs
area under Windows Components.

"Royce Fickling" <(E-Mail Removed)> wrote in message
news:00ac01c3dc51$c3b64570$(E-Mail Removed)...
> I am trying to create a virtual directory using IIS. When
> I open the Computer Management window and expand the
> Services and Applications node, there is no Internet
> Information Services node. I seem to remember doing this a
> year or so ago with no problem. I am running Windows 2000
> SP4, Internet Explorer SP1 Vers 6.0.2800.1106, and .NET
> Framework Vers 1.1.4322. I have been through the IIS
> installation process with no errors. Three machines with
> Windows 2000 SP4 and a laptop with Windows XP have the
> same problem. If anyone can help me with this puzzling
> problem, I would appreciate it.



 
Reply With Quote
 
RFick
Guest
Posts: n/a
 
      16th Jan 2004
Thanks, Scott, for your help.
Yes, I have a C:\Inetpub\wwwroot with a number of web applications under
it which all run correctly. So, I can create the virtual directory by
the 1st method which you describe. However, there is no IIS node or
icon in Computer Managment or anywhere else, so I cannot do it by your
2nd method. I don't understand - what am I missing?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      16th Jan 2004
What happens when you type http://localhost into your browser?

Are you logged on as an Administrator?


"RFick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks, Scott, for your help.
> Yes, I have a C:\Inetpub\wwwroot with a number of web applications under
> it which all run correctly. So, I can create the virtual directory by
> the 1st method which you describe. However, there is no IIS node or
> icon in Computer Managment or anywhere else, so I cannot do it by your
> 2nd method. I don't understand - what am I missing?
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
=?Utf-8?B?Ym9i?=
Guest
Posts: n/a
 
      16th Jan 2004
If you installed IIS after the OS install, maybe the console file does not have the IIS snapin enabled.

Ok, open up computer management , but do it from Start, Run enter in mmc and hit OK

Now click Console menu item, and check recent files for <drive>:\winnt\system32\compmgmt.msc or just go find the management console.

You should now be in author mode for the console.

Click Console, Add/Remove Snapin

Click the Add button, and scroll down to "Internet Information Systems" snapin. If you do not see this listed as I have it quoted, just look through all the I entries. If you STILL don't see it, you do not have a good IIS install.

This info was off of W2K W2K3 might be different.


 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      16th Jan 2004
But would this explain why there is no IIS icon in Admin. Tools? He should
be able to access IIS on its own without having to go into Computer
Management.


"bob" <(E-Mail Removed)> wrote in message
news:6429D6A1-1EDE-495B-B491-(E-Mail Removed)...
> If you installed IIS after the OS install, maybe the console file does not

have the IIS snapin enabled.
>
> Ok, open up computer management , but do it from Start, Run enter in mmc

and hit OK
>
> Now click Console menu item, and check recent files for

<drive>:\winnt\system32\compmgmt.msc or just go find the management
console.
>
> You should now be in author mode for the console.
>
> Click Console, Add/Remove Snapin
>
> Click the Add button, and scroll down to "Internet Information Systems"

snapin. If you do not see this listed as I have it quoted, just look
through all the I entries. If you STILL don't see it, you do not have a
good IIS install.
>
> This info was off of W2K W2K3 might be different.
>
>



 
Reply With Quote
 
RFick
Guest
Posts: n/a
 
      17th Jan 2004
When I enter http://localhost in my browser, a window titled 'Welcome to
Windows 2000 Internet Services' is displayed with the message "You do
not currently have a default document set for your users. Any users
attempting to connect to this site are currently receiving an "Under
Construction page"." And I am logged on as administrator.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
RFick
Guest
Posts: n/a
 
      17th Jan 2004
When I run MMC from the Start button, I get a window with only a Console
Root node and nothing else.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
Willy Denoyette [MVP]
Guest
Posts: n/a
 
      17th Jan 2004
That's normal, you should then add the IIS managent snap-in.

Willy.

"RFick" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> When I run MMC from the Start button, I get a window with only a Console
> Root node and nothing else.
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
Scott M.
Guest
Posts: n/a
 
      17th Jan 2004
Ok, well this indicates that you do, in fact, have IIS installed.

Are you working on a corporate network or is this a home (personal)
computer?


"RFick" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> When I enter http://localhost in my browser, a window titled 'Welcome to
> Windows 2000 Internet Services' is displayed with the message "You do
> not currently have a default document set for your users. Any users
> attempting to connect to this site are currently receiving an "Under
> Construction page"." And I am logged on as administrator.
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can NOT find "Local users and groups" in Control Panel -> Management Tools -> Computer Management! dave Windows Vista General Discussion 3 30th Jun 2007 03:08 PM
can't find computer management tool in Control Panel =?Utf-8?B?YXJ0cmFi?= Windows XP Embedded 1 3rd Apr 2007 11:32 PM
Re: Computer Management\Disk Mnagement Error on Opening any Hard drive:The system cannot find the device specified Uncle John Windows XP General 0 6th Aug 2006 11:01 AM
Computer Management\Disk Mnagement Error on Opening any Hard drive:The system cannot find the device specified Uncle John Windows XP General 1 5th Aug 2006 07:32 PM
Computer Management window size? Daniel Prince Windows XP Help 1 16th Dec 2004 07:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:39 PM.