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
12
votes
4 answers

IIS7 ASP.NET application - 2 identical apps in 2 identical app pools, 1 is responsive and 1 is not

I have an ASP.NET (v4.0) web app that is installed in a virtual directory (as an application) and is hosted in it's own app pool. This is repeated for each instance of the app (i.e. per customer). The app pools are integrated (not classic) mode and…
Ben
12
votes
1 answer

What does Virtual Bytes mean in Worker Processes pane in IIS7.5 Manager?

What does Virtual Bytes mean in Worker Processes pane in IIS7.5 Manager? If I open IIS Manager (On WindowsServer 2008r2), and go to the Worker Processes page, I can see that one of my AppPool processes reports Private Bytes (KB) 106,435.00 Virtual…
UpTheCreek
  • 1,628
  • 10
  • 32
  • 48
12
votes
4 answers

Configure IIS 7 Reverse Proxy to connect to TeamCity Tomcat

We have an IIS 7 webserver configured and would like to create a reverse proxy for a TeamCity installation using Tomcat on the same machine. The IIS server site is https://somesite and I would like the TeamCity to appear as https://somesite/teamcity…
Cynicszm
  • 121
  • 1
  • 1
  • 4
12
votes
7 answers

Installing SSL Certificate for use in IIS7, installation "works", but cert listing disappears

Windows Server 2008 R2, IIS7. We have an SSL cert from Go Daddy. It's a wildcard cert, so it will work across subdomains (e.g. *.domain.com). I followed the instructions located at…
Matt
  • 3,241
  • 9
  • 30
  • 33
12
votes
3 answers

How to create certificate .cer file?

I would like to work with certificates and the third part authority send me values: -----BEGIN CERTIFICATE----- [...]Many letters and digits[...] -----END CERTIFICATE----- -----BEGIN RSA PRIVATE KEY----- [...]Many letters and digits[...] -----END…
Tim
11
votes
3 answers

How to serve unknown file types from IIS 7

Is there a way to serve unknown file types in IIS 7? I only want to do this for a single directory where execution is turned off and everything will be served as a static file. As it is now, I have to add each file extension that I want to serve as…
Ronnie Overby
  • 681
  • 2
  • 12
  • 24
11
votes
5 answers

Can't connect to my FTP server, why?

I have a windows 2008 server running with FTP 7 on IIS 7. I have it configured to connect as it is out of the box, with a particular user (lets say john) with read/write access. When I use my FileZilla client software, I can connect to the server as…
Joseph
  • 1,746
  • 3
  • 19
  • 22
11
votes
2 answers

IIS Rewrite, rewrite maps and query strings

Please help me understand rewrite maps, I have this setup:
Martin at Mennt
  • 177
  • 1
  • 2
  • 11
11
votes
2 answers

How can I verify/read an IIS7 SSL renewal CSR with OpenSSL

I have the privilege of handling ~5 SSL CSRs per week, checking their validity before passing them off to our CA for action. I use OpenSSL on an Ubuntu machine to check that they are valid, testing things like the correct OU name, a sensible CN, key…
Jim Cheetham
  • 311
  • 2
  • 8
11
votes
1 answer

IIS server: how to dump IIS configuration into a single file

How to export/import configuration of my IIS server into/from a single file? The reason is that I want to put the configuration under version control system to track changes made by admins. Sultan
sultan
  • 287
  • 3
  • 10
11
votes
2 answers

Will changing applicationHost.config cause IIS7 restart?

If I make a change to the file: %windir%\system32\inetsrv\config\applicationHost.config and update it with a change resulting in a valid config, will it cause IIS7 to restart and force restarts on all the apps? I am trying this out with a hot-cloned…
Kenny
  • 520
  • 1
  • 9
  • 24
11
votes
1 answer

How come when I add IIS_IUSRS RW access to a folder, it doesn't automatically allow ISUR RW access?

I'm using IIS7 (Windows Server 2008 x64) and I have a website setup using anonymous authentication. The anon user identity is configured as IUSR. The application writes files to a folder and I'm giving the IIS_IUSRS group RW permissions to the…
joho0
11
votes
3 answers

Will an IIS reset force cached items to be resent?

I'm trying to develop a strategy to handle cached javascript files, css, images, etc when we release an update to our site. Before I get into implementing version numbers on the javascript files I was wondering if an IIS reset after each release…
DaveK
  • 213
  • 1
  • 2
  • 6
11
votes
3 answers

Can not see "Management Service Delegation" option in IIS 7

I have installed Management Services on IIS, and want to configure for Web Deploy. At Server level I can see Mangagement Service, Feature Delegation, IIS Managers, etc I also have IIS6 management installed, but as this is a production server I…
Dan
  • 405
  • 1
  • 3
  • 8
11
votes
3 answers

Disable static content caching in IIS 7

I'm a developer having what should be a relatively simple problem in IIS 7 on Windows Server 2008 R2. The problem is that IIS 7 is overzealously caching all static content on the server. It's caching all .html and .js content and not noticing when…
Lee Richardson
  • 215
  • 1
  • 2
  • 6