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
3
votes
1 answer

Random COMException on Web App "The handle is invalid"

All of a sudden, I am consistently getting a weird COMException on this machine when I try serve a web app with IIS. I never used to have any problems with this. Stack Trace: [COMException (0x80070006): The handle is invalid. (0x80070006…
Josh Stodola
  • 81,538
  • 47
  • 180
  • 227
3
votes
3 answers

MySQLi not found error

I just deployed my website to a staging environment and am getting the following error: Fatal error: Class 'mysqli' not found in D:\ClientSites\baileyboiler.com\www\new\php\db.php on line 11 At first I assumed that MySQLI was simply not installed,…
drewwyatt
  • 5,989
  • 15
  • 60
  • 106
3
votes
6 answers

Installing .NET 3.5 on a server with .NET 2.0 applications

I would like to upgrade my web projects on an IIS 5 server from .NET 2.0 to .NET 3.5. These web applications live on a server with other web applications that will not be upgraded to .NET 3.5. The server administrator is reluctant to install .NET…
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
3
votes
2 answers

500 Internal Error on jQuery Web Method Call - IIS 5.1 ( :-/ yea i know...)

i can't figure out what i'm missing, is there an IIS Setting that needs to be changed, possibly? $(document).ready(function () { function AjaxSuccess(result) { alert('result: ' + result); } function AjaxError(result) { …
Madam Zu Zu
  • 6,437
  • 19
  • 83
  • 129
3
votes
2 answers

IIS 5, Migration from .net 1.1 to .net 2.0?

My client is using IIS 5.0 and .NET 1.1 on their Windows Server which is reaaally old! Just wondering what are the risks of upgrading the server from .NET 1.1 to .NET 2.0? and would IIS 5.0 support .NET 2.0?
The Light
  • 26,341
  • 62
  • 176
  • 258
3
votes
1 answer

WCF Service unable to connect to web service when running in IIS

I have a WCF service which is being used as a wrapper on a third party asmx service we are integrating with. The service it is communicating with was added using the Add Service reference dialog in visual studio. The code in the WCF service works…
Phil Patterson
  • 1,242
  • 15
  • 25
3
votes
5 answers

Classic ASP Error 405

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
phil
2
votes
1 answer

Failed to access IIS metabase

Hi all i am getting the following error i tried all the available answers but still i am getting the same error can any one tell what's wrong in my local host. I am using IIS5.1. Can any one help me please Failed to access IIS metabase. I am having…
Vivekh
  • 4,141
  • 11
  • 57
  • 102
2
votes
0 answers

WATIN-Run script Problem in IIS

I am using watin framwork. I have wrote code ie.Runscript('newnote()'); Its running in my pc IIS success. This code also runnign with client visual studio 2008 with success but failed with client IIS. I have also set all rights in IIS and web…
2
votes
0 answers

application to start stop website on IIS 5.1

I'm trying to write two applications to start and stop web sites in IIS 5.1, and webSites and applications pull in IIS 7.5. For IIS 7.5 there is Microsoft.Web.Administration where are methods for do it, but I don't know how do it in IIS version 5.1.…
nirmus
  • 4,913
  • 9
  • 31
  • 50
2
votes
1 answer

UTF8 filename failing in IIS

I have an element in a web page containing a UTF-8 encoded filename URL 訂貨日結失敗.txt This returns a 404 page from IIS. The file exists in the correct location…
J Francis
  • 1,358
  • 9
  • 15
2
votes
1 answer

My asp.net 1.1 site will not refresh

I have an ASP.NET 1.1 site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the issue is not browser caching. I searched for similar…
Darren Griffith
  • 3,290
  • 3
  • 28
  • 35
2
votes
1 answer

Page not found error while hosting ASP.NET MVC on iis 5

I am trying to host ASP.NET MVC on iis 5. I have tried adding wild card mapping. but is not working. I had hosted this before, but now i don't remember the settings that i need to do to host the same on iis 5. PLease let me know some of the links/…
nimi
  • 5,359
  • 16
  • 58
  • 90
2
votes
5 answers

Virtual Directory root vs Default web site root

I am using iis 5.1 in which we have only only one default website, I have two projects v2 and v3 my website points to v2 projects and have some folders images, styles etc now i have a virtual directory under this website that is hosting project v3…
Haseeb Asif
  • 1,766
  • 2
  • 23
  • 41
2
votes
1 answer

Visual Studio Web Deployment project breaks ASPNET account permissions

I have built an ASP.NET web application with Visual Studio 2008 and target framework version 2.0. I have created a Web Setup project to deploy this at multiple target OSes. For the setup project, I have written a custom action which gets executed…
vamyip
  • 1,161
  • 1
  • 10
  • 35
1 2
3
14 15