0
votes
1answer
18 views

3 requests for every resource (2 x 401.2 and 1 x 200) in a windows authenticated asp.net mvc app

I was trying to track down why my site was so painfully slow in IE9 when I pulled out Fiddler and realised that every request is being sent 3 times (twice I get 401.2 and then a success). I verified ...
1
vote
1answer
10 views

When navigating to the site root, I get an IIS splash screen

I have a website configured in IIS 7, with an application (another site) located that site. My bindings are set so that if I navigate to mysite.com it should open the root site, and ...
0
votes
0answers
18 views

How to disable IIS 7.5 caching?

Question: I have a little problem, with server-side caching. I have the following webservers: https://www4.example.com and https://www6.example.com www4 runs on SERVER_SOFTWARE: Microsoft-IIS/6.0 ...
0
votes
0answers
11 views

IIS7.5 Not Compiling Code From App_Code folder

I just recently upgraded to IIS7.5 locally. Our Production system is IIS6.0 (Windows Server 2005). I have a folder setup with an APP_Code folder in production, linked to IIS as a virtual directory. ...
0
votes
0answers
8 views

Enabling caching for cgi output in IIS

I have an IIS configured to produce images via a 3rd party application called MapServer. The requests look like ...
1
vote
1answer
56 views

Url Rewrite HTTPS -> HTTP except certain page (IIS 7)

Only one page, and all dependencies (css, jpg etc), is to be SSL for now. I created the following rewrite: <rule name="Not Appointment Form 4.1 SSL" enabled="true" patternSyntax="ECMAScript" ...
0
votes
0answers
27 views

Active Directory redirect to login issue

I've got an ASP.NET site set up on IIS 7.5 (.NET 2.0) using Active Directory. If I navigate to my site root or Default.aspx, Active Directory logs me in fine. However, if I manually log out of the ...
0
votes
0answers
13 views

IIS - Change IP address - forbidden access [migrated]

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
0answers
35 views

Ruby (not Rails) on IIS 7 via FastCGI

Hopefully this is a simple one. I want to run Ruby on IIS 7+ as I would PHP, Perl, Python, etc. (that is to set a handler mapping to .rb files). Every time I Google for it I get Rails. But I don't ...
0
votes
0answers
13 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
41 views

Remove NEGOTIATE from WindowsAuthentication in IIS

I have a site running in IIS 7.5 that is accessed using a DNS alias different from the actual server name. In IE 8, integrated authentication is failing, but in Firefox and Chrome everything works ...
0
votes
1answer
64 views

Security of IIS 7.5 impersonation?

I posted this question here before: http://security.stackexchange.com/questions/34405/iis-7-5-impersonation-threat but I thought I would try it here as well if that's ok. I am using IIS 7.5 and I ...
0
votes
1answer
286 views

How to access multiple website using different bindings on IIS 7.5

How can I access different websites hosted on my local IIS 7.5 (using different bindings) from my ipv4 address? My system32\drivers\etc\host file has my binding names mapped to 127.0.0.1 In IIS, I ...
0
votes
2answers
125 views

How can I block all mobile phones from accessing my website

I'm in the process of building an ASP.Net/C# site on IIS 7.5 and I would like to block all mobile phones from accessing this website. How can I block/deny access to this website (which uses Windows ...
0
votes
0answers
122 views

IIS 7.x process settings for asp.net 4.0 mvc web api?

I have a mvc web api process running in IIS 7.5 that was passed down to me and I'm trying to find the best process model settings. I have referenced the follolwing article ...

1 2 3 4 5 18
15 30 50 per page