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
Setting up NTLM/Kerberos authentication for IIS 8, Server 2012 Workgroup
I need the following.
My Server 2012 with IIS 8 installed is in a workgroup.
Workstations are in a domain called 'hello.local'
I need for users in the domain 'hello.local', to be authenticated against the IIS on my Server 2012. This way, i can log…

Markie Mark
- 1
- 3
0
votes
0 answers
Exchange 2016 IIS Modules cafe_exppw / exppw / kerbauth
A new install of 2016 mailbox role in an existing 2010 Exchange AD environment.
The install didn't complete all the way because there was a typo in the setup command and while troubleshooting kerbauth.dll errors I think I inadvertently messed up one…
0
votes
1 answer
Can't show non-English characters in IIS
All non-English characters show as '?'. I tried SET Allow UTF-8 in IIS to false, but this did not work.
My system is Server 2012 r2 — English platform

petercheung
- 1
- 3
0
votes
0 answers
iis server not serving https website to a bunch of locations (dns_reset_error)
i am having a bad issue of iis server here from one of my VPS not serving https version of website to some of my client locations. http is working fine, but when i switch to ssl version, the ssl certificate passed by server shows as expired on our…

Alok
- 101
- 1
0
votes
1 answer
PHPMyAdmin - 500 Internal Server Error - Windows Server 2012 R2 - IIS 8
I have Windows Server 2012 R2 and IIS 8 as a Web Server and Operating System.
I installed PHP 7 and it works great I could view the index.php file when created. I also installed MySQL Community Server on the system and that also works. Although…

spexops
- 11
- 1
- 3
0
votes
0 answers
IIS Redirect from HTTPS to HTTP
In my site we don't have SSL installed. When user try the site https://example.com it shows the user the site is unsecure etc. Instead I want to redirect them to the http version of the site. I tried redirect in the IIS but still user see this…

Tippu
- 101
- 2
0
votes
1 answer
How to redirect only localhost traffic in IIS 8
I have IIS 8 and I need redirect only localhost requests to one page to another page on the same IIS.
I tried it with URL Rewrite module and Conditions but maybe this is wrong way...

SpriteCZ
- 31
- 1
- 6
0
votes
1 answer
Application automatically redirect to login page during postback
In Asp.net application, it automatically redirect to the login page. It happens when i select a drop down and it raise postback to fill the other dropdown. At that time it happens again and again.. Below are the steps i follow to replicate this…

Niranjan Singh
- 101
- 2
0
votes
1 answer
IIS Manager changes are saved to USER web.config instead APPLICATIONHOST.CONFIG
I face a problem when changing setting using IIS MANAGER in Windows 2012 R2. All changes made are stored in web.config user file, and this is a problem, beacuse when user update the App, the web.config is overwrighted and all changes are loose.
How…

Luiz Gustavo
- 37
- 6
0
votes
1 answer
What does these TLS / SSL Connection Error between IIS and Apache server mean?
I am working out a connection between our IIS server and a client server which is running Apache. I have set up TLS 2 way (HTTPS Required). When they try to connect to us, they get the following and we just get error 500 for the log in IIS.
E2E…

MichaelChan
- 101
- 2
0
votes
1 answer
IIS 8 on Server 2012 "Basic Authentication" is not available as a feature even after installing Role
I have an Azure VM with Windows Server 2012 on which I use IIS 8.0 to connect to an Azure App Service website. I use Server Management (version screenshot:https://www.dropbox.com/s/4fiqtzw3mgdwd0r/Screenshot%202016-06-02%2015.10.29.png?dl=0). I…

Julie S.
- 51
- 1
- 5
0
votes
1 answer
Windows server 2012 IIS 8 php data post upload failure to mysql
I'm getting a php data upload fail when attempting to transfer data up to a mysql database from a html5/webgl built app off of Unity. All of the data downloads work regardless of the upload issue. The upload issue happens after an indeterminable…

Devman85
- 1
0
votes
1 answer
How to host two web applications with different "domains" in IIS 8
I have setup to entries in my hosts file:
127.0.0.1 mymvcapp.dev www.mymvcapp.dev
127.0.0.1 mywebapi.dev www.mywebapi.dev
In the first I want to host my mvc app and the second entry is for my web api app.
Now I have added these two bindings to my…

Legenda
- 89
- 7
0
votes
2 answers
Router doesn't allow loopback, can I use MS DNS to internally forward my .com to the local IP of the IIS server?
My websites are all on public IP x.x.x.110
My dev computers wan IP is x.x.x.111
From within the server, I can type my sites .com address into IE and it loads fine. But if I try them on my other computers, it times-out.
I think it may be because the…

MrGoodGuy
- 13
- 1
- 3
0
votes
1 answer
IIS website slow on first hit
I have a php website hosted on IIS.
App pool idle timeout is set to 0.
Recycling is set to 3am daily.
After some time of inactivity (0 users on the website) First hit is very slow. (10-15 secods) vs normal 2 seconds.
I looked at the network tab in…

user194076
- 121
- 4