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
5
votes
5 answers

Is it safe to run Wireshark on a production IIS7 server? Is there a good alternative?

We host a bunch of ASP.NET sites on an IIS7 server. Occasionally, we'd like to be able to log HTTP POST data to troubleshoot problems. IIS lets us log the query string, but not the POST data - at least, we haven't found a way. Do you think it's safe…
Richard Beier
  • 399
  • 3
  • 10
  • 17
5
votes
3 answers

Hide Physical Path in IIS HTTP Error

Is it possible the hide the below physical path from IIS server..? When someone try to enter the URL with folder name that time below error raiser in browser : For Eg : https://MyDomainAddress/JS
BGS
  • 151
  • 1
  • 1
  • 7
5
votes
2 answers

How can I troubleshoot why my IIS7 site is not gzip compressing?

I've got a number of websites on a single IIS7 machine running W2K8. I'm using Fiddler to help me figure out if something is compressed or not. Nothing is. So, I've googled for a few things and tried some things out. I have the following…
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
5
votes
0 answers

IIS 500.19 error on 0.01% of requests

We have deployed a simple ServiceStack application delivering Podcast RSS-feeds in IIS 7. Scouring the IIS logs, we found that a tiny amount of the requests get a HTTP 500.19 error code. Of the ~550 000 daily requests, around 600 of them fail with…
5
votes
3 answers

How to Upgrade to PHP 5.5 on Windows Server 2008

What is the proper way to upgrade from PHP Version 5.4.32 to PHP Version 5.5.22 on Windows? All that I can find is how to to install. PHP is already running on Windows Server 2008 R2 64 bit alongside IIS, just need to move on to a newer version of…
crjunk
  • 101
  • 1
  • 1
  • 3
5
votes
1 answer

How can I log the negotiated SSL Cipher in Windows 2008 R2

I have a web server running IIS 7.0, on Windows Server 2008 R2. The web application is written in C# .Net 4.0. The web application receives web requests, and sometimes makes outbound https requests to other services. I want to log the SSL cipher…
5
votes
2 answers

What is the max number of websites / virtual directories one can host on IIS?

Can someone tell me the maximum number of websites / virtual directories I can host on a single IIS? Is there's a difference between IIS 6 and IIS 7? Also what performance and connection limitation should I be worry about.
Vadim
  • 153
  • 1
  • 1
  • 5
5
votes
2 answers

If an IIS hosted site is secured using Kerberos, can Linux machines connect to it?

I'm running into a problem configuring my IIS 7.0 website in a test environment with Kerberos. I have a trial version of Windows Server 2008 R2 with AD DS, AD RMS, DHCP, DNS & IIS roles installed. I have gone into the IIS security settings for the…
5
votes
2 answers

appcmd command to set anonymous authentication on a folder under a Web Application

I would like to run a command to set up anonymous authentication on a folder under a Web Application on IIS. I would like the particular folder to be the only thing affected. I don't want to change the anonymous authentication for the entire Web…
Lorem Ipsum
  • 53
  • 1
  • 3
5
votes
4 answers

Windows/IIS - HTTP Service could not be stopped

From what I've found this error is usually caused by Reporting Services, but Reporting Services is not installed on this server. Any ideas why net stop http doesn't fully work? C:\Users\Administrator>net stop http The following services are…
RyanW
  • 528
  • 3
  • 9
  • 19
5
votes
2 answers

Is it possible to run IIS7 on Windows Server 2003?

Is it possible to run IIS 7 or IIS 7.5 on Windows Server 2003?
5
votes
0 answers

Creating a seperate static content site for IIS7 and MVC

With reference to this serverfault blog post: A Few Speed Improvements where it talks about how static content for stackexchange is served from a separate cookieless domain... How would someone go about doing this on IIS7.5 for a ASP.NET MVC…
JK01
  • 339
  • 2
  • 7
  • 16
5
votes
3 answers

Cannot find "IIS APPPOOL\{application pool name}" user account in Windows Server 2008

Normally when setting up IIS 7, I'm used to allowing permissions to user IIS APPPOOL\{application pool name} on the root folder of my web application(s). I also give permissions to IUSR (or the IIS_IUSRS user group. (Note, in Windows Server 2008,…
5
votes
2 answers

Why is IIS7 not compressing my static files?

I am trying to get IIS to compress jquery.js (and all other static files, but using jquery as the example here) on my localhost, but something goes wrong. The funny part is that when I look in my %SystemDrive%\inetpub\temp\IIS Temporary Compressed…
Peter Evjan
  • 171
  • 1
  • 5
5
votes
2 answers

Multiple instances of a web site on a single server - upgrade one at a time

I would like to host a single physical machine two copies of the same very site to minimize downtime during upgrades. I think I could put a load balancer in front of the machine, assign two IPs to this machine and set the IPs in the load balancer.…
Andrei Rînea
  • 310
  • 5
  • 17