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

Best Language for Windows 2000-based Website

I've been contacted to see about updating an old legacy web application that was built using ASP and Access. The server is running Windows 2000 Advanced Server and I believe IIS 5.0 (I am trying to get confirmation on that, but the company isn't…
dragonmantank
  • 15,243
  • 20
  • 84
  • 92
0
votes
2 answers

IIS: How do I log non-ASPX 404s?

I have a lot of broken links that are not being logged. Is there a way to setup IIS to send them through ASP.NET so that my normal 404 logging routine catches them?
Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447
0
votes
1 answer

ASPNETDB and ASPSTATE database. How to change the connectionstrings?

I have two ASP-specific SQL Server databases 1) ASPState - To store session state 2) ASPNETDB - To store Security/Role stuff. In my web.config, I am specifying the connection string used to identify the location of the APState…
Chad
  • 23,658
  • 51
  • 191
  • 321
0
votes
1 answer

Asp.net 3.5 Deployment issue

For deploying my website in server by using IIS 5.1,,i created virtual directory,,i browsed in to my application and selected asp.net 2.0 tab(application is framework3.5)..I reset framwork configuratio 2,0 Runtime security Policy…
peter
  • 8,158
  • 21
  • 66
  • 119
0
votes
1 answer

visual studio.net has detected that web server is not running the asp.net 1.1 version , you will be unable to open or create web application

the program visual studio 2003 installed on my system showing me this message when try to open the web application. visual studio.net has detected that web server is not running the asp.net 1.1 version , you will be unable to open or create web…
Khushi Sharma
  • 51
  • 1
  • 8
0
votes
2 answers

How do you configure IIS5 advanced settings from command line?

I am trying to automate some of the build process for my asp.net apps by creating the virtual directories it needs and setting all their settings in a batch file. So far I have been able to figure out how to create virtual directories, but how to do…
Jason
  • 2,701
  • 2
  • 25
  • 35
0
votes
3 answers

How to remove eTag from IIS5 http headers

Running IIS5 (yes, really). I'd like to remove the eTag http header that IIS generates for me. MS has an article on how to sync eTags across the web farm, but not how to remove them ( http://support.microsoft.com/?id=922733 ). Is there a way to…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
0
votes
2 answers

Why can't I attach the debugger?

I'm using Visual Studio 2008 SP1 and trying to debug a website created in ASP Classic. I have read numerous tutorials, however nothing seems to be working (PEBKAC?). I have enabled server-side debugging in IIS and am attaching the debugger to…
0
votes
1 answer

Temporary SSL for Windows 2000 Server/IIS Classic ASP pages?

I've got to set up temporary SSL security on my classic ASP application on Windows 2000 server, IIS5. What do I need to do to activate SSL? I won't be able to get an official cert for a little while so I think I have to make my own. Steps? Do I need…
Caveatrob
  • 12,667
  • 32
  • 107
  • 187
0
votes
1 answer

simple web parts in asp.net show as blank page

I am trying to develop web parts in VS 2008/WinXP I created a Web Site project, and added a couple of web parts within the default form in default.aspx
Stephen Hosking
  • 1,405
  • 16
  • 34
0
votes
2 answers

Is there a performance hit when "Windows" authentication is enabled on an anonymous website?

I've been having performance issues with a high traffic ASP.NET 2.0 site running on Windows 2000. While editing the web.config file I noticed that the authentication mode was set to 'Windows'. I changed it to 'None'. The only users this site has…
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
0
votes
4 answers

IIS6 throws error for jquery

on my master page, I have referenced jquery file. I am doing simple hover function. When mouse hover, I change the css and when hover out, change the css back to originial. Nothing fancy. but my page throws jquery error when I run in IIS6 on server…
shahk26
  • 133
  • 2
  • 9
0
votes
1 answer

.NET MVC links on IIS 5.1 produces 404 error when Wildcard mapping is implemented

I have a simple MVC site with ActionLinks to content such as "FAQ" and "About Us". I have set up the virtual directory in IIS Manager and set the mapping (no wildcard mapping option in IIS 5.1) for ".*" to point to aspnet_isapi.dll. This allowed me…
jimbo
  • 129
  • 2
  • 10
0
votes
1 answer

Scrapy gets stuck with IIS 5.1 page

I'm writing spiders with scrapy to get some data from a couple of applications using ASP. Both webpages are almost identical and requires to log in before starting scrapping, but I only managed to scrap one of them. In the other one scrapy gets…
llekn
  • 3,271
  • 2
  • 18
  • 23
0
votes
1 answer

Determining IIS user for IIS 5

I'm writing a Wix-based setup for a web application and would like to set permissions on the folders it installs so that IIS can access them. IIS 6 and 7 use IIS_WPG and IIS_USRS respectively, and IIS 5 uses IUSR_COMPUTER NAME. If the user has…
votive
  • 990
  • 7
  • 14