IIs problem

Discussion in 'ASP.NET / ASP.NET Core' started by dantes_123, Mar 29, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hy there...it seems I have a problem with my IIS configuration...I have a c# webpage made by me that works localy on my server (http://localhost) but it does not works externaly... if i write from another computer http://xxx.xxx.xxx.xx/ where xxx is my ip it does not work. I think is something with security or something... Or maibe it's something with my new installed windows 2003 server? What could it be? /emoticons/confused.gif
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    what error are you seeing?

    ASP.NET should work the same on all computers w/ .NET framework installed. Most common problem when an application works on 1 computer but not on other is related to path issues.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    there's a lot of reason why this is failing.

    but it's probably has something to do with the network.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. no no no...the application works perfectly but noone frome exterior can see it. It just works localy. It is something with the security i guess...when i write http://my_ip/ on any computer on this earth it should show me that application. but it does'nt :). It is something with iis or with windows 2003 server. any ideeas?
     
  5. no. i'm sure of this. under windows xp it works perfectly. i think it's something with security policy in iis or in windows 2003.
     
  6. Bruce

    Bruce DiscountASP.NET Staff

  7. i mean that you for example when you write www.future-net.ro shoul see the site hosted on my 2003 server....
     
  8. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page