472,785 Members | 1,110 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,785 software developers and data experts.

ISS icon missing from taskbar?

Hi

I am trying to set my windows xp pro system up so that i can write and test
..asp pages.I have followed the instructions given by www.w3schools.com to
install the internet information services components. however, it says that
I should then get an icon for ISS on the taskbar that will allow me to press
'start' so that my asp pages will work, but I have no such icon. I have
tried reinstalling several times but with no change.

Can anyone help?

Thanks
Dave
Jul 19 '05 #1
5 4266
Jon
Have now got 'c:\inetpub\wwwroot' ?
If yes put a 'default.asp' in there. (there may be one there, but it's an MS
one)
Open your bowser and goto 'http://localhost'

If that fails come back with at what stage this failed..

Jon

"Dave" <de***************@btinternet.com> wrote in message
news:br**********@newsg1.svr.pol.co.uk...
Hi

I am trying to set my windows xp pro system up so that i can write and test
..asp pages.I have followed the instructions given by www.w3schools.com to
install the internet information services components. however, it says that
I should then get an icon for ISS on the taskbar that will allow me to press
'start' so that my asp pages will work, but I have no such icon. I have
tried reinstalling several times but with no change.

Can anyone help?

Thanks
Dave

Jul 19 '05 #2
Hiya

I do have the '\inetpub\wwwroot' directory although I specified during the
installation that it should be on d drive. I created a simple asp file:

<html>
<body>

<%
response.write("Hello World!")
%>

</body>
</html>
and saved this as default.asp in the wwwroot folder, however when I typed
in http://localhost into IE I got the standard 'the page cannot be
displayed' page.

Under 'adminastrative tools' I have got icons for iss, bit nothing on the
toolbar.

Thanks
Dave

"Jon" <jon@SPAM_OFFtheexperts.co.uk> wrote in message
news:br**********@hercules.btinternet.com...
Have now got 'c:\inetpub\wwwroot' ?
If yes put a 'default.asp' in there. (there may be one there, but it's an MS one)
Open your bowser and goto 'http://localhost'

If that fails come back with at what stage this failed..

Jon

"Dave" <de***************@btinternet.com> wrote in message
news:br**********@newsg1.svr.pol.co.uk...
Hi

I am trying to set my windows xp pro system up so that i can write and test .asp pages.I have followed the instructions given by www.w3schools.com to
install the internet information services components. however, it says that I should then get an icon for ISS on the taskbar that will allow me to press 'start' so that my asp pages will work, but I have no such icon. I have
tried reinstalling several times but with no change.

Can anyone help?

Thanks
Dave

Jul 19 '05 #3
Dave wrote:
Hiya

I do have the '\inetpub\wwwroot' directory although I specified
during the installation that it should be on d drive. I created a
simple asp file:

<html>
<body>

<%
response.write("Hello World!")
%>

</body>
</html>
and saved this as default.asp in the wwwroot folder, however when I
typed in http://localhost into IE I got the standard 'the page cannot
be displayed' page.

Under 'adminastrative tools' I have got icons for iss, bit nothing on
the toolbar.

Thanks
Dave

"Jon" <jon@SPAM_OFFtheexperts.co.uk> wrote in message
news:br**********@hercules.btinternet.com...
Have now got 'c:\inetpub\wwwroot' ?
If yes put a 'default.asp' in there. (there may be one there, but
it's an MS one)
Open your bowser and goto 'http://localhost'

If that fails come back with at what stage this failed..

Jon

"Dave" <de***************@btinternet.com> wrote in message
news:br**********@newsg1.svr.pol.co.uk...
Hi

I am trying to set my windows xp pro system up so that i can write
and test .asp pages.I have followed the instructions given by
www.w3schools.com to install the internet information services
components. however, it says that I should then get an icon for ISS
on the taskbar that will allow me to press 'start' so that my asp
pages will work, but I have no such icon. I have tried reinstalling
several times but with no change.

Can anyone help?

Thanks
Dave


I've got no such icon on my taskbar (which taskbar? the system tray? the
quick launch bar?). I have to start the Internet Information Services applet
from the Administative Tools folder in my control panel. Sure, I've created
a shortcut to it in my Quick Launch bar, but I had to do it manually: it was
not created automatically during installation.

HTH,
Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #4
Jon
The wissing 'inetpub' to me indeicates that IIS is not installed, I'm not
sure how else to check, I'm sure someone does.

On XP Pro I installed it by "Add or Remove Programs" ... "Add or Remove
Windows Components" .... then choose "Internet Information Services (IIS)
...15.9Mb"

Jon

"Dave" <de***************@btinternet.com> wrote in message
news:br**********@news7.svr.pol.co.uk...
Hiya

I do have the '\inetpub\wwwroot' directory although I specified during the
installation that it should be on d drive. I created a simple asp file:

<html>
<body>

<%
response.write("Hello World!")
%>

</body>
</html>
and saved this as default.asp in the wwwroot folder, however when I typed
in http://localhost into IE I got the standard 'the page cannot be
displayed' page.

Under 'adminastrative tools' I have got icons for iss, bit nothing on the
toolbar.

Thanks
Dave

"Jon" <jon@SPAM_OFFtheexperts.co.uk> wrote in message
news:br**********@hercules.btinternet.com...
Have now got 'c:\inetpub\wwwroot' ?
If yes put a 'default.asp' in there. (there may be one there, but it's an MS one)
Open your bowser and goto 'http://localhost'

If that fails come back with at what stage this failed..

Jon

"Dave" <de***************@btinternet.com> wrote in message
news:br**********@newsg1.svr.pol.co.uk...
Hi

I am trying to set my windows xp pro system up so that i can write and test .asp pages.I have followed the instructions given by www.w3schools.com to
install the internet information services components. however, it says that I should then get an icon for ISS on the taskbar that will allow me to press 'start' so that my asp pages will work, but I have no such icon. I have
tried reinstalling several times but with no change.

Can anyone help?

Thanks
Dave


Jul 19 '05 #5
I'm jumping in mid-thread here, but are you sure you aren't thinking of PWS
from Windows 98? That put something in the task bar, afaIk, but IIS
doesn't.

Ray at work

"Jon" <jon@SPAM_OFFtheexperts.co.uk> wrote in message
news:br**********@titan.btinternet.com...
The wissing 'inetpub' to me indeicates that IIS is not installed, I'm not
sure how else to check, I'm sure someone does.

On XP Pro I installed it by "Add or Remove Programs" ... "Add or Remove
Windows Components" .... then choose "Internet Information Services (IIS)
..15.9Mb"

Jon

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Morten Bendsen | last post by:
Is it possible to set the icon and title for a group of buttons on the taskbar? The group appears when several applicationwindows are opened, and when "Group similar taskbar buttons" are...
3
by: Sam | last post by:
I've been googling for a couple of hours now and tried some different things, but I've been unable to get the icon for a distributed access application to do anything but display the default...
7
by: Russ via AccessMonster.com | last post by:
Can someone tell me how to change the icon in the windows task bar? I already figured out how to do it in the forms, and shortcuts but the windows task bar still says Microsoft Access, I only want...
3
by: jm | last post by:
Hi, I have a C# program that changes the notifyIcon during the program. What I have noticed is that sometimes when the program is over the old icon will still be in the system tray. But when i...
2
by: Brian | last post by:
Dear my friends, I have been helped by many C# gurus here, thank you very much. My small application can help you fetch some good pictures from Internet. You can get it from...
0
by: Jean Bredeche | last post by:
Hi: My application creates multiple forms, all of which appear in the taskbar. Because I have my Windows XP configured to "Group similar taskbar buttons", the multiple forms get put into the...
0
by: Richard | last post by:
Hi All, I'm running MySQL 5.0.15-nt over WinXP-Pro/SP2. I just got "My Definitive Guide to MySQL 5", which I find very helpful. It suggests that there should be a "MySQL" icon in the...
2
by: flaper87 | last post by:
Hi everybody!!!! I am developing an aplication, and i want it to stay on the system tray, i found out how to put the icon, but i can minimize it there, What do i have to do?, I'm using python(of...
2
by: plevintampabay | last post by:
I have a borderless form in C#. The form has an icon specified in its properties and I also have the same icon specified for the project in the project properties. When I had a border on the...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.