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

Clean PathInfo URLs and Query Strings on IIS 5.1 and PHP 5

I'm trying to get 'clean' PathInfo style URLs with query string parameters working on PHP 5.3 and IIS 5.1 using FastCGI. I've found that I can use: (1) http://www.example.com/index.php?/path/to/foo/ but not: (2)…
0
votes
2 answers

how can i connect to database from IIS 5.1

When I want to connect to my site database via the local network، This message will appear: Cannot log in to my_server_name/AspNet My connection string is:
0
votes
3 answers

Debugging with VS2008 will not work after changing Hostname

I am currently using Visual Studio 2008 on XP Pro SP3. Developing against http://localhost/ everything including debugging works fine. I need a second website on my machine. IIS 5.1 only allows one website at a time so I used the JetStat XP Pro IIS…
tentonipete
  • 5,080
  • 4
  • 25
  • 22
0
votes
2 answers

ASP.NET: where is aspnet_wp.exe in IIS6

As title said, I cannot find aspnet_wp.exe in II6. Where is it or replaced in IIS6? Thanks.
Ricky
  • 34,377
  • 39
  • 91
  • 131
0
votes
1 answer

forms authentication for asp on iis 5

I have website running under iis 5 which is built in asp. is it possible to have forms authentication using windows credentials so I can bypass explicit login to this website ? Thanks
user1532976
  • 469
  • 2
  • 8
  • 15
0
votes
2 answers

ExecuteGlobal in VBScript, ASP on IIS 5.1 (Win XP Pro) not working

What setting might be missing or misapplied that would cause the same code that works on an IIS 6.0 server to fail on an IIS 5.1 server? I've inherited this large Classic ASP application. It "caches" a series of files with funcitons in them using…
David
  • 892
  • 4
  • 16
  • 41
0
votes
1 answer

Silverlight 5 Deployment

Is it possible to host a silverlight 5 application with iis 5.1 ? I've developed and application using .NET Fraemwrok 4.0 Entity Framework Silverlight 5 WCF Ria Services SQL Compact I've no idea is it possible to install silverlight application…
Unforgiven
  • 1,999
  • 5
  • 19
  • 18
0
votes
2 answers

Writing to IIS using Command Line

I am trying to install application using a script. This application creates a virtual directory under Default Web Site in IIS. I have written this script. Is this right script or i am missing some thing. cd C:\Users\Administrator\Desktop msiexec…
Manvendra Bele
  • 157
  • 1
  • 2
  • 10
0
votes
2 answers

Windows Batch Scripts

I have written a windows batch command as follows to install a application silently msiexec /q /i ZFPSetup.msi WIXUI_INSTALLDIR="C:\GEHC\" TARGETVDIR="ZFP" WIXUI_EXITDIALOGOPTIONALCHECKBOX=1 /l*v "C:\gehc\log.txt" but there is a batch file in that…
Manvendra Bele
  • 157
  • 1
  • 2
  • 10
0
votes
0 answers

The page cannot be displayed. HTTP 403.2 - Forbidden: Read Access Forbidden

I have been looking all over the inet. But I cant find the solution that works. For some unknown to me reason, the IIS I have at work (IIS 5.1 on WinXP) stopped working. Even, when I try to browse for Default Web Site, I get this: Looks like it has…
monstro
  • 6,254
  • 10
  • 65
  • 111
0
votes
1 answer

MVC3 App under IIS 5.1 doesnt load CSS stylesheet

I have MVC3 app. When I run it under ASP.NET Development Server from Visual Studio, everything is fine. But, when I run it under IIS, the CSS is not loading at all. Any manipulation with permission didnt help, even if I sent full access to everyone…
monstro
  • 6,254
  • 10
  • 65
  • 111
0
votes
1 answer

ASP.NET Cache object issues after migration from IIS 5 to IIS 6

I'm experiencing an issue where the ASP.NET Cache objects are cleared out every minute or so. The proper behavior is that the cache objects should last 24 hours. This issue started recently when our public web servers were recently upgraded from IIS…
craigmoliver
  • 6,499
  • 12
  • 49
  • 90
0
votes
4 answers

Mod_rewrite-like feature in IIS ( 5/6/7 )?

I'm working on (surprise) a web framework that entirely is dependent on mod_rewrite, however I'd like for it to be compatible with IIS ( if possible ). There's a slight slight chance one of the sites being built will have to be stored on an IIS box,…
meder omuraliev
  • 183,342
  • 71
  • 393
  • 434
0
votes
1 answer

Create NuGet Server on IIS 5.1

I'm wanting to create a remote NuGet server. I've followed the instructions here: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds Everything works when I F5 it and look at it in debug mode... So then I decided to publish…
philt5252
  • 939
  • 7
  • 19
0
votes
1 answer

HTTP 403.9 - Access Forbidden: error

Ive been constantly getting the same error,like "HTTP 403.9 - Access Forbidden: Too many users are connected Internet Information Services Technical Information". I went through this site and found this command -> "C:\Inetpub\AdminScripts\adsutil…
user1495475
  • 1,037
  • 3
  • 20
  • 34
1 2 3
14
15