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
35
votes
4 answers

Deploy ASP.NET MVC on IIS 5.1 (Windows XP)

OK, deploying ASP.NET MVC seems to be painful. I want to deploy my ASP.NET MVC application on Windows XP (IIS 5.1), but can't seem to find how to do it. When I type the application name into the web browser address bar I get a "website not…
Graviton
  • 81,782
  • 146
  • 424
  • 602
30
votes
15 answers

How to know who kills my threads

I got a thread that is just banishing.. i'd like to know who is killing my thread and why. It occurs to me my thread is being killed by the OS, but i'd like to confirm this and if possible to know why it's killing it. As for the thread, i can…
mcabral
  • 3,524
  • 1
  • 25
  • 42
16
votes
4 answers

Upgrading IIS 5.1 To IIS 6 on Windows XP

Is it possible to update IIS on Windows XP from 5.1 to 6? If so how? Thanks.
David Waters
  • 11,979
  • 7
  • 41
  • 76
12
votes
9 answers

What is debugattach.aspx and why can't the server find it?

I'm developing on an XP (SP3) machine with VS 2010 and IIS 5. I have two versions of the same site. We've released our first production version, so I forked the code into a new directory tree, and set up new virtual directories in IIS to point to…
Dave Hanna
  • 2,491
  • 3
  • 32
  • 52
10
votes
4 answers

ASP.NET MVC in a virtual directory

I have the following in my Global.asax.cs routes.MapRoute( "Arrival", "{partnerID}", new { controller = "Search", action = "Index", partnerID="1000" } ); routes.MapRoute( "Default", "{controller}/{action}/{id}", new {…
Evil Andy
  • 1,748
  • 1
  • 14
  • 19
8
votes
8 answers

ASPNET user does not have write access to Temporary ASP.NET Files

I get the following error when running my Visual Studio 2008 ASP.NET project (start without Debugging) on my XP Professional box: System.Web.HttpException: The current identity (machinename\ASPNET) does not have write access to…
y0mbo
  • 4,582
  • 6
  • 41
  • 45
8
votes
3 answers

Running asp.net 4.0 with IIS 5.1

Can we use asp.net 4.0 with IIS 5.1?
Chandan
  • 81
  • 1
  • 1
  • 3
7
votes
1 answer

mmc could not create the snap in error when launching internet information services

I am getting this error when trying to run internet information services on a Virtual Machine running windows XP. Anyone have any idea?
jkm
  • 352
  • 2
  • 3
  • 11
7
votes
4 answers

Process start and Impersonation

I have problem with starting processes in impersonated context in ASP.NET 2.0. I am starting new Process in my web service code. IIS 5.1, .NET 2.0 [WebMethod] public string HelloWorld() { string path = @"C:\KB\GetWindowUser.exe"; …
marc
  • 847
  • 1
  • 8
  • 9
6
votes
1 answer

Access Denied while trying to stop a C# Windows Service

I have created a C# web service using visual studio to stop the windows service 'Simple Mail Transfer Protocol (SMTP)' called SMTPSVC. The following is the web method to do it: [WebMethod] public string StopService() { String status = ""; …
Yogi
  • 67
  • 1
  • 2
  • 7
6
votes
2 answers

What is the effect of in versions of IIS?

I am wondering what the effect of setting in the web.config is in different version of IIS. I believe that in IIS 5, it has little to no effect, as all of that is integrated and controlled by the web server. On IIS 6…
Jonathan Bates
  • 1,835
  • 14
  • 22
5
votes
6 answers

Why is my PostBack occurring before my jQuery click event?

I'm fairly new to jQuery, but I have some links on my page which should toggle sections of the form visible when clicked, or if javascript is disabled it does a full postback to toggle those sections It works fine in my test environment, with the…
Rachel
  • 130,264
  • 66
  • 304
  • 490
5
votes
2 answers

Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046}

i use Windows XP_SP_3 and IIS 5 (local host), build site with asp.net4 and use this code: Application appClass = new Application(); Document wordDoc = appClass.Documents.Add(Server.MapPath("~") + @"Files\tmp.docx"); wordDoc.SaveAs(@"e:\hp\Files\" +…
Ahmad Kazemi
  • 131
  • 3
  • 3
  • 9
4
votes
4 answers

Am I turning away customers by disabling SSL 2.0 and PCT 1.0 in IIS5?

Do I risk losing sales by disabling SSL 2.0 and PCT 1.0 in IIS5? Clarification: Sales would be lost by client not being able to connect via SSL to complete ecommerce transaction because SSL 2.0 or PCT 1.0 is disabled on the web server. Microsoft…
matt
4
votes
2 answers

i am getting this error failed to execute request because the app-domain could not be created on IIS 5.1 win XP

i am getting this error "failed to execute request because the app-domain could not be created" on IIS 5.1 win XP any ideas? i tried looking online....i put my .net application in the INETPUB folder
WingMan20-10
  • 3,594
  • 9
  • 31
  • 42
1
2 3
14 15