The version of Microsoft's web server that comes with Server 2012 and Windows 8. It adds support for multiple SSL-certs for a single IP (SNI), web sockets, Application Initialization.
Questions tagged [iis-8]
348 questions
0
votes
1 answer
Binding to same port on different IP addresses
My situation is as follows:
One machine with 2 IP addresses: 10.10.20.7 and 10.10.20.17
Two applications that listen on port 9000 (each on it's own IP)
What I'd like to achieve is while one app is down, the other wont manage to connect. For an…

JustAGuy
- 639
- 3
- 23
- 38
0
votes
1 answer
Is there a default http body size limit set by iis8, and if so, what is it?
Is there a limit, and if so what is it? The following page:
http://www.iis.net/configreference/system.webserver/asp/limits
explains the following:
the maxRequestEntityAllowed attribute specifies the maximum number of bytes allowed in the entity body…

Chris Halcrow
- 233
- 2
- 12
0
votes
1 answer
SSL certificate for CNAME
We have added CNAME for AWS Amazon S3 domain. Like below
test.domain.com IN CNAME d5f29cy3a2ai3ip.cloudfront.net.
We already have the SSL certificate for the domain "www.domain.com". But don't have any SSL certificate for "test.domain.com".
When I…

Karthik
- 217
- 1
- 3
- 6
0
votes
2 answers
IIS 8 - Application Initialization and Deployment of website without downtime
I have set up App Initialization on for a large website, however there is still quite a long wait before the website is initialized before users can access it. The site in question is quote big and compilation of the views is the issue.
Is there…

izip
- 221
- 1
- 3
- 8
0
votes
0 answers
DNS record to link to website
I have the following website that I am trying to setup the DNS entry for:
If I add the following CNAME entry in DNS:
I am able to browse to the default website of the server:
But what I really want is to create a CNAME record that maps…

Linger
- 251
- 3
- 9
- 25
0
votes
1 answer
IIS 8.5 Import Site Bindings?
Is there a way that I can import a list of bindings for a site in IIS 8.5?
I have 160+ bindings to add to one site, all the same IP, and I'd really love to be able to do it non-manually :)

Kevin
- 133
- 1
- 2
- 14
0
votes
0 answers
I need to host several websites on IIS 8 in Windows Server 2012 for public access
I have a small server running Win 2012 and IIS and I have a public IP address from ISP. I bought several domain names for my websites. Usually I buy hosting service for hosting my website. Now I need to host on my server with domain that I have…
HENG Vongkol
0
votes
1 answer
Client not requesting Kerberos authentication
My client is not requesting Kerberos tickets, but does when using fiddler. I was then advised not to use fiddler and use Wireshark, using this I can see that the client is sending an NTLM authorization when making the http request. I also enabled…

Noreen
- 11
- 2
0
votes
0 answers
IIS 8 .net 2.0 aspx pages run when accessed as localhost, but other domain bindings results in runtime error
I have IIS 8 running with .net 2,3,3.5,4 all installed. I have a .net 2.0 website that will only execute when access in a browser using a localhost(127.0.0.1) binding. If i try to access the site with it's domain i am returned a Runtime Error page.…
0
votes
2 answers
How can I optimize IIS warmup on servers with many sites? (E.g. staged warmup.)
Some of our web servers host quite a few sites. In day-to-day events this has not much effect, as all pages are delivered reasonably fast and the server's resources are well-dimensioned.
However, when the host machine needs to restart (for example…

Cornelius
- 123
- 7
0
votes
1 answer
Running IIS8 local server not working
I have a windows 7 laptop and I want to set up IIS8, php, mysql to run in a development environment, but I am having trouble.
I opened IIS8, and when I click on my site "Default website" and click start, it gives an error saying "The process cannot…

omega
- 111
- 3
0
votes
1 answer
No Data returned from IIS 8 behind Amazon ELB
We have a few Windows 2012 boxes running IIS 8 behind an AWS ELB. On a recent reboot, we lost the ability to hit those servers, via web browser, when connecting through the ELB. If we address the boxes directly, it works fine. At first we thought…

tobyb
- 101
- 1
0
votes
1 answer
Run IIS 8 on Windows 2008 Server R2
Is there a way to install and run IIS8 on Windows Server 2008 R2?
We need it for the WebSocket support.

Burgaz
- 11
- 1
- 4
0
votes
2 answers
Migrate Azure machine to Google Compute Virtual Machine
We would like to migrate our SaaS offer from Azure to Google Cloud Engine.
Our current solution:
Run on Windows 2012 server, while the current offering by Google
enables the usage of Windows 2008 Server R2. Our server heavily uses
Web Sockets…

Burgaz
- 11
- 1
- 4
0
votes
2 answers
CNAME or A Record to Site under www root?
So I have a server that runs a webapp and I have recently installed our BMC Track-IT! help desk software on it. I also installed Track-IT! Web which is client facing allowing users to browse their tickets or create new ones on a web interface. I…