Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
7
votes
1 answer

appcmd has insufficient permissions to read redirection.config

I have this problem with my IIS7: C:\Users\vtortola.dk>%windir%\system32\inetsrv\appcmd.exe list site ERROR ( message:Configuration error Filename: redirection.config Line Number: 0 Description: Cannot read configuration file due to insufficient…
NullOrEmpty
  • 389
  • 2
  • 5
  • 16
7
votes
3 answers

How to best configure IIS7 logging to capture "HTTP_X_FORWARDED_FOR" header

We have IIS7 servers sitting behind an nginx reverse proxy. The reverse proxy is sending the standard "HTTP_X_FORWARDED_FOR" header with the visitor IP address, but IIS7 logging is only logging the IP address of the nginx server (which makes sense,…
zeroasterisk
  • 275
  • 1
  • 4
  • 10
7
votes
1 answer

Force encoding with IIS 7

I try to force encoding with IIS 7. When I add in the http response headers the key : Content-Type and value charset=utf-8 i got this key content-type : text/html,content-type=utf-8 it's there a way to remove the comma ? Thanks Justin for your…
Cédric Boivin
  • 744
  • 4
  • 13
  • 31
7
votes
5 answers

IIS7 folder permissions

I build a basic WCF service that I now want to host in IIS7 under Windows Server 2008 R2. I added the service as an application under the default web site but whenever i try to run the application I get the following error: HTTP Error 500.19 -…
Eanna
7
votes
3 answers

Creating cookieless application on development machine with asp.net

I am thinking about setting up a new domain to host static content on my website and have it cookieless just like Stackoverflow with their static domain. So before going ahead and buying the domain and setting it up I wanted to test it on my…
ak3nat0n
  • 183
  • 4
7
votes
2 answers

Windows Server 2008 - IIS 7 - ASP.NET - Does my web server go to sleep? How do I keep it awake?

It seems that my asp.net sites on my web server are very slow to load if they have not been accessed in a while. Does the ASP.NET processor go into suspend or sleep mode if it has gone unused for a period of time? Is it better for me to fix this by…
7
votes
2 answers

Having to run IISRESET twice to start all IIS related services

Seems like when I do IISRESET from command prompt, I'm getting the restart error about 90% of the time. Running IIS7 on Win 2008. But I've seen the same thing with IIS6 and Win2003. Running IISRESET a second time seems to start everything, or I…
NealWalters
  • 1,333
  • 8
  • 19
  • 39
6
votes
1 answer

Difference between limit number of connections setting in IIS and the Max Pool Size

I am trying to understand the difference between the "Max Pool Size" setting in the connection-string against the Limit setting in the IIS server manager...whether they are referring to the same thing? if not what does each do? To make it clear, I…
OAH
  • 205
  • 1
  • 2
  • 5
6
votes
6 answers

Exchange 2013 ECP/OWA/Outlook all failing - 503 Service Unavailable

My exchange server is really suffering at the moment. I do not know what has happened but when I connect via https (ECP/OWA) or via outlook (with in the network) I get 503 errors on ECP/OWA and Disconnected/Trying to connect in Outlook. I assume it…
Simon
  • 231
  • 1
  • 2
  • 8
6
votes
1 answer

How can I redirect HTTP IIS7 response "403 forbidden" to HTTPS?

I asked our web host to setup SSL on our web site, such that HTTP requests will automatically redirect to HTTPS. They say this is done, however when accessing the site via HTTP I now get: Response HTTP/1.1 403 Forbidden HTTPS works fine. I asked…
Jane Panda
  • 243
  • 2
  • 6
6
votes
1 answer

How can I create and install a domain signed certificate in IIS using PowerShell?

In my environment we host a whole lot of websites and WCF webservices in IIS (on Windows 2008 R2 and Windows 2012). We are in the process of enabling HTTPS on these sites. This goes as follows: Create a domain signed *.environment.domain…
6
votes
2 answers

Adding virtual directory in IIS which points to shared path on another machine without AD

I have machines EXTERNAL and INTERNAL (lets call them EXT and INT). Both machines are not part of AD (no network accounts, only local ones) and both machines have Administrator accounts using different credentials (hence forget about pass-thru). Now…
Mike
  • 161
  • 1
  • 1
  • 6
6
votes
2 answers

Using ASP.NET MVC3, how can I have IIS not redirect 302 on case-sensitive routing?

Using ASP.NET MVC3, how can I have IIS not redirect 302 on case-sensitive routing? For example, I create an application folder under my site called "Admin" in IIS. The javascript (there are hundreds of files, no trivial change, and then when new…
jcolebrand
  • 298
  • 5
  • 27
6
votes
1 answer

IIS 7.5 Missing Authorization Header

I have a website running an ISAPI filter providing SSO functionality, as well as anonymous & basic authentication. The ISAPI filter populates the "Authorization" header of each request with basic credentials e.g. basic base64EncodedString…
Chris Morgan
  • 161
  • 5
6
votes
5 answers

IIS7 FTP Setup - An error occured during the authentication process. 530 End Login failed

I'm having a problem very similar to IIS 7.5 FTP IIS Manager Users Login Fail (530) on Windows Server 2008 R2 Standard. I have created an FTP site and IIS Manager user but am having trouble logging in. I could really do with getting this working…
robmzd
  • 201
  • 1
  • 2
  • 9