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
0 answers
Not enough storage is available to process this command (IIS Worker Process memory leak)
I have 64bit Windows Server 2012 where I am getting error:
Message: Retrieving the COM class factory for component with CLSID {XXXX-XXXX-XXXX-XXXX} failed due to the following error: 80070008 Not enough storage is available to process this command.…

no9
- 303
- 3
- 5
- 13
0
votes
1 answer
Display a “Splash Screen” in IIS while server is starting application
Our web app has got pretty hefty, and takes a long time to launch on first load. The end-user sees 15-20 seconds of spinning progress bars until the login page. Once the first user has loaded, it's pretty instant to view the login page again.
I want…

Jonathan
- 135
- 7
0
votes
1 answer
How to setup Sub Domains with internal and external DNS Configuration
I am setting up a mail server and a few other application servers which will need to be accessed from both inside and outside the organisation via web browser. I would like to create sub domains for all these web servers to make things…
0
votes
0 answers
AppPools hang in IIS8
I am running IIS 8 on a windows server 2012 box with 32 gigs of ram. I have about 50 pools that are all pointing at the same source code for a CMS. These pools are broken down to aprox 10 sites per pool. Everything is currently configured to the…

jackncoke
- 223
- 1
- 3
- 9
0
votes
1 answer
How to get a list of all folders that have write permission for IUSR account?
I need to find a way to get a list of all folders and files inside of a master folder that have write permissions set for the IUSR account in IIS8 on Windows Server 2012.
I did a google search and could not find any scripts or tools that would allow…

HumanBacon
- 311
- 1
- 3
- 5
0
votes
1 answer
IIS Logs even unauthenticated users
I'm planning to get some information by processing IIS Log files (after I imported them into SQL Server database).
Now, even if user gives wrong username/password, but request to a file that exists on the server, it is logged and I cannot detect…

smhnaji
- 619
- 2
- 11
- 24
0
votes
1 answer
Pointing to a particular php file when users navigate to the root url
The internal web is accessed using the following url: crm.willys.local
However, this page yields an under construction error and needs to be redirected to crm.willys.local/login.php
Is there a way to load /login.php using IIS when users navigate to…

AnchovyLegend
- 187
- 1
- 7
0
votes
2 answers
Set a Custom Identity for Application Pool in IIS 8 doesn't work. Value does not fall within the expected range
It's a newly setup server in a new domain.
I added a website to IIS and created an application pool for it.
As soon as I try to set a different User (Identity) to run the Application Pool I receive an error.
There was an error while performing this…

RayofCommand
- 1,451
- 8
- 26
- 36
0
votes
1 answer
URL Rewrite issue
I'm a newbie on this and need some help on creating a rule to rewrite http://dev.test1.com/sub1 to http://dev.test2.com/sub1 as shown below.
0
votes
0 answers
How to secure django powered site on IIS 8.0
I have setup a django site using Helicon Zoo with IIS 8.0 on Windows Server 2012. My site includes the /admin, and I want secure only the admin with HTTPS. I have been searching on the Web for a while, but still cannot figure out how to do it.
I…

skyuuka
- 101
- 2
0
votes
2 answers
IIS: directory only accessible from/over a specific subdomain
to explain my purpose, this example of a directory structure:
C:\www\
C:\www\folder-1
The domain "example.com" has "C:\www\" as home directory, and the domain "member.example.com" has the home directory "C:\www\folder-1".
I want all clients, who…

taito
- 115
- 3
0
votes
2 answers
Configure IIS to be used in an intranet with a specific IP
I work on this company where I was asked to develop a helpdesk, now the problem is that I have been asked to configure the webserver on which I will be hosting this helpdesk, internally only.
Since in this company we only use Windows, I decided to…

codeninja
- 95
- 4
- 10
0
votes
1 answer
Which is better - adding an IIS site or adding a new virtual server?
We have a 16-core server which acts as a Virtual Machine host.
One of the VM guests is a Windows Server 2012 box which hosts a .NET Web Service that feeds live information to users of a mobile phone app.
We now need to add a second .NET web…

Carlos P
- 143
- 4
0
votes
0 answers
PHP / IIS High CPU + Recursive Process
I just uploaded and ran a PHP file that would output the user that PHP is running as, however, the process started to eat up all of the CPU.
I had a look in Process Explorer and it appeared that PHP was creating a command line process, which created…

SteveEdson
- 1,539
- 3
- 12
- 23
0
votes
1 answer
Set Default 404 error pages across entire instance of IIS
we are currently using IIS 8 on our new windows VPS. We have a content management system we install for all our apps we build, but we are finding it incredibly painful as our hosting provider requires that we change the default 404 error page from…

user125264
- 101
- 3