Wrox Programmer Forums
|
Visual Studio 2008 For discussing Visual Studio 2008. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2008 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 4th, 2009, 07:13 PM
Registered User
 
Join Date: Jan 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default IIS for xp professional

i was asked in my class to install IIS in order to run PHP5, but the problem is when i tried to test the server by entering http://localshot it is giving me the web site is not avialable, and the server not working, is there any configuration i should do to let localhost working in ASP.NET and php.
 
Old February 4th, 2009, 07:59 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

As far as PHP goes, i am not sure. As far as .NET goes:

If you installed the framework AFTER you installed IIS then the framework should already be registered with IIS. To see if it is, right click on a website and select properties from the menu appears. The last tab should say ASP.NET.

If you installed IIS AFTER you installed the framework goto Start --> run --> cmd

and navigate to your .NET folder. It would be something like:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727*

once there type aspnet_regiis -i and press enter. This will register the runtime with IIS.

*Note: you will have framework directories for 3.0 and 3.5, ignore these and instead run the command from the 2.0 directory. (3.5 is built on the 2.0 core so they do not have the regiis bat file)

hth.
-Doug
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================





Similar Threads
Thread Thread Starter Forum Replies Last Post
iis.msc equivalent in IIS for Win XP Pro? RealDHelix Classic ASP Basics 14 March 18th, 2007 08:28 PM
Installing IIS on Windows XP Professional gorman General .NET 4 May 11th, 2005 05:29 AM
iis in xp simo BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 January 15th, 2005 10:17 AM
IIS in Windows XP rodmcleay General .NET 7 November 19th, 2004 09:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.