Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What port # to use for a web site
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01264032
Message ID:
01264113
Vues:
18
>>>Some days ago I installed my ASP.NET application on a customer's web server. Everything went well. But when I was setting a web site I had to choose a port number (default was 80 and it was no go). So I assigned port 900 for one application and 901 for another (I installed two web sites and two applications). It worked. But I simply guessed the numbers 900 and 901. What are the right way of assigning port numbers for an intranet (note, not Internet) sites?
>>>
>>>
>>>Thank you in advance for any suggestions.
>>

I'm not quite sure why you're mapping ports? Is there something special you're trying to accomplish? You can run multiple web apps. on the same port using IIS and host header mapping. If you don't have a "real" dns name (eg. you're using an IP address), you can install each app into it's own virtual directory. The url then becomes something like http://ipaddress/virtualdir/default.aspx

The other thing you can do (if, for example, you have an intranet site and a public website for the same domain name) is to just change the host portion of the name, eg. www.mycompany.com is the public site and intranet.mycompany.com is the internal site.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform