IIS 7.5 is the version of IIS that ships with Windows 2008 R2, and Windows 7. A subset of IIS 7.5 is provided by IIS Express, optionally installed by the Web Platform Installer.
1
vote
0answers
16 views
IIS server restart required to convert web pages to PDF using COM
Have an annoying issue with our production web servers. Windows 2008 R2 x64, fully patched, using php 5. Also installed is ABC PDF, php will call the COM object to convert a web page to PDF and ...
0
votes
0answers
12 views
How to fix IIS Total Requests ramping up
I've got a site that has recently been experiencing a lot of downtime due to max memory usage. We're running a VPS with 8GB RAM, Windows Server 2008 R2, IIS 7.5, WebForms 4.0 site with SQL Express ...
0
votes
0answers
10 views
Get “400 Login Timeout” with Outlook Web Acces on Exchange 2010
We have an Exchange 2010 on Windows2008R2 and OWA was up and running fine. After recent updates and a reboot, we first had a problem getting the Exchange Management console started. This problem was ...
0
votes
0answers
11 views
How to set right for user to stop iis application pool
I log on CruiseControl.net service with user in one domain (DOMAINNAME\user).
and I want to use nant script to stop application pool on other server.
and I got this error
Failed stopping application ...
0
votes
0answers
16 views
PHP5.2 and PHP5.3 Maxing CPU on IIS7.5 Server 2008 R2
I have a shared server running Server 2008 R2 with IIS7.5 - the server has about 200GB ram, Several hundred websites dual Xeon 8 core hyperthreaded processors, so CPU shouldn't be a problem; What is ...
1
vote
0answers
16 views
IIS 7.5 ignoring local HTTP handlers
I am trying to serve a simple proxy application for a web service. For this purpose, I have a HTTP Handler that passes on any request to my website to another website configured in the web.config. The ...
0
votes
1answer
52 views
+50
Basic Authentication doesn't display login box
I am using IIS 7.5 and want to change a website from using anonymous authentication to basic authentication. I access the Authentication feature, disable anonymous authentication then enable basic ...
0
votes
0answers
12 views
IPv4 Address and Domain Restrictions is only working on folders, not files in it?
I've configured IPv4 Address and Domain Restrictions for one of my folders like this,
Then I test from a virtual machine (with ip address 192.168.56.80),
When I access http://win2008/myfolder I ...
0
votes
0answers
13 views
Application request routing “enable proxy” setting checkbox gets cleared
I have 5 IIS7.5 servers in a webfarm (WFF). The primary and all 4 secondary servers have ARR installed due to the need for a reverse proxy urlrewrite rule on one one of the sites in the farm.
This ...
2
votes
1answer
25 views
IIS 7.5 + Classic ASP + Forms Auth = memory leak?
When I implement the section titled "TAKING ADVANTAGE OF THE INTEGRATED PIPELINE" from the document below, memory usage counters for the w3wp.exe process increases with request to the classic asp test ...
0
votes
0answers
13 views
IIS 7.5 doesn't respond when user expires
I have IIS running in two Server 2008 R2, configured in high availability. I had permissions problems to access the web.config file, so I decided to click on Connect As.., and set a local user with ...
0
votes
0answers
14 views
LDAP read privileges for comupter, IIS under ApplicationPoolIdentity user
Is it possible to set up LDAP read privileges to Active Directory for computer account?
If I run web application on IIS 7.5, which application pool is running under ApplicationPoolIdentity, I have ...
1
vote
1answer
35 views
Network Services Write/Modify Permissions on Inetpub Folder Potiential security issues
I have an asp.net web application that runs as a Content Management system for a website.
It was originally on an IIS6 Server. However the web application was recently moved to an II7 Server. After ...
0
votes
2answers
28 views
IIS - Change IP address - forbidden access
I am hosting several sites on IIS 7.5 on Server 2008 R2.
The server has a local IP address - 192.168.0.2. All port forwarding goes through the router and all works fine.
I have a license file for ...
0
votes
1answer
32 views
Firewall allow all ports of w3wp.exe
I want to make the firwall take all process of my IIS 7.5 to allow inbound connections, becasue I dont wanna lost my time making each new application, and to do it easier to maintenance. Can I do it? ...
0
votes
0answers
28 views
IIS 7.5 SMTP E-Mail Queuing when SMTP Server is unavailable
I have a Windows 2008 R2 server running IIS 7.5, that also has the SMTP Server feature installed.
In the IIS Manager, SMTP E-mail is configured to deliver to localhost.
The server barfed yesterday, ...
1
vote
2answers
55 views
Why is gzip compression varying in efficiency in IIS?
While running Fiddler, I noticed something odd in a request for a static ~5MB XML file to my server:
Despite sending byte-for-byte identical headers (Edit: Including the headers), the responses were ...
0
votes
1answer
65 views
IIS 7.5 + CGI + SSL - How to increase the upload limit?
I'm hitting a really annoying problem with IIS 7. I've setup my web.config by the books as follows:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
...
0
votes
1answer
62 views
Ubuntu Server with win2k8 Server VM to Host IIS Site Issue
I have a ubuntu server(host), and a windows 2008 r2 server(client) virtual machine on it.
All my IIS based sites are located on the host machine, in a location which is shared with the client vm.
I ...
0
votes
2answers
34 views
How to restrict virtual directory access to specific IP IIS7.5
I checked google but couldn't find anything about that.
How is it possible to restrict virtual directory access to specific IP Address on iis7.5?
8
votes
2answers
559 views
Can we use a certificate bought for one domain on another domain?
We bought a certificate two years ago for service1.domain1.com and it is valid up to 2018. The problem is that domain was managed by third party and they are going to drop that sub domain.
My ...
0
votes
1answer
27 views
SQL Server with one ethernet output and Webserver with another ethernet output
Scenario:
I have one server which is virtualizated using VMWare ESXi. Specs:
Windows Server 2008 R2
SQL Server Standard 2012
IIS 7.5
Hosting a MVC and a Webform application (using Reporting ...
0
votes
0answers
32 views
MS Access on windows 2008R2 stops working from time to time
I'm having a problem with my dedicated server running MS Widows 2008R2.
In the server I have multiple websites using MS Access.
From time to time, all the websites stop working (not all at once) for ...
0
votes
1answer
27 views
IIS 7.5 and DNS Configuration
I'm trying to configure a Windows 2008 R2 Server (Web Server); I know how to access the websites using different ports using IIS, but not when giving them hostnames (in IIS).
I have absolutely no ...
0
votes
2answers
36 views
How to block a login page except to certain IP's?
In an IIS7 web application (ASP.NET) where we don't have control over source code, anyone visiting that application from the internet is presented with the login page.
To comply with security audits, ...
0
votes
1answer
32 views
IIS 7.5 with php on Windows server 2008 R2
I have installed php 5.4.9 with iis 7.5 on Windows server 2008 R2 with web platform installer.
phpinfo() is working file. But when i upload our web pages getting error.
Here I've attached error ...
0
votes
1answer
22 views
fresh installation of IIS 7.5 ignores <system.web> in my web.config
I have deployed a web application as usual, but on already installed and running Windows Server 2008 R2 with IIS 7.5.
On all machines until now the application works fine, but here an entire ...
0
votes
1answer
30 views
Problems with IIS 7.5 frequently going down for no good reason
We have a dedicated system (Windows Server 2008) with Hostway that just got deployed and we seem to be having a problem.
Since we started using this server, during the night, our monitoring software ...
0
votes
0answers
38 views
Why I can't access my site in IIS?
I have installed a new website on a new dedicated server which has Windows 2008 r2 and IIS 7.5 installed.
Whenever I click Browse 144.76.64.164 from my IIS panel, it goes to:
...
0
votes
0answers
30 views
IIS Advanced Logging Creating Mulitple Files
Following on the heels of the following question, IIS Advanced Logging Forward to Syslog, I am having a problem with IIS Advanced Logging creating multiple log files per rollover period.
Some of the ...
0
votes
0answers
29 views
Output caching in IIS doesn't work for Wordpress php files
I enabled output caching for php files
<configuration>
<system.webServer>
<serverRuntime frequentHitThreshold="1" frequentHitTimePeriod="00:00:30" />
<caching>
...
0
votes
1answer
22 views
IIS7.5 - Hosting ASP.NET MVC app and ColdFusion app under one domain
We are developing and deploying an ASP.NET MVC app while will provide new functionality yet there are still parts of the ColdFusion app we still need to live under the same domain. How can we set ...
0
votes
1answer
35 views
Installing IIS 7.5 on Windows Server 2003
I have installed the IIS Express 7.5 on Windows Server 2003 SP2 using Web Platform Installer But the Server is still running the IIS 6.0 when I run the IIS manager.
Later I have installed IIS 7 ...
0
votes
1answer
32 views
Internet Guest Account in Windows 2008 for permissions
I have seen there's no "Internet Guess Account" user in Windows Server 2008.
I am trying to configure permissions over some folders in a website under ISS 7.5 and I am having troubles as I used that ...
0
votes
0answers
13 views
WCF Service is Non-Responsive, but Doesn't Crash
We have a WCF service for an application which acts as the central hub for a few hundred thick desktop clients. This service handles all of the communication between the clients and the Oracle ...
0
votes
0answers
31 views
Posting to IIS getting slow with high concurrency on a specific box, what could be the issue? [closed]
We've been facing an issue in a scenario where, at certain times of the day, several processes where spawn in parallel, each one performing an HTTP POST to an ASP.NET 4.0 application under IIS 7.5 on ...
0
votes
0answers
53 views
Setting up DNS records for webmail, mail server, and multiple websites on IIS 7.5
Hello
I'm having difficulty understanding enough about DNS records and SmarterMail (our chosen mail server) to be able to implement a small business server running webmail, a website (with possibly ...
0
votes
1answer
23 views
Move IIS 7.5 FTP services from one server to another without recreating accounts
I have an IIS 7.5 FTP server running in User Isolation mode on Windows Server 2008R2. I need to move the FTP services to a different server but I do not want to recreate every FTP account. Is the user ...
0
votes
2answers
56 views
How to Update Redmine on Windows (Helicon Zoo)
Quite some time ago I installed Redmine 2.1.2.stable using Helicon Zoo feed. And it's been working great (minus multi-minute app pool warm up times).
What's the best way to upgrade to the latest ...
0
votes
1answer
11 views
Does an XMLTextReader require special ACL permissions in IIS7.5?
We are trying to port a web app from Windows Server 2003 to Windows Server 2008 R2 with IIS 7.5 and a main module just isn't working in 2008 R2: in IIS in Windows 2003 an XMLTextReader was able to ...
0
votes
1answer
25 views
CSS files in subfolders : 401 errors after porting webapp to new server running IIS7.5
We moved our webapp from Windows 2003 Server to Windows 2008 R2 IIS7.5. CSS isn't working. The CSS file is being linked in this manner:
<head>
<style type="text/css" ...
1
vote
1answer
74 views
URL rewriting between different pools with different authentication in IIS
I have an IIS application and three sub-applications as follows:
CMT (Windows and Anonymously authenticated)
- CI
- EM
- Website (Windows authenticated)
CI and EM are helper web services and ...
1
vote
0answers
44 views
System.Data.Odbc.OdbcConnection.Open() takes a second for every db call
My experience is with LAMP stacks and not so much with .NET on Windows, but I've been given the task of trying to debug a slow site and I've run into a dead end after Googling everything I can think ...
0
votes
0answers
49 views
Load balanced solution on EC2 with IIS app servers behind single IP address
I need to create an auto scaling, load balanced solution on EC2 behind a single IP address with IIS 7.5 as an app server(s).
I've got a pretty good working setup with haproxy (as a reverse proxy) ...
0
votes
1answer
84 views
IUSR permissions removed from wwwroot?
We had every website on one machine suddenly start returning 401.3 errors this morning. After much poking around we fixed the problem by changing the IIS Anonymous Authentication to use the ...
4
votes
2answers
122 views
Changing physical path on IIS through appcmd isn't activated
We have come across an issue on IIS 7.5 where we have a simple deploy system which consists of the following:
Create a zip-file of new webroot, consisting of three folders:
Api
Site
Manager
This ...
0
votes
2answers
143 views
Why do Microsoft not recommend using UNC paths in IIS? What is the alternative?
I have an IIS site, and one of the virtual directories is actually on a separate server, accessed via a UNC path.
Every now and then (several times a day) the ASP.Net application restarts, and in the ...
0
votes
0answers
7 views
iis7.5 peruser functionality
How can I achieve the same effect of using apache mpm peruser in IIS7.5
I don't want to give permissions to the iis user to all the sites hosted on the server, I want to be able to separate them, ...
0
votes
1answer
49 views
No response from IIS
My problem is that the Default Web Site can be opened from the server machine (localhost), but cannot be opened from a test machine (which is in the same LAN). Netstat says that IIS 7.5 is listening ...
0
votes
1answer
42 views
Unable to set up secondary IIS 7.5 FTPS server
I'm the process of setting up two IIS 7.5 FTP web sites (which are both up and running normally) both of which have FTPS set up on them. For this example:
Site 1 is called foo.com. This site has ...





