My Website is not displayed in my neighbour machine

  • Thread starter Thread starter Senthilmurugan
  • Start date Start date
S

Senthilmurugan

Hi,

I have win-xp (2002) with sp2, I have created simple Asp page in my
computer. When I execute it from my machine it works. But, when Others
in my Local Network are try to access. it shows the following error.

"Page can not be displayed". I tried my level best and configured
something and googled. But I could not find the solution.

Pleaes help me.

Thanks & regards
Senthilmurugan
 
Senthilmurugan said:
Hi,

I have win-xp (2002) with sp2, I have created simple Asp page in my
computer. When I execute it from my machine it works. But, when Others
in my Local Network are try to access. it shows the following error.

"Page can not be displayed". I tried my level best and configured
something and googled. But I could not find the solution.

You configured something? What?
Pleaes help me.

Letting us know what you've configured would help immensely. And
exactly how you're trying to access your web server from other machines,
by name, IP?

Greg
 
Hi,

Actually I have given File and Print sharing in Tcp/Ip property of my
LAN. This is general. In IIS I have created new Virtual Directory and
given Anonymous Access and enabled Integrated Authentication mode.
That's All.

Actually my machine name is "Bsm15", my colleague machine name is
"siva16". I execute the website in the machine "Siva16". I use machine
name as my URL.

eg. http://bsm15/index.asp

That's all. It shows the error.

Senthilmurugan
 
Have you started the web site in IIS? Unless it is started then IIS will not
be monitoring the port for any web requests. On top of this if you have
changed the default port for IIS you need to add a colon followed by the
port number to the end of the url.
 
Senthilmurugan said:
Hi,

Actually I have given File and Print sharing in Tcp/Ip property of my
LAN. This is general. In IIS I have created new Virtual Directory and
given Anonymous Access and enabled Integrated Authentication mode.
That's All.

Actually my machine name is "Bsm15", my colleague machine name is
"siva16". I execute the website in the machine "Siva16". I use machine
name as my URL.

eg. http://bsm15/index.asp

That's all. It shows the error.

In cases like this I find it best to start with the basics. Can you
ping bsm15 by IP? Can you ping bsm15 by name? If you have a network
scanner have you scanned port 80 on bsm15 to see if it's available? If
you don't have a network scanner try telneting to port 80 on bsm15? If
you can't ping bsm15 or reach port 80 on it do you have your firewall
turned on? Is IIS started? If you have the firewall turned on turn it
off, check, if it works then turn the firewall back on and configure it
to allow port 80.

Greg
 
Back
Top