Click here to Skip to main content
Click here to Skip to main content

Making Windows XP Professional web developer friendly

By , 8 Oct 2002
 

Introduction

Web development on Windows XP Professional is a drag, or it was until I discovered two "fixes".

First, Microsoft in their kind way (being ironic Bill), implemented the simple file sharing on XP. I wasted a lot of time on this "fix", trying to change permissions on a database (giving the IUSER_xxx user write permission). Enough said.

To get normal access to NTFS permissions, do the following:

In Windows Explorer, open Tools -> Folder options , and un-check Use simple file sharing (see image below)

Another thing that's been nagging me is the inability to host multi-sites on XP. Enter the scene, the ISAPI - MultiSite Filter :-)

MultiSite Filter

The filter is a bit beta, but it works fine (at least for me). You'll find it at http://www.hairy-spider.com/multisite.aspx. To get it up and running do the following:

  1. Edit your HOSTS file (in C:\WINDOWS\system32\drivers\etc, where C is the drive you installed XP on)
    # Example
    127.0.0.1       localhost anotherweb thirdweb
  2. Copy the multi.ini (from the multisite download) to your Windows catalog (C:\Windows) and edit it
    ;Example
    [websites]
    anotherweb=C:\Inetpub\wwwroot\anotherweb 
    thirdweb=C:\Inetpub\wwwroot\thirdweb
  3. Finally you have to load the ISAPI filter into IIS at the root level or even the websites level (I run it at website level). If you need help doing this, take a look at HOWTO: Install an ISAPI Filter Dynamic-Link Library

BTW: If you're not getting the pages, flush the browser's cache and restart IIS

You're now running a multi-site web on XP Professional, with normal access to NTFS permissions :-)

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Per S
Web Developer
Norway Norway
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralIIsAdmin.NETsussPer Søderlind1 Jun '05 - 22:03 
GeneralSimple file sharingmemberMr Strange Code3 Mar '05 - 12:51 
GeneralUsing Visual Studio .NET to develop multiple web sitesmemberRockChalk23 Oct '03 - 9:53 
Generaldoesn't work for mesussanonymous5 Sep '03 - 2:05 
GeneralRe: doesn't work for mesussAnonymous3 Dec '03 - 16:52 
GeneralRe: doesn't work for mesussJohn Steele8 Feb '04 - 9:13 
GeneralRe: doesn't work for mesussPer Søderlind8 Feb '04 - 22:34 
GeneralInability to host multi-sitesmemberChristopher Duncan9 Oct '02 - 5:24 
GeneralRe: Inability to host multi-sitesmembersoderlind9 Oct '02 - 6:25 
GeneralVery helpful!memberMarc Clifton9 Oct '02 - 4:57 
GeneralWebsite on XPmemberCDotNetUser9 Oct '02 - 4:34 
GeneralRe: Website on XPmemberWilliam Bartholomew14 Oct '02 - 11:50 
GeneralRe: Website on XPmemberCDotNetUser14 Oct '02 - 13:35 
GeneralVery nicememberTodd Smith9 Oct '02 - 4:19 
GeneralRe: Very nicemembersoderlind9 Oct '02 - 4:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 9 Oct 2002
Article Copyright 2002 by Per S
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid