acorn
-
10/22/2008 10:21:52 AM
Server 2003, extension-less URLS - Port number in form action?
I'm having an issue with deployment. It seems relatively minor, but it causes an issue with some browsers (i.e. Safari). My problem is, with my deployment configuration being Server 2003 (IIS6), extension-less URLS, if you look at the HTMLl source of a rendered page, the ASP.NET's form action URL contains a port number (in this case :80). Most browsers ignore this, but Safari puts the port number in the address bar, and sometimes CSS styles and such get interrupted.
For example, my main page's form action tag looks like this: <form action="http://baku.impacttours.com:80/Home" id="aspnetForm">
Does anyone have a solution for removing the port number in the form action URL? It seems like this is a server configuration issue, but I'm not totally certain.
Thanks, Acorn
|