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

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

Response 400(bad request) when invoking WCF service over a proxy and with a specific user

I've been consuming a WCF service hosted in (let's call it Server01)(IIS) with no problems until now. When I try to access it from MyIISSite (a Web applicattion hosted in an IIS that is in server ...
0
votes
1answer
20 views

IIS and root application

Sorry for my bad english :) I am new to Windows Server and is about to set up a website. I go to the IIS and added a new website. Then I add a application to that website. Lets say the application ...
0
votes
1answer
25 views

how to confirm ssl certificate will take over after intermediate

Sorry, this is probably a dumb question, but just want some assurance... Installed my first SSL certificate on an IIS 7 server and just want to know if there's a way to verify the SSL certificate will ...
0
votes
0answers
10 views

IIS7 app pool remains 'locked' after heavy load returns to normal

I've got a Windows Server 2008 R2 set up, happily running a bunchof PHP / MySQL websites. Plenty of resources, no problems at all. Following a request from a client, I've started doing some load ...
0
votes
0answers
12 views

Use server-side certificate from Smart Card in IIS

I have a Smart Card (actually a USB dongle, called a Feitian ePass2003) with a certificate and its accompanying private key on it, and I want to use this certificate to serve my SSL site in IIS. To ...
0
votes
1answer
34 views

In IIS 7, can you bind more than one SSL certificate to a single website / IP address / port number?

I'm being tasked with binding multiple SSL certificates to the same website. I have a single website with a single domain that the client wants to bind multiple SSL certs from different CAs. So ...
0
votes
0answers
16 views

ASP.net site on IIS7 - intermittently very slow on all remote connections, but always very fast locally

One of our asp.net sites is intermittently very slow when accessed from the Internet. But even when very slow remotely, it is still running very quickly when accessed on Remote Desktop from the server ...
0
votes
0answers
7 views

Setting up IIS Shared Storage and caspol is giving an error

I am trying to setup our IIS Web Farm (using Windows Server 2008 R2) to use shared storage. The storage is setup and shared over the following path: \\MYSERVER\SharedStorage$\ I have created ...
1
vote
2answers
41 views

Redirecting https://www

I have a domain that I run with SSL. I purchased a certificate for thedomain.com. Note that it does not apply to www.thedomain.com at all and I think that might be where my issue lies. My goal is that ...
0
votes
0answers
12 views

Best way to stop access to my website by SERVER_NAME in IIS 7.5

I am getting all kinds of logs from some ASSClown trying to hit invalid routes on my site and including things like this: System.Web.HttpException: The controller for path ...
1
vote
0answers
22 views

Configuring IIS application pool to access SQL Filestream with ApplicationPoolIdentity

I have an IIS 7.5 server with a number of applications in a single Application Pool. Some of these applications access a SQL Server 2008 R2 Filestream on a remote machine, on the same domain. The ...
0
votes
1answer
19 views

cannot delete 500-100.asp file for IIS7

I use roboycopy to copy (to another hard drive) the entire IIS7 "inetpub" folder and I've since tweaked the script a little so it copies to a SkyDrive folder for cloud backup, but I cannot delete the ...
0
votes
0answers
9 views

Are IIS periodic restart schedules in local time?

Are the values specified in IIS restart schedules in server local time, or in UTC? If they're in local time, what happens if a DST change happens at the scheduled time (for example, in the UK, 01:30 ...
0
votes
1answer
27 views

How do I get to the hotfix, if the link is broken? [closed]

I've got a problem with my IIS 7, on a Windows 2008 R2 Server, not working for some of our users. (All using IE 10; it's a known issue.) I've learned that there's a hotfix, I've gone to Microsoft's ...
0
votes
0answers
13 views

Caching .htm and image files from virtual directories in IIS7 to improve perfomance

I think this is a ServerFault question, though one part has to do with application design so please let me know if I should close and re-ask on StackOverflow. I have a large directory of plain .htm ...
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 ...
1
vote
1answer
21 views

IIS7 responds with a 404 when extension is not listed in the Mime Types. Can't IIS simply serve the file as a default type?

How do I configure IIS to return files whether or not they are listed in the Mime Types list? It doesn't make sense for IIS to return a 404 when the file exists.
-1
votes
0answers
17 views

IIS Site taking long time to show [closed]

I have a website which is hosted on our internal server. We are using Server 2008 R2 64bits SQL server 2008 When I tried to access the site it take 5 minutes but was timeout and in IE it was not ...
0
votes
0answers
8 views

asp page request authentication when accessing through ip

I have a webserver running iis7. It works fine when i access through the server name for example; http://myservername, I can get to the page fine, which requires authentication by the way. However, ...
0
votes
0answers
12 views

IIS redirect to subdirectory is having issues with trailing slashes

HTTP redirect in IIS is not working as expected. I have two directories at the root of a site. One is a full directory name, and one is shorthand. I want the short directory name to redirect to the ...
0
votes
1answer
29 views

IIS7 32bit application does not fire error pages, only empty page

I'm configuring IIS7.5 on a new 64bit server to handle a older website that uses few 32bit components and a MS Access database. I've set successfully the application pool to support the 32bit - so ...
1
vote
1answer
21 views

View when IP Address Was Blocked in IIS

We had an issue recently where our server started throwing 500 errors because an IP address was blocked that had already been blocked elsewhere. It -appears- that the IP was blocked on individual ...
0
votes
0answers
41 views

FTP slows down when transfers are in progress

I'm on Windows 2008 Datacenter edition with its own FTP server and using FlashFXP to upload files via FTP. Recently an annoying issue has started that the server will upload a few files fine then the ...
0
votes
1answer
20 views

Is requests in IIS httppipeline processed serially?

Based on iis architecture, request from client hitting IIS will pass through httppipeline, specifically through each httpmodule and finally reaches respective httphandlers and then to worker process. ...
0
votes
1answer
30 views

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? ...
0
votes
1answer
22 views

503 errors on ISAPI module (rpcproxy.dll) when authentication / impersonation is enabled

I'm stuck on rpcproxy.dll install - when authentication is disabled the module works fine. However, when enabling basic authentication and providing username & password server responds with error ...
0
votes
0answers
25 views

IIS 7 - Create an isolatet guest account

We are running an IIS 7 FTP-Site. Every Windows User which is a member of an special group can access this site, without any isolation. Now I need to create an guest account which has write access to ...
0
votes
0answers
18 views

Error: Retrieving the COM class factory for remote component with CLSID {XX} from machine X.X.X.X failed due to the following error: 80070005

When i am connecting to the remote iis server for retreiving all the sites list from that server, it gives the error as "Retrieving the COM class factory for remote component with CLSID {XX} from ...
0
votes
2answers
96 views

Can an IP Address be used as the FQDN when requesting a SSL Certificate?

When filling out a request for a SSL Certificate, can the IP address be used for the "Common Name"? update: We have a new production box that doesn't have a public domain name. Just a public IP. But ...
0
votes
1answer
17 views

IIS7.5 wordpress compression won't work

Running wordpress on IIS I can not access my Backend. I get The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. I do not have to many ...
0
votes
2answers
19 views

inherited classic asp site on windows server 2008 r2 getting connection_dropped errors

Trying to debug a problem with a classic asp app that I have to get running on some internal servers. Running IIS 7.5 on Server 2008 R2, I'm getting most pages working OK, but one page (so far) ...
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
2answers
49 views

IIS 7 spawning processes and eating memory for trivial requests

We have a webapp (ASP.NET MVC 4) running on IIS 7.0. Recently, it's started crashing, logging OutOfMemoryException as the cause. We also get a load of "unhealthy worker process" notifications, as well ...
0
votes
0answers
27 views

Add and remove SSL binding with a non admin account

Is it possible to add and remove SSL bindings with a non-admin account? I've tried to add my non-admin account to IIS Manager Users, but when I connect remotely with this user there is no "Bindings" ...
0
votes
0answers
15 views

APP_POOL_WAS performance counter not appear in Microsoft® Windows Server® 2008 Standard

i have found the APP_POOL_WAS performance counter in iis7 on "Windows 7" OS. I Check the same counter in "Microsoft® Windows Server® 2008 Standard" server, but i couldn't find it. server has iis7. I ...
0
votes
0answers
9 views

Multiple Recycle settings for applicaiton pool - IIS7

Wanted to understand if I set multiple recycle settings in application pool in IIS7 at the same time, how does it affect- is it additive or mutually exclusive with some precedence. For example, if I ...
1
vote
2answers
30 views

how to CHECK the version of SSL in IIS server 7? [duplicate]

I have disabled SSL 2.0 in IIS server 7. How can I determine which SSL version is enabled in my web server?
-1
votes
3answers
44 views

calling to document root rather than server root [closed]

I have a strange issue here and forgive me I am new to IIS(7) and using ASP.NET but I was tasked to figure this out by the boss. We have a website we have built with a URL of ...
1
vote
0answers
27 views

How to increase memory and cache size for application pool in IIS 7 efficiently [closed]

I have searched the internet for how to increase memory and cache size for application pools in IIS 7 but all topics are diffused and I don't know the effect of combining those settings together. Can ...
0
votes
0answers
15 views

IIS 7 Unable to cast object of type RolePrincipal to type UserPrincipal [migrated]

We are upgrading our application currently running on IIS 6 (Windows 2003) to IIS 7 (Windows 2008). The app works fine until we moved it to IIS 7 where it apparently tries to hand off a new type of ...
0
votes
0answers
37 views

Why does IIS7 on one server work with my certificate while another has problems?

In the setup I describe, we have two servers, Alpha and Bravo. Alpha is a server that has been around for years. It is a Windows 2008 server running IIS7. In order to log in to any application on ...
0
votes
1answer
29 views

Configure IIS 7.0 to download APK

I would like to know how to configure IIS 7.0 to allow the download of APK files? I found an article which tells me to add a new MIME type: File Name Extension: .apk MIME Type: ...
0
votes
1answer
43 views

Cold Fusion 9 Redirection?

I have a CF 9 installed on Windows 2008 R2 with IIS. The server has several IPs. I have created and new site in IIS and adjusted the binding on it to listen on IP other than where CF is configured. ...
-1
votes
0answers
23 views

VM Player Debian talking to Windows 7 IIS host [closed]

I'm trying to host a IIS 7 on my development machine that is accessible via the VM Debian instance on the same machine. I don't understand IP binding. I don't really understand if DNS comes into play ...
0
votes
1answer
38 views

Why would an HTTP(S) request not be logged in IIS?

I'm troubleshooting a batch file that uses Wget to send requests to a website running in IIS 7. The batch file runs Wget twice, the first time to login to the site via a POST, the second to run some ...
0
votes
1answer
25 views

IIS Allow Some - Deny All Rest — IP Restrictions

I have a current setup with IIS7, and I wish to allow total of 5 IP Addresses (127.0.0.1 and localhost) I have the enteries in the section under allow but testing from an IP Which is not on the ...
0
votes
2answers
47 views

Nessus Security Vulnability Fix: SSL Version 2 (v2) Protocol Detection

Below, in quotes, is a medium severity issue discovered after scanning an IIS web server, with a tool called Nessus. "Consult the application's documentation to disable SSL 2.0 and use SSL 3.0, TLS ...
0
votes
0answers
52 views

IIS 7 - “Internet Explorer cannot display the webpage” when anonymous access is turned off

I've got an ASP .NET website running on IIS 7. I'm trying to use Integrated Windows Authentication but having a hard time with IE. In IIS, I've enabled Windows and Forms Authentication and disabled ...
0
votes
0answers
17 views

IIS 7 and NLB issue

I'm going to deploy IIS-7 web server(have multiple applications) with NLB. But I have some problem. 1.How to keep user SESSION data ? (I'm going to use sessionState mode="SQLServer" ) But, Is it ...
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 ...

1 2 3 4 5 39