URL losing port number in every page load

Posted by MarceloRamires on Stack Overflow See other posts from Stack Overflow or by MarceloRamires
Published on 2010-03-16T13:47:57Z Indexed on 2010/03/16 13:56 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

I'm currently taking care of a certain local website.

The default port has been changed, and can no longer be not included in the URL due to technical reasons, so now i'm using a certain port in the end of the IP at the URL, for example

100.100.100.100/website.asp

no longer works

100.100.100.100:10/website.asp

with the port, works.

Works, though I can't click in any link or anything and the port vanishes (new page doesn't load). Then I keep the same URL and just include the port at the end of the IP and it works again, until I click in another link inside of it.

I have access to changing each link, but I guess that would not be the right approach.

How should I procceed ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET