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
IIS maximum requests per second on 8 Core, 15 GB RAM Server
Currently I am using AWS EC2 servers to get maximum requests per second on server. I am using two EC2 8 Core, 15 GB Servers with AWS load balancer and backend database as Sql server with 8 Core and 30 GB Server. I have ASP.net WebAPI's deployed on…

Satish Dasari
- 1
- 1
0
votes
1 answer
Cannot open IIS 8 default site by private IP or localhost, yet IIS “browse” to by internal DNS works
Getting a "HTTP 404 Not Found" when I enter the server's LAN IP in a browser (http://192.168.1.70 - which the site has bindings for) or simply try to browse to localhost in IE 11. However, in IIS 8 I can successfully browse to…

SamAndrew81
- 284
- 1
- 6
- 20
0
votes
1 answer
Trouble getting IIS 8 Initialization working
I'm running IIS 8 and I'm trying to initialize my intranet MVC project when it is restarted. I am working off of this answer but I can't seem to get it to work. I see the IIS worker restarting when I recycle the app pool but I still get a slow load…

joetinger
- 101
0
votes
1 answer
Forward urls on same domain to different servers
During a rollout of a large site (IIS, .NET, EPiServer) with multiple markets we want to forward markets to the new server when the market has been added to the new web platform, but we still want to use the same domain.
www.customer.com/sv-SE/ ->…

Flatron
- 101
0
votes
1 answer
IIS 8 with SSL Fails To Connect to Remote SQL Server
I have recently setup a new testing environment consisting of a load balancer routing HTTPS traffic to a single IIS 8 webserver (more will be added once I work through this issue). The IIS 8 webserver talks to a remote SQL server via an unencrypted…

husterk
- 3
- 2
0
votes
3 answers
Serve websites from multiple servers behind a single IP
I have a network setup as illustrated below. A Windows Server 2012 R2 box with a public IP, with multiple CentOS 7 web servers behind it. Each CentOS box is a web server for multiple sites. The CentOS boxes are running Apache 2.4 and PHP 5.5.
The…

jxmallett
- 109
- 1
- 5
0
votes
0 answers
VMware + Windows Server 2012 R2 : Cannot View Website outside of VM
This incident occurred several days ago and has shown to be quite a nightmare. Essentially, as I attempt to access some web pages from outside of my VM, ERR_CONNECTION_RESET errors are thrown.
As I attempt to access these webpages from within my VM,…

FinnM
- 101
- 1
0
votes
0 answers
IIS not recognizing binding to .academy domain
This will be my first post to serverfault and not stackoverflow.
Problem
I am running af new ASP web application for a new project which I am to host on my windows server along with a dozen other already active (and functioning) applications.
The…
0
votes
0 answers
Web site keeps prompting for credentials in IE - but not in Chrome
I have a web site (forms) and a sub-site (Windows). My problem is with the sub-site with Windows authentication. On Internet Explorer, it intermittently prompts for credentials; when I click Cancel, nothing happens and the user can continue using…

Nathan
- 101
- 1
0
votes
1 answer
ARR Load Balance with two Machines - Always redirect to same Site
described steps for each setup.
Created a sample Application WebShareTest , hosted the application in M1(IP 36) on port (80) and same Binary I hosted in M2(IP 210) (on port 8070)
I pointed some domain name like my.joy to the machine M1 ip…

Akshay Joy
- 101
- 2
0
votes
2 answers
IIS application Alias
I have an application loaded on my default website
http:///AppName
now I have received a request for the exact same app, but to have the url "customised" for a specific customer . There is no actual value to this. just so that it looks special for…

Crudler
- 207
- 1
- 3
- 10
0
votes
0 answers
IIS-8 - Python CGI needs to access a library outside of the web directory structure
I've got a python script that calls a dll in a directory off of C:\ (ctypes module). When I access the script, the errror I get back is
in mydll = ctypes.cdll.LoadLibrary("C:\\DIR\\SomeDLL.dll")
...
...
OSError: [WinError 126] The…

Adam vonNieda
- 132
- 9
0
votes
0 answers
Redirecting certain website paths to different webservers
Currently my primary web server is IIS8 on Server_2012r2 and I set up a secondary web server using Apache on CentOS that is running Own-cloud, is it possible to make it so when I type in www.mydomain.com it stays on the IIS server, but if I go to…

Wered
- 11
0
votes
1 answer
Local Server Website Doesn't respond as soon as lose Internet Connectivity
I have hosted a local website in my organisation where student are accessing the local website locally from IIS server windows 2012 r2 Server,and we have 24 x 7 internet connectivity where the same server work out as proxy server for all other…

Neeraj Mehta
- 103
- 1
- 6
0
votes
1 answer
Staticfiles for Django cannot be located on IIS 8
I have a Django 1.7 website configured on IIS 8 platform. The staticfiles are kept in a folder generated after running collectstatic command. As mentioned in the tutorials I have made that folder a virtual directory and deleted the django handler…

Zain Khan
- 111
- 7