Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

asp question

  • 02-12-2005 12:39pm
    #1
    Closed Accounts Posts: 1,309 ✭✭✭


    Is there any way of getting asp running on windows xp home edition


Comments

  • Hosted Moderators Posts: 18,115 ✭✭✭✭ShiverinEskimo


    I think home edition can rus IIS - you have to install it from the cd by going to control panel -> add/remove programs -> add/remove windows components and then tick the box for IIS with the cd in and click apply.

    Then put your website in the default folder and make sure you create an ODBC data source for your back end databse in control panel -> admin tools -> data sources and after approx 2 to 3 hours of tinkering it'll work for you.


  • Registered Users, Registered Users 2 Posts: 2,647 ✭✭✭impr0v


    IIS doesn't come packaged with Home edition.

    You can try the following method if you wish, i haven't tried it and can't vouch for its results.

    http://www.15seconds.com/issue/020118.htm


  • Registered Users, Registered Users 2 Posts: 1,664 ✭✭✭rogue-entity


    You can also use Apache2 instead, then you can install PHP and, dare I say it, ASP (from ChillieSoft) if you really want to use ASP instead of, and IMO better, PHP


  • Closed Accounts Posts: 78 ✭✭pdogs


    If you have access to a Win2K installation disk you can install IIS from it onto WinXP Home see http://adamv.com/dev/articles/iis-on-xp-home for details.

    PHP will run just fine on IIS and I too prefer it to asp.


  • Closed Accounts Posts: 2,639 ✭✭✭Laguna


    I think home edition can rus IIS - you have to install it from the cd by going to control panel -> add/remove programs -> add/remove windows components and then tick the box for IIS with the cd in and click apply.

    Then put your website in the default folder and make sure you create an ODBC data source for your back end databse in control panel -> admin tools -> data sources and after approx 2 to 3 hours of tinkering it'll work for you.

    I can guarantee this is untrue. Windows XP Home cannot run IIS, I repeat, XP Home cannot run IIS!, it's written in black and white on the Microsoft XP support site. XP Pro can run it, but that's obvious.

    You can install Apache and execute PHP code on XP Home but the simple fact is, XP home cannot install IIS and execute ASP code.


  • Advertisement
Advertisement