Questions tagged [iis-5]

IIS (Internet Information Services) Version 5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows 2000.

IIS (Internet Information Services) Version 5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows 2000.

See for more information.

216 questions
2
votes
3 answers

Deploying MVC2 to IIS5 or 6

I have whatever version of IIS comes with 2003 I think. In the help > about it says Internet Information Services (IIS) Manager Microsoft Corporation This snap-in administers the Microsoft Internet Information Services (IIS) Thats all. I've…
Jason
  • 11,435
  • 24
  • 77
  • 131
2
votes
2 answers

php with oracle on IIS

yep, it sounds like an unholy alliance but I need to configure how to do it... for starters I have on my PC installed Oracles PL/SQL environment, with latest client (11g, I think) ... I can work in theirs IDE w/o any problems. I even can code…
David
  • 3,190
  • 8
  • 25
  • 31
2
votes
4 answers

IIS doesn't start. Error code: C0000142

My site worked perfectly fine. When I restarted IIS (for some scenarios check) - It stopped working, and gave me a page telling me to check the event viewer, there I get the following error: aspnet_wp.exe could not be started. The error code for…
Nissim
  • 6,395
  • 5
  • 49
  • 74
2
votes
4 answers

How could ASP server-side code corrupt a smart quote ’?

My company just converted many columns from varchar to nvarchar. Now it seems that when we render a smart quote (i.e. ALT+0146 ’) to the screen and then send it back to the SQL Server 2000 database for persistence, the smart quote gets corrupted to…
Jim G.
  • 15,141
  • 22
  • 103
  • 166
2
votes
1 answer

Section or group name 'cachingConfiguration' is already defined - but where?

On Windows XP I am working on a .NET 3.5 web app that's a combination of WebForms and MVC2 (The WebForms parts are legacy, and being migrated to MVC). When I run this from VS2008 using the ASP.NET web server everything works as expected. However,…
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
2
votes
3 answers

ASP.NET MVC project won't start under IIS 5.1 on Windows XP SP3

I've a ASP.NET MVC 2 project that runs fine under Windows 7 and will start on Windows XP if I use the Visual Studio Development Server, however, starting under IIS generates an error: Unable to start debugging on the web server With the message …
codenheim
  • 20,467
  • 1
  • 59
  • 80
2
votes
4 answers

How can I expose a WCF Service in a Virtual Directory w/o Forms Authentication?

My group builds internally hosted ASP.NET MVC websites with forms-authentication. I'd like to host a WCF service in the same virtual directory as an ASP.NET MVC website. My Question: How do I make the WCF service freely accessible, that is…
Jim G.
  • 15,141
  • 22
  • 103
  • 166
2
votes
2 answers

How do I get FubuMVC to work on WinXP with IIS 5.1?

How do I get FubuMVC to work on WinXP with IIS 5.1?
Chris Holmes
  • 11,444
  • 12
  • 50
  • 64
2
votes
4 answers

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…
JezB
  • 528
  • 1
  • 10
  • 26
2
votes
1 answer

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?
Matthew Cole
  • 1,329
  • 2
  • 18
  • 30
2
votes
0 answers

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…
arri.io
  • 556
  • 1
  • 5
  • 19
2
votes
1 answer

How to add a new application pool in iis 5.1 in the code c#?

I am trying to add a website on IIS 5.1 When I try to create an application pool for my new site with my function below, I have this strange error "system.directoryNotFound Exception ... in CreateAppPool" The strangest thing is that the creation…
Mehdi Bugnard
  • 3,889
  • 4
  • 45
  • 86
2
votes
3 answers

Logging not written in IIS

I am using Flat File Listener. It does login in "c:\temp\log.txt" when running in Visual studio's web development server. But nothing is written when hosting it in my local IIS on the same machine. I have already granted anonymous authentication in…
user146584
  • 701
  • 2
  • 11
  • 18
2
votes
0 answers

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…
tsilb
  • 7,977
  • 13
  • 71
  • 98
2
votes
2 answers

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…
Robert H.
  • 5,864
  • 1
  • 22
  • 26