Hi,
When I test my simple program (one or two page), the port displayed in URL will keep same with one session.But the ASP.NET Development Server port displayed on task bar kept changing or disappeared. This prevented page from accessing.How this happen and how can I fix this error? Thanks in advance.
Since the asp.net2.0 has internal web server... so it would be not possible to say what the port number would be... So it would be a best way to use the system name...
say., if u run in the same machine (localhost) - use - http://localhost/12345.aspx
Hi,
If you're just wanting to keep the port the same in all sessions for that particular solution then goto Project...<your_project_name> Properties...Web tab and under the servers section select the specific port radio button.
0 comments:
Post a Comment