Tagged Questions
0
votes
5answers
76 views
Port numbers for SSL
We have an existing web site with HTTP on port 80 and HTTPS on port 443. I'm adding a second site to that now, and from what I understand, I cannot host two sites on the same SSL port.
So my ...
0
votes
0answers
267 views
Multiple sites, same port, iis7
1 server. 4 websites.
I have multiple internal IP addresses. Each one to be allocated to a different website.
I thought I should create a new website, bind to domain and internal IP address, point ...
0
votes
1answer
233 views
Disable default error pages/error messages in IIS
I have this web application (ASP.Net MVC 3) that on certain conditions returns a custom JSON string with a HTTP status code for an error (403, 415, 500). It is deployed on a Win 2008 R2 server with ...