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
2 answers

Browsing to a site on port 8080 Windows Server 2008 IIS 7

I have a Win 2008 Server VPS with IIS 7 I created a new site (alongside with the Default site that runs on port 80). The new site was given a port 8080. From my local dev machine, if i browse to the site using: http://66.71.xxx.xxx:8080/ I get a not…
user25164
  • 421
  • 2
  • 5
  • 17
5
votes
4 answers

how to enable iis 7 dynamic content compression?

I've turned on dynamic content compression in IIS 7, but Fiddler is showing that my dynamic pages are still being served without content-encoding: gzip. Static content compression is working fine on the same servers. Not sure if it matters but most…
davidcl
  • 162
  • 2
  • 2
  • 11
4
votes
1 answer

How to move c:\inetpub\temp\appPools to another disk?

I have Windows Server 2008 x64 SP2 installed on my server and IIS 7.0. I have move successfully all other directories under C:\inetpub\ folder. But C:\inetpub\temp\appPools still exists and contains temporary files. How to move it to another disk? I…
abatishchev
  • 541
  • 1
  • 9
  • 31
4
votes
1 answer

IP Address restriction in IIS7?

I want to restrict users of an IIS7 website to only one user host IP address that I will specify in advance. I've done it the other way round in IIS6, where I restricted a certain domain to see only a special page, everyone else access as normal. My…
P a u l
  • 165
  • 3
  • 9
4
votes
0 answers

Bunch of Connection_Abandoned_By_ReqQueue once per day

We are seeing tens of Connection_Abandoned_By_ReqQueue errors in HTTPERR file every day (and once that day) fired in quick succession for our ASP.NET WebAPI application running in IIS 7. We think there is a connection between those and timeouts we…
4
votes
3 answers

ASP.net user account permissions in IIS 7 on Windows 2008 server

I set up a global error handler in my ASP.net application, using Log4Net and a RollingLogFileAppender which has worked quite nicely up until. I'm in the middle of an upgrade to IIS 7 on Windows 2008 server, and I can't get the logging working. I…
Patrick J Collins
  • 165
  • 2
  • 3
  • 7
4
votes
2 answers

w3wp/asp.net High memory usage - Is this problematic?

We have a asp.net (.net 4.0) webapplication that is installed in several environments. In most environments, the memory usage is somewhere around 1GB. However, we have one environment where the memory usage peaks to 5.5GB. This is on a Server 2008…
Lodewijk
  • 151
  • 7
4
votes
1 answer

point subdomain to (sub-) directory on IIS 7

I have quite a newbie question, but here it is anyway: one of our customers has a domain, e. g. examplecustomer.com which points to the customers website. This server is a apache webserver. Now we have another server using IIS 7, where some .NET web…
Max
  • 481
  • 1
  • 9
  • 17
4
votes
1 answer

iis 7 response slow even on localhost with a text file

My server (windows 2008 r2) began serving files really really slowly in IIS 7 after I rebooted the machine. To test what was causing this I created a file "test.txt" on the site directory and accessed it via "http://127.0.0.1/test.txt" and it took…
4
votes
1 answer

Subdomain not working with Canonical Rewriting

I have configured wild-card sub domain mapping for my web application. I have changed "A" records in DNS settings for this. All requests to these new sub domains are working fine. Ex: http://test1.foo.com, test2.foo.com Later I configured IIS7…
Rama
4
votes
6 answers

Adding FTP account to a website in IIS7

I'm trying to add an FTP account to a Website that I've setup in IIS7. Here's what I've done so far (following these instructions): added the windows account 'newFTP' found the site in IIS Manager and clicked 'Add FTP…
RKitson
  • 243
  • 2
  • 3
  • 8
4
votes
3 answers

IISRESET Error

I received the following error while running IISRESET on our MOSS 2007 Index Server: Restart attempt failed. The data is invalid. (2147942413, 8007000d) It appears that the IIS Admin Service is failing to stop properly and thus cannot be…
Matt Franklin
  • 193
  • 1
  • 3
  • 6
4
votes
1 answer

Error while querying various classes within root/webadministration namespace

I am using a WMI query(using wbemtest): select * from AuthenticationSection using namespace root/webadministration, and I am getting the follwing error on a few servers (Windows Server 2008): Number: 0x80041013 Facility: Win32…
user3839835
  • 41
  • 1
  • 2
4
votes
3 answers

IIS 7 Cannot Access Website

We can access our website from other systems, but when logged into the local machine where the site is hosted it does not resolve to the site... for example: http://mysite.com/folder/page.aspx gets a 404.... from the local machine we also cannot…
user19075
4
votes
2 answers

IIS 7 Access Network drive with credentials

I have an IIS 7 server with a PHP application running on it. This application needs to be able to connect to a network drive that has username and password required. This drive is connected at log in for users with net use \\server /user:. The…
Ben
  • 41
  • 1
  • 2