How to get same Port no/Session ID for two web sites in same solution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zacksoniar
    New Member
    • Sep 2007
    • 45

    How to get same Port no/Session ID for two web sites in same solution

    Hi everybody,

    I have created one web site project.In that i have added two existing websites.
    when i run it, it starts two development servers with different port nos in VS.
    How can i get both web sites to have same port no in development environment coz it is making call to each other & i need to debug it.Because of different port nos,call to other website fails.


    Thanks
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I don't think that you can do this.

    If the 2 websites are supposed to work as 1, then consider merging them into 1 website.

    If they aren't supposed to work as one, and you just have to test what happens when the 2 websites interact with eachother, consider adding the port number for debugging purposes only.

    -Frinny

    Comment

    Working...