iis7

How do I stop IIS7 dropping my cookies?

I'm using Windows Vista x64 with SP1, and developing an ASP.NET app with IIS7 as the web server. I've got a problem where my cookies aren't "sticking" to the session, so I had a google and found that there was a known issue with duplicate response headers overwriting instead of being added to the session. This problem was, however, suppo...

Impersonation in IIS 7.0

I have a website that works correctly under IIS 6.0: It authenticates users with windows credentials, and then when talking to the service that hits the DB, it passes the credentials. In IIS 7.0, the same config settings do not pass the credentials, and the DB gets hit with NT AUTHORITY\ANONYMOUS. Is there something I'm missing? I've t...

Convert an asp.net application to IIS7 integrated mode

What steps I need to perform in order to convert asp.net 2 application from IIS7 classic to integrated mode? ...

How do I get PHP and MySQL working on IIS 7.0 ?

Okay, I've looked all over the internet for a good solution to get PHP and MySQL working on IIS7.0. It's nearly impossible, I've tried it so many times and given up in vain. Please please help by linking some great step-by-step tutorial to adding PHP and MySQL on IIS7.0 from scratch. PHP and MySQL are essential for installing any CMS... ...

Does CruiseControl.NET run on IIS 7.0?

I'm new to development (an admin by trade) and I'm setting up my development environment and I would like to set up a CruiseControl.Net server on Server 2008. A quick Google did not turn up any instructions for getting it running on IIS 7.0, so I was wondering if anyone had experience getting this set up. ...

ASP.NET Forms Authorization

I'm working on a website built with pure html and css, and I need a way to restrict access to pages located within particular directories within the site. The solution I came up with was, of course, ASP.Net Forms Authorization. I created the default Visual Studio log in form and set up the users, roles, and access restrictions with Visua...

URL Rewrite Module for IIS 7

Does anyone have experience using the URL Rewrite Module (see here)? Can it be used to do reverse proxy? ...

IIS7: HTTP->HTTPS Cleanly

Is there a clean way to redirect all attempts to going to an HTTP:// version of a site to its HTTPS:// equivalent? ...

What is the ASP.NET process for IIS 7.0?

Looking at what's running and nothing jumps out. Thanks! ...

How to setup GIT bare HTTP-available repository on IIS-machine

Hello/ My build-server already runs IIS to serve 80 and 443 port over TCP. I want to make centralized "push/pull" GIT repository available to all my team members over the Internet. So I should use HTTP or HTTPS. But I cannot use Apache because of IIS already hooking up listening sockets on 80 and 443 ports! Is there any way to publis...

IIS Integrated Request Processing Pipeline -- Modify Request

Hi, I want to implement an ISAPI filter like feature using HttpModule in IIS7 running under IIS Integrated Request Processing Pipeline mode. The goal is to look at the incoming request at the Web Server level, and inject some custom HttpHeaders into the request. (for ex: HTTP_EAUTH_ID) And later in the page lifecycle of an ASPX page, i...

What is the worker process for IIS7?

I'm trying to do 'Attach to Process' for debugging in Visual Studio 2008 and I can't figure out what process to attach to. Help. ...

How to configure IIS7 to allow zip file uploads using classic asp?

I recently installed Windows 2008 Server to replace a crashed hard drive on a web server with a variety of web pages including several classic ASP applications. One of these makes extensive use of file uploads using a com tool that has worked for several years. More information: My users did not provide good information in that very s...

Sending 'application/javascript' MIME t Type Header Causes 500 Error with PHP5 & IIS7

I have a script that works fine on my test server (using IIS6). The script processes an ajax request and sends a response with the following line: header( 'application/javascript' ); But on my live server, this line crashes the page and causes a 500 error. Do I need to allow PHP to send different MIME types in IIS7? If so, how do I do...

Force IIS7 to suggest downloading *.exe files in "Local intranet" zone

Problem: html file on local server (inside our organization) with link to an exe on the same server. clicking the link runs the exe on the client. Instead I want it to offer downloading it. Tried so far: Changed permissions on the exe's virtual directory to be read and script. Added Content-disposition header on the exe's directory...

How do I fix 404.17 error on Win Server 2k8 and IIS7

I've setup a new .net 2.0 website on IIS 7 under Win Server 2k8 and when browsing to a page it gives me a 404.17 error, claiming that the file (default.aspx in this case) appears to be a script but is being handled by the static file handler. It SOUNDS like the module mappings for ASP.Net got messed up, but they look fine in the configu...

WAS hosting vs. Windows Service hosting

I'm working on a project using Windows 2008, .NET 3.5 and WCF for some internal services and the question of how to host the services has arisen. Since we're using Windows 2008 I was thinking it'd be good to take advantage of Windows Process Activation Service (WAS) although the feeling on the project seems to be that using Windows Ser...

Posting forms to a 404 + HttpHandler in IIS7: why has all POST data gone missing?

OK, this might sound a bit confusing and complicated, so bear with me. We've written a framework that allows us to define friendly URLs. If you surf to any arbitrary URL, IIS tries to display a 404 error (or, in some cases, 403;14 or 405). However, IIS is set up so that anything directed to those specific errors is sent to an .aspx file...

Is IIS7 migration a piece of cake

I wish to migrate a website to windows 2008 platform, is there any obvious pitfalls i should be aware of? code base is c# 3.5,asp.net with ms ajax. ...

Can IIS7 be installed on XP?

I'm pretty sure I know the answer to this, but short of a virtual Vista installation, is there a way to install IIS 7 on XP? ...