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
WebsitePanel 2 totally NOT working on Windows Server 2012 on Azure
I’m having many troubles installing WebSitePanel on an Azure Virtual Machine, with Windows Server 2012. I followed the steps in…

Carmine Giangregorio
- 189
- 1
- 8
0
votes
1 answer
Failed Request Tracing Module vs Tracing Module
What is the difference between the Failed Request Tracing module and the Tracing module?

Shadowxvii
- 101
- 3
0
votes
0 answers
Corrupted ApplicationHost.config
I'm trying to migrate our IIS6 website to IIS8. when I have all the applications, virtual directories and application pools configured. I start to test diferent configurations and suddendly IIS throw a xml malformed error in applicationhost.config.…

Miquel Àngel
- 75
- 1
- 4
0
votes
0 answers
IIS8.0 Response size limit?
I am trying to serve up some hefty (really hefty) static web pages. The one I am playing with is 20Mb, and contains image links to about 5000 images.
I'm seeing some errors, where after a certain point no more images are loaded- I get a failed GET…

Nicros
- 133
- 5
0
votes
0 answers
IIS 8.0 Problems serving up huge static pages
I have an internal IIS server that is used to serve static html pages located on a network share, mounted as a virtual directory.
Some of these static html pages are HUGE- I have seen a couple that were 50MB of html, with over 8000 embedded…

Nicros
- 133
- 5
0
votes
1 answer
IIS 7.5 / Windows Server 2008 - multiple SSL websites on single IP address
It is possible to host multiple SSL websites on a single IP address using IIS 7.5 & Windows Server 2008? Or must one upgrade to Windows Server 2012?

Mr. Flibble
- 723
- 3
- 13
- 23
0
votes
1 answer
Very extremely weird IIS\Reporting Services permission issue
Server 2012 Standard
Reporting Services 2012
I have 2 URLs for my Reporting Services:
http://MACHINE-NAME/reportserver
https://domain.com/reportserver
When using the local url locally everything works fine.
When using the external url externally…

JustAGuy
- 639
- 3
- 23
- 38
0
votes
1 answer
One SSL Certificate for multiple servers?
Forgive my ignorance, but is it possible to have one SAN certificate that covers multiple servers and services? For example, say I wanted one cert for Lync and SharePoint, each with multiple SANs that point to the two different machines:
DNS Entry …

Lee Harrison
- 486
- 1
- 5
- 19
0
votes
2 answers
I can access site with host name IIS in local but not from other machines
Please check the way I configure.
Type : https
IP Address : All Unassigned
Port : 443
Host name : testing.mysite.com
Give ssl certificate that matches url and added DNS entry in hosts file.
And finally, my question is that is there any way to…

N K
- 101
- 1
- 4
0
votes
4 answers
Redirect url for Microsoft RD Web (Server 2012)
I have installed RD Web on the same web server as OWA and ECP (Exch 2013) console.
All web applications are installed in the Default Web Site and Exchange Back End
For OWA and ActiveSync my users connects to https://mail.domain.com/owa
As for now,…

David
- 125
- 3
- 10
0
votes
1 answer
WebClient failing for large file uploads. IIS configuration
To give a background, I am using IIS8 and I have a WCF service that my WinForms client uses for all the work. I also have a webclient which uses the uploadFile and DownloadFile methods.
i had this piece of code added to my web config.

Ron
- 103
- 4
0
votes
1 answer
Unable to setup a host name binding with an emoji (unicode 6 character) on IIS 8
I'm trying to setup a host name of xn--n68h.tk on our IIS8 with an emoji (unicode 6 character). When I add it as a binding our IIS stops and when I try to start it I'm getting an "Value doesn't not fall within the expected range" error.
How do I…

Peter Theill
- 127
- 4
0
votes
1 answer
Windows 2012 Core - IIS8 - Shared Configuration
I'm trying to setup windows 2012, IIS8 shared configuration. That is two IIS servers share the same configuration file which is stored on a network share.
I've setup a share and granted userA "full control" to the share. I've also granted the userA…

Brad
- 619
- 1
- 10
- 28
0
votes
1 answer
MySQL localhost slow connection on IIS 8
I already had this issue on my Windows 2008 Server and I was able to solve it the following way:
Add 127.0.0.1 localhost to Windows hosts file
Add skip-name-resolve to my.ini
It's very weird that on Windows Server 2012 (IIS8) these tricks don't…

andreas
- 221
- 1
- 4
- 11
0
votes
1 answer
IIS 8 Random 503 service unavailable
We migrated a busy website to Windows Server 2012 with IIS 8. The website randomly gives the error "503 service unavailable" after an user presses F5 the error is gone again. The website is build in ASP.NET MVC 3. The website runs on one application…

Ivo
- 101
- 1
- 4