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

Can I install httpcfg.exe where Windows XP SP3 is already installed?

Can I install httpcfg.exe from the Windows XP Service Pack 2 Support Tools if XP Service Pack 3 is already installed? Do I require admin rights to do this?
Kalpesh
  • 1
  • 1
  • 1
0
votes
1 answer

IIS 5.1/6.0 Differences with DataGrid and SqlDataSource Refresh

I'm having a strange problem here... I have an ASP.NET 3.5 application that has a GridView and a SqlDataSource on the Default.aspx. The GridView is databound to the SqlDataSource. The GridView has a button for each row called "View" that sends the…
Sam Schutte
  • 6,666
  • 6
  • 44
  • 54
0
votes
3 answers

Updating IIS 5.0 to IIS 6.0

I want to update the IIS server from 5.0 to 6.0 or higher. The condition is that I cant upgrade the server. My machine is Windows XP SP3 Is there any way I can only update the IIS.
Sunil Agarwal
  • 4,097
  • 5
  • 44
  • 80
0
votes
2 answers

Problem to browse my WCF application on iis 5.1 with xp windows

I added a mapping .svc .net 4 application configuration published my service with the profile : Service URL - "http://localhost:8732/Service1/" Site/Application - "Default Web Site/Service1" …
Oded .S
  • 1,081
  • 2
  • 11
  • 18
0
votes
1 answer

WCF service working in iis 5.1 but not working in iis 6

I developed a WCF service and silverlight client, when I host this service in windows xp having iis 5.1, it is perfectly working as expected. When i host in windows server 2003 R2 having iis 6, it is working for initial couple of minutes…
karthik
  • 1
  • 1
0
votes
0 answers

Check if a request to iis 5 has been arrived

I have two servers on the same internal network the first server that has the role of a client makes HTTP requests to a web service that resides in the second server. The second server has IIS 5 to response in client requests. I have occasionally…
user2112247
0
votes
1 answer

CredentialCache with IIS vs personal development server

I have a webservice that I am testing. When I use the personal asp.net webserver, the one with the random port everything works fine. It uses my credentials when I pass DefaultCredentials to an ssrs server to run a report. When I tried to move it…
Mike
  • 5,918
  • 9
  • 57
  • 94
0
votes
1 answer

i want to write a script to check if my website is still running over ftp in IIS 5 after rebooting the server

I have a website hosted in IIS 5. This website is hosted with FTP. I want to write a script to check if my website is still running when i am rebooting my server. Where can i get some code sample for help for such a legacy server.
0
votes
1 answer

Relative paths not resolved in IIS5 same as IIS6

I have a C# website which works fine in IIS6 & IIS7 on a company intranet but am now attempting to install the same website on a Windows XP box with IIS5 for a different part of the company intranet. The website content is fine but the css and menus…
JumpingJezza
  • 5,498
  • 11
  • 67
  • 106
0
votes
1 answer

How to deploy updates in asp.net mvc application

Hi I have developed the asp.net mvc 2 application. I have deployed it successfully on XP machine that having the IIS 5.1 . it is running fine. but I have updated some changes in my application on development machine . I want to deploy only these…
Red Swan
  • 15,157
  • 43
  • 156
  • 238
0
votes
3 answers

IIS 5.1 not resolving Virtual Directory

I set up a Virtual Directory called 'Site'. I browse to http://localhost/Site/default.aspx, and it loads. However, when I click on anything on the page, say Page1.aspx, it goes to http://localhost/Page1.aspx instead of the expected…
jehuty
  • 528
  • 1
  • 6
  • 20
0
votes
0 answers

Hosting ASP.NET Website on Local Machine

I developed a website using Visual Studio Web Developer Express 2010 in Windows XP as purpose of training. Now I need to run it on different computers in the same network. I think for that I should host it on IIS. How can I host it on IIS 5.1?
0
votes
2 answers

How do I create an application in IIS 5.0 using powershell?

I've worked out how to interact with IIS 6.0, but I can't find anything on the net about how to talk to IIS 5.0 - if indeed it's even possible? I would like to write a script to create a temporary application, so I can copy some ASP.NET files there,…
Chris Haines
  • 6,445
  • 5
  • 49
  • 62
0
votes
1 answer

IIS can not see database server, but it's visible from visual studio development server! Why?

I am using net 3.5 web services that use sql server 6.5 running on windows NT. Once again don't ask me why :) Problem appears when I deploy webservice on my local IIS 5.0 I use ABSOLUTLY the same connection string in both casses. I even caugth the…
100r
  • 1,099
  • 1
  • 12
  • 24
0
votes
1 answer

Any Classic ASP gotchas from Win2k3/IIS6 down to Win2k/IIS5?

I've got the undoubted joy of having to put a very simple 'classic ASP' internal website on to a Windows 2000 server (which I believe will be running IIS 5). I won't have access to this server until the weekend, and all of the original development…
robsoft
  • 5,525
  • 4
  • 35
  • 47