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
1
vote
0 answers

PHP SoapClient class not found error on IIS 5

This is enabled in the php.ini file, but phpinfo() is not showing any Soap details. Checked: Editing the correct php.ini - verified with phpinfo() Enabled soap in php.ini (uncommented DLL) DLL physically exists in php/ext Restarted IIS after…
Chris
  • 977
  • 4
  • 11
  • 12
1
vote
1 answer

IIS5 to support AJAX

I work in VS2010, ASP.NET MVC 2 project. The project was completed, it remains to be revealed at the IIS, but the problems arise. AJAX request that calls the controller method does not work on IIS, but work in VS. I do not know whether something…
Ivan
  • 577
  • 2
  • 9
  • 14
1
vote
3 answers

Deploying a web application on the IIS 5

I am in the process of deploying a web application on IIS5 on my server which runs windows XP.So when i run my application in visual studio its perfect.But when i deployed it into IIS it throws me an error saying that the access denied to a…
Macnique
  • 1,028
  • 2
  • 19
  • 44
1
vote
4 answers

Permissions issue when accessing Active Directory from an ASP.NET web app?

I just joined a company to support a web app that no one knows anything about. Everyone who might have once known is gone. The app is using a dll (I only have the binary) which is used to get a string list of Active Directory groups that the user…
Chad
  • 23,658
  • 51
  • 191
  • 321
1
vote
3 answers

Visual Studio 2010 and IIS 5.1 debugging issue

I am using Visual Studio 2010 with IIS 5.1 but unable to debug my website. The error is: Unable to start debugging on the web server. The web server is not configured correctly. See help for common configuration errors. Running the web page outside…
asma
  • 2,795
  • 13
  • 60
  • 87
1
vote
1 answer

using dot net 1.1 on IIS 7.5 (windows 7 - 32 bit)

Getting a lot of problems when I am trying to run a .NET 1.1 solution on IIS7.5 (on windows 7, 32 bit system). When I add the virtual directory in IIS and provide it with an ASP 1.1 application pool and try to browse the site, it adds events to to…
Tintin
  • 2,853
  • 6
  • 42
  • 74
1
vote
1 answer

Local IIS - How to disable incoming/outgoing connections?

Due to employer security issues, the development team is not allowed to have IIS on their development PCs. I would like to know if there is a way to have IIS locally and disallow incoming/outgoing connections? The development team would just like…
Dvojrak
1
vote
3 answers

IIS5 - ODBC - Data source name not found and no default driver specified

I’ve got some problem using an ODBC connection with IIS. Here is my config : IIS 5 on Windows XP ASP.NET 2.0 Oracle 9 VS 2005 When I try too use my web application on IIS, I’ve got the following exception: ERROR [IM002] [Microsoft][ODBC Driver…
kerrubin
  • 1,606
  • 1
  • 20
  • 25
1
vote
1 answer

IIS 5.1 shows directory listing instead of running web application

I have a mvc web application, previously it was running, I don't know what I did, but suddenly web sites in IIS stopped working and I got some kind of hexadecimal error, the problem was port 80 was being used by some other application, I changed the…
teenup
  • 7,459
  • 13
  • 63
  • 122
1
vote
4 answers

Is it possible to host more than one website on IIS 5.1?

I'm running WinXP Pro SP3 and IIS 5.1 on my home dev machine. As far as I can tell IIS 5.1 only allows me to host one website, which is a problem because I'm working on three at the moment. Is that right, and, if so, is there any way around that…
gkrogers
  • 8,126
  • 3
  • 29
  • 36
1
vote
1 answer

Why do inetinfo.exe, dllhost.exe and aspnet_wp.exe all start under debugger on themselves and I can't attach to either?

I'm trying to debug an ASP.NET application. I've created a virtual directory in IIS, copied all the binaries and web.config there. When I pass request from the client program running on the same computer aspnet_wp.exe is started but then something…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
1
vote
0 answers

IIS 5 Content type - Error

IIS5, Windows 2000. ASP.Net 1.1 Virtual Directory, NTFS, Read Permissions, under the web-directory there is sub-directory that contains PPT and DOC files. The asp.net code sends these PPT and DOC files to User (with IE6 and 8). (All Content-Types…
hB0
  • 1,977
  • 1
  • 27
  • 33
1
vote
2 answers

changing aspnet user to the domain user to access iis

I'm running IIS5.0 and I am trying to change the ASP.NET process account to my domain user account. I have followed everything possible here. When I browse the .svc file (this is a wcf service) I am getting this error: Server Application…
genericuser
  • 1,430
  • 4
  • 22
  • 40
1
vote
1 answer

Streaming in C#2.0 IIS 5.1: localhost vs computer name

I am trying to create a webservice that returns streaming data. For that I created a demo webservice, set HttpContext.Current.Response.BufferOutput = false and I am writing to the same repsonse a few jpeg files flushing in between. On the…
yarony
  • 11
  • 1
1
vote
3 answers

ASP.NET HttpModule, strange behaviour when using Response.Write to the current context

I'm trying to understand why this very simple HttpModule fails. The code is a precursor to a simple HttpUrlRewriter that I need to develop for a test project. It appears that whenever I test the Request, and then execute a Response, the output is…
cashingin
  • 13
  • 2