Publish Web App on IIS

Publish Web App on IIS

am 07.04.2008 12:56:00 von Hinkhig

Hi,

I'm new to this, I have a new applciation which is delivered over http. The
app is set up and running correctly from the server under
http://localhost/appname.

However when I try and run it from a PC on the network I get an error
message of Internet Explorer cannot display the page

Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.

I get this error message if I use the servername or the FQDN.

Are there any configurations I need to change in order to make this
available, I thought I had done everything I needed to.

Thanks,
Jolyon

Re: Publish Web App on IIS

am 08.04.2008 17:48:48 von Kristofer Gafvert

Hello,

From a remote computer, what URL do you use? Do you use
http://localhost/appname? If so, that will not work because localhost refers
to the local machine, which will then be the one that is not running IIS and
does not host the website.

If you from the remote PC are using http://servername/appname, and it does
not work, then it seems that you perhaps have a firewall enabled. The
message you see indicate that the request never got to IIS but instead was
stopped somewhere.

Please make sure that you do not have a firewall enabled that stops this
from working. This can be either the Windows Firewall or a third party
firewall.

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"Hinkhig" skrev i meddelandet
news:6C2544EA-DB77-4DBC-9D16-E69C0DBF807E@microsoft.com...
> Hi,
>
> I'm new to this, I have a new applciation which is delivered over http.
> The
> app is set up and running correctly from the server under
> http://localhost/appname.
>
> However when I try and run it from a PC on the network I get an error
> message of Internet Explorer cannot display the page
>
> Most likely causes:
> You are not connected to the Internet.
> The website is encountering problems.
> There might be a typing error in the address.
>
> I get this error message if I use the servername or the FQDN.
>
> Are there any configurations I need to change in order to make this
> available, I thought I had done everything I needed to.
>
> Thanks,
> Jolyon