CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2005
    Posts
    57

    Getting a web server

    Hi,

    Can anyone tell me if there is a free web server I can use to test ASP code at home. I know that you can use Tomcat to test JSP code and it's freely available. Is there an equivalent for ASP?

    Thanks very much,

    PinkMoon

  2. #2

    Re: Getting a web server

    Depends on how you define "free"... If you have a copy of Win2000, you can use IIS for free. If you are trying to do this with Linux, you can use Mono to do ASP.NET, but not ASP.

  3. #3
    Join Date
    Jun 2005
    Posts
    57

    Re: Getting a web server

    Quote Originally Posted by mmetzger
    Depends on how you define "free"... If you have a copy of Win2000, you can use IIS for free. If you are trying to do this with Linux, you can use Mono to do ASP.NET, but not ASP.
    Hi,

    I have Windows XP Home Edition. Can I use IIS? If so, can you tell me how to use it?

    Thanks very much,

    PinkMoon

  4. #4

    Re: Getting a web server

    Err, I don't know about XP Home...

    Go to Add / Remove Programs and click on Add/Remove Windows Components. You should see an option in there for either IIS or possibly PWS (Personal Web Server). If you enable that, it should let you serve pages. I know it's in XP Pro, just not sure about Home.

  5. #5
    Join Date
    Jun 2005
    Posts
    57

    Re: Getting a web server

    There's no sign of it there.
    Thanks for your help anyway.

  6. #6

    Re: Getting a web server

    Yeah, apparently it was entirely removed from XP Home. If you do searches for "XP HOME IIS" in google, you will get some interesting links. Whether you follow them is at your own regard...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured