Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am implemented the MVC3 application with website and adminsite.
and am assigned the 127.0.0.1 ip address to both web site and admin site. in C:\Windows\System32\drivers\etc\host file
Both web sites have ssl security
how can i assign the 443 port to both sites iis 7

please help me


Thanks in advance
Posted

You can only do that if both sites share the same domain (eg: site1.domain.com and site2.domain.com), and you have a wildcard certificate for the domain (eg: *.domain.com).

If the sites don't share the same domain (eg: site1.domain1.com and site2.domain2.com), then there is no way to configure them to use the same IP address and port.

SSL Host Headers in IIS 7[^]
Bind multiple sites on same IP address and Port in SSL[^]
 
Share this answer
 
Am assigned the 127.0.0.1 ip address to one website and 192.168.1.25 IP address assigned to another admin web site and added in to iis 7 with same ssl certificate. Now what i need is i want to run the applications in debugging mode.
The web site getting the debugging point but admin site not getting the debugging point.
please tell me the solution . how to get the admin site also in debugging mode.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900