You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Application("AppPath")
-
Thread starter
dave
-
Start date
I need to put the port for my server to get to my web site.
example:
http://mysite:81
when I use Application("AppPath") , it dumps the :81
What can I do???
Try using the following:
Request.ServerVariables("SERVER_PORT")
It contains the port number to which the request was sent.
HTH
Bruce Johnson
http://www.ObjectSharp.com/Bruce