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

How to reduce the need for IISRESET for developing ASP.NET web app in IIS 5.1

I have a web application project on my dev PC running WinXP and hence IIS 5.1. The changes I'm making to this site seem to "take effect" only after I do IISRESET. That is, I make a source change, Rebuild the project and then Start without Debugging…
John Adams
  • 4,773
  • 25
  • 91
  • 131
4
votes
2 answers

How can I deploy MVC App on IIS 5.1?

I want to deploy an MVC application on IIS 5.1. I am using MVC 2. How can I do so? It seems bit difficult? regards, Kaps
Jaqen H'ghar
  • 1,839
  • 7
  • 37
  • 66
4
votes
2 answers

TPL Task in WCF service fails to use correct IIS security Credentials (SQL Connection)

I have a WCF service method that calls a SQL stored proc. I'm developing using IIS 5 (can't do much about that, II6/7 not available) To get some gains, I'm doing a number of async calls to this stored proc by putting the call into a c# TPL Task.…
Ron Weston
  • 280
  • 2
  • 16
3
votes
1 answer

PageMethod 404 only on deployed website under XP/IIS 5.1. What security settings should I be aware of?

Been trouble-shooting this for a few days now and have basically run dry of leads. Here's the code: [WebMethod] public static bool EnableEditMode() { bool successful = false; try { GlobalSettings globalSettings =…
Sean Anderson
  • 27,963
  • 30
  • 126
  • 237
3
votes
2 answers

c# binding error in WCF

I am getting the following error when trying to access a WCF service. Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes are [https]. Here's my…
Nemir
  • 283
  • 1
  • 3
  • 9
3
votes
2 answers

Why is access denied when installing SSL cert on IIS 5?

I'm working with a support person who is supposed to be able to install SSL certs on a web server he maintains. He has local admin rights to the server via a domain security group. He also has permissions on our internal CA running Windows 2003…
spoulson
  • 21,335
  • 15
  • 77
  • 102
3
votes
5 answers

How do I properly setup IIS5's SMTP service to send email from my development environment?

I am trying to send email from an ASP.NET web application using the SmtpClient class. So far I have granted relay access to 127.0.0.1. I am trying to send test emails to my gmail account. The EML files get stuck in the mailroot's queue folder. My…
JimJ
3
votes
3 answers

Deploy WCF REST 4.0 to XP IIS 5?

I am trying to deploy a simple "Hello World" .NET 4.0 REST-style WCF service on WinXP (IIS5). It works fine in Cassini. I tried to adapt the info here to me: http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx but something…
Snowy
  • 5,942
  • 19
  • 65
  • 119
3
votes
1 answer

ASP.NET MVC 2, Windows XP, and IIS 5.1

I'm getting headaches from trying to host MVC 2 on XP's IIS! (This is on VS 2008, but probably applies to VS 2010 as well.) After much struggling I eventually found a way to display my MVC 2 site from IIS 5.1, but the problem is that there is no…
Peet Brits
  • 2,911
  • 1
  • 31
  • 47
3
votes
1 answer

Definition of Connection

Does anyone know what constitutes an official connection to a workstation? I have a reasonably small scale operation where I am using a WORKSTATION, not server, as a server. For the most part, it works fine, but there is a 10 connection limit and I…
Jason Shoulders
  • 659
  • 1
  • 12
  • 24
3
votes
1 answer

Can I automate creating a .NET web application / virtual directory in IIS 5?

I asked this Can I automate creating a .NET web application in IIS? a little ago, and got solutions for IIS 6 and IIS 7: IIS6 : iisweb /create C:\Rome "My Vacations" /d www.reskit.com /dontstart IIS7 : %windir%\system32\inetsrv\AppCmd ADD SITE…
Ian G
  • 29,468
  • 21
  • 78
  • 92
3
votes
2 answers

IIS 5.1 on XP Classic ASP appears to be in single threaded mode

I do'nt have script debugging enabled on IIS 5.1 on XP, but the Classic ASP applications appear to be running in single threaded mode. One page must finish loading before another can load. Any ideas???
Caveatrob
  • 12,667
  • 32
  • 107
  • 187
3
votes
1 answer

single sign on using coldfusion with IIS version 5 using NTLM

Hi can anybody direct me on this and how does this get setup. I basically have an application that I want users to be automatically logged into when logging in windows using there id and password so basically they get authenticated to using my…
Faz
  • 45
  • 1
  • 6
3
votes
4 answers

ASP.NET 2.0 Application on IIS 5 Resulting in Error (aspnet_wp.exe (PID: XXXX) stopped unexpectedly.)

After hosting an ASP.NET 2.0 web application on a windows 2000 server(IIS 5). I was unable to browse the web site. The following error message was displayed on the browser and three Event Log entries were added... Error Message on Browser Server…
Leyu
  • 2,687
  • 2
  • 23
  • 27
3
votes
1 answer

Cannot enable server side includes in IIS5

I am trying to enable server side includes in some plain html files. I need help enabling ssi via IIS on the localhost. I am running XP Pro, and using both ie8 and firefox to test the files. Thanks for your help.
billmiller
  • 191
  • 1
  • 2
  • 6
1
2
3
14 15