iis5

How to get IIS version through .NET

I got web app which uses ms mvc. I'm still living in stone age - using IIS5. I'm not aware how to make URL`s clean in it (without .aspx postfix) and i do not care, cause production environment won't use 5th version. But it's irritating when testing app manually. I need a way how to make those URL`s clean or to get version of IIS inside ...

Can't Connect to Database when Web Application is deployed to IIS

hi,i have developed an application and it is working fine but when ever i create a virtual directory for it in IIS and run the application i am getting connection failure exception and named pipes exception. thanks! ...

Can’t get IIS to serve .js files from a specified directory

I'm running IIS 5 on a Windows 2000 machine. I have an application setup in my "scripts" directory in my website, because it runs some compiled DLL's. The application is set to run scripts and executables. For some reason, when I try and access any .js files in that directory, I get "The system cannot find the file specified.". I trie...

Classic ASP

i have several development sites on my wix xp laptop (all classic asp). Doe anyone know why i need to type localhost/site/default.asp (i keep getting a 405 error on iis 5.1) and not just localhost/site thanks ...

make an http post from server using user credentials - integrated security

I'm trying to make a post, from an asp classic server side page, using the user credentials... I'm using msxml2.ServerXMLHTTP to programatically make the post I've tried with several configurations in the IIS 5.1 site, but there's no way I can make IIS run with a specified account... I made a little asp page that runs whoami to verify...

Mod_rewrite-like feature in IIS ( 5/6/7 ) ?

I'm working on (surprise) a web framework that entirely is dependent on mod_rewrite, however I'd like for it to be compatible with IIS ( if possible ). There's a slight slight chance one of the sites being built will have to be stored on an IIS box, I'm wondering if there's any rewrite module in the most popular versions of IIS I could r...

Cannot Start IIS on my PC: COM+ System Application: Access is Denied

I'm trying to do some web development. I cannot start IIS (I need to run some Web Services). As of about a month ago, the "COM+ System Application" service has started failing with this error: The COM+ System Application service failed to start due to the following error: Access is denied. DCOM also logs an error in the even...

Set Project Location - Already Contains a Project

I have a .NET 1.1 solution I'm opening in VS2003. One of the Projects is a Webservice, which points to a page on localhost. On the computer that created the solution it is able to open it and works just fine. When opened on any other computer, I get prompted: Set Project Location - ProjectName Select the location of the working copy of...

ASP.NET Cache object issues after migration from IIS 5 to IIS 6

I'm experiencing an issue where the ASP.NET Cache objects are cleared out every minute or so. The proper behavior is that the cache objects should last 24 hours. This issue started recently when our public web servers were recently upgraded from IIS 5 to IIS 6. The site in question gets about 15,000 page views/hour during peak times. Th...

AspAllowOutOfProcComponents error: many solutions, one programmer and no fix

Hello, I have been trying to work on integrating a NewsLetter for a companies local intranet and I keep running into the same error that everyone seems to be getting. I am running this on IIS 5.1 and on error exists at Server.CreateObject(ADODB.Connection), also the purpose of the ASP code is to read an Excel file Error Type: Server ob...

How to add a filetype mapping to IIS 5 programmatically

I want to add .doc to my mapped file extensions in IIS 5.1 as part of my build script. Is there a script or some example code somewhere that I could include that would do this? ...

IIS 5.0 Calling COM+ Objects from ASP scripts

Note: I couldn't decide whether this was more appropriate for Stack Overflow or Serverfault, so if you have some insight into that, let me know. Background: Recently, my server (Windows 2000, MS SQL 2005, IIS 5.0, ASP Classic) experienced a spike in traffic to a specific set of ASP pages. This spike caused a massive drain on the process...

Cannot host ASP.NET MVC application in IIS

I have created a virtual directory on the IIS (IIS 5.1 that's what i'm using). when i try t o run the applciation from my browser using the URL http://localhost/sitename . i'm able to see the initial landing page . But when i force a controller action call like this . http://localhost/controllername/actionMethodName i receive the 40...

IIS 5.1, HttpHandler based on path, NOT Working. Is it possible to fix with IIRF?

I have a reverse proxy written in C#/ASP.NET. After adding a Wildcard Mapping in IIS6 it works just fine. My problem is that I have to make this application compatible with Windows XP and IIS 5.1. At first attempt adding a wildcard file type mapped to aspnet_isapi.dll didn't work. I also tried using a file extention to no avail. My ...

ExecuteGlobal in VBScript, ASP on IIS 5.1 (Win XP Pro) not working

What setting might be missing or misapplied that would cause the same code that works on an IIS 6.0 server to fail on an IIS 5.1 server? I've inherited this large Classic ASP application. It "caches" a series of files with funcitons in them using the ExecuteGlobal command. On both server, the command executes without error. However, ...

Steps to host a WCF service in IIS5.1(XP)

I have developed a sample WCF service. I would like to know the steps to host this in IIS 5.1(XP) ...

Script IIS 5.1 installation on Windows XP

I found an idea for scripting the installation of IIS7 on Vista I'm looking for a similar solution for IIS 5.1 on Windows XP. Any ideas? ...

ASP app needs Anonymous and Integrated Windows Authentication but not working on server

I have an ASP application that requires an authentication handler where it redirects users based on the AUTH_USER server variable. I have IIS 5.1 on my PC and when enabling both Integrated Windows Authentication (IWA) and Anonymous this seems to work fine. When I deploy to Windows Server 2K3 it all changes and with both IWA and Anonym...

Uploading in ASP to IIS 5.1

First - I know XP isn't great at hosting, but as the site is only for my personal use, and I already have an XP licence, that's what I'm using... I'm using the pure asp upload script from link text to upload images to a website hosted on a Windows XP Pro pc. The upload script works great on other sites I have developed but these were a...

ASP.NET: where is aspnet_wp.exe in IIS6

Hi folks: As title said, I cannot find aspnet_wp.exe in II6. Where is it or replaced in IIS6? Thanks. ...