iis5

Has anyone used CometChat with IIS5.1 and PHP 4.4.4?

Has anyone been able to get the CometChat application working locally? Our application is written in .NET 3.5 (C#) and we're going to use CometChat as our chat solution (it's pretty slick!). However, I'm trying to get it set up locally to test before pushing it to our test environment, but I'm running into misc issues (namely SERVER vari...

How do I run Django on IIS 5.1?

I'm following the official documentation to run Django on IIS 5.1. http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer I get PyISAPIe installed successfully, so that the Info.py file loads, but when I try to set-up the test app the URL loads in my browser stating "Directory Listing Denied." I suspect I'm missing som...

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 Admin tool to create a second website. This runs by stopping the Default website and st...

Is there a way to configure IIS 5.1 remotely without DirectoryServices?

I need to view information about virtual directories in IIS on an XP machine (ie, IIS 5.1) from a remote computer. I have used the DirectoryServices namespace in the past successfully, but I am unable to now because (I believe) it uses particular parts of ADSI that are only installed with IIS - so it cannot be used on a client machine ...

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) http://www.example.com/index.php/path/to/foo/ (Note the missing ?) Which isn't a big issue until I want to mix URLs with a ...

What is the effect of <authentication mode="windows"> in versions of IIS?

I am wondering what the effect of setting <authentication mode="windows"> in the web.config is in different version of IIS. I believe that in IIS 5, it has little to no effect, as all of that is integrated and controlled by the web server. On IIS 6 and 7, I believe that I can set the web server to Anonymous access and then each hosted ...

How do I get FubuMVC to work on WinXP with IIS 5.1?

How do I get FubuMVC to work on WinXP with IIS 5.1? ...

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 changed their machine name however, setting permissions using the current computer name fails. ...

How can I deploy MVC App on IIS 5.1?

Hi, 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 ...

.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 to bring up the home page and view it. However, when I click on any of the action links, I...

Random COMException on Web App "The handle is invalid"

...

How can I expose a WCF Service in a Virtual Directory w/o Forms Authentication?

My group builds internally hosted ASP.NET MVC websites with forms-authentication. I'd like to host a WCF service in the same virtual directory as an ASP.NET MVC website. My Question: How do I make the WCF service freely accessible, that is without forms-authentication. My current predicament is this: I can access the .svc a...

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. ...

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 (or with debugging). The newly changed code is not "visible" or in effect unless I interve...

Creating two applications inside one website in IIS 5

Hi, is it possible to create two applications inside default website of IIS5.1 that comes with XP? One of the application namespace is like aaa.bbb.ccc. So I need url like http://localhost:8080/default.aspx and http://localhost:8080/aaa.bbb.ccc/Myservice.svc both to work. ...

i am getting this error failed to execute request because the app-domain could not be created on IIS 5.1 win XP

i am getting this error "failed to execute request because the app-domain could not be created" on IIS 5.1 win XP any ideas? i tried looking online....i put my .net application in the INETPUB folder ...

Configuring re-directs in IIS on Windows 2000 server - losing some information in the URL

We use IIS 5.0 (Windows server 2000) and I have a question; how do you configure re-directs. Basically the re-direct is to 3rd party website. Right now we are doing the re-direct by setting up a virtual directory; and choosing the option "A redirection to a URL" in the virtual directory properties. So we want to re-direct atleast 3 URLs...

IIS6 throws error for jquery.

Hi, 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 2003. When I run on IIS5.1 on local xp machine, it works perfectly fine. Any idea? I ...

ASP.NET MVC project won't start under IIS 5.1 on Windows XP SP3

I've a ASP.NET MVC 2 project that runs fine under Windows 7 and will start on Windows XP if I use the Visual Studio Development Server, however, starting under IIS generates an error: Unable to start debugging on the web server With the message The specified procedure could not be found No errors in the system event viewer. If I ...

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 <form id="form1" runat="server"> <div> <asp:WebPartManager ID="WebPartManager1" runat="server"> </asp:WebPartManager> <asp:WebPartZone ID="WebPartZone1" runat="server"> ...