|
|
 |
| Internet Information Services Limit this to IIS questions and posts. ASP/ASP.NET questions should still go in the ASP/ASP.NET forums. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Internet Information Services section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

May 2nd, 2006, 04:45 PM
|
|
Registered User
|
|
Join Date: Mar 2006
Location: Sydney, NSW, Australia.
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
IIS in windows xp Home edition
Hi
Is it possible to install and run IIS in Windows XP home edition. I need it for my school work so developer edition of IIS is more than enough. If yes, where can I find the software?
Thanks in advance
Romi
|

May 2nd, 2006, 10:48 PM
|
 |
Wrox Staff
|
|
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
|
|
Romi:
Microsoft does not support or endorse IIS running on Win XP Home. There are several people who have figured out a hack to make this work though. If you google:
IIS "windows XP home"
the first several hits will talk about the registry changes and processes to do this.
A much better solution though would be to install Cassini:
http://asp.net/Projects/Cassini/Down...ndex=0&tabid=1
Or if you'll be working with ASP.NET 2.0, install Visual Web Developer 2005 Express Edition (free) and use it's built in web server.
Jim Minatel
Senior Acquisitions Editor
Wiley Technology Publishing
WROX Press
Blog: http://wroxblog.typepad.com/
Jim's Book of the week: No book this week - Donate to the Red Cross!
|

May 3rd, 2006, 04:34 AM
|
|
Registered User
|
|
Join Date: Mar 2006
Location: Sydney, NSW, Australia.
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi
Thanks for your suggestion. I installed Cassini personal web server. But when I try to run it, it gives error message "Cassini managed web server failed to start listening to port 80. Possible conflict with another web server on the same port." I am pretty sure there is no other web server installed in my system. Please advise.
Romi
|

May 10th, 2006, 10:47 AM
|
|
Registered User
|
|
Join Date: May 2006
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Romi,
I received the same error and did some debugging. In my case the error was caused by CassiniWebServer.exe being unable to find Cassini.dll. One way to fix this is run build.bat (described ReadMe.txt) to compile Cassini and CassiniWebServer and adds Cassini.dll to Global Assembly Cache.
If you installed Cassini in the default location, you could also just run:
Code:
gacutil /i c:\cassini\cassini.dll
Hope this helps.
|

July 5th, 2006, 06:36 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Location: Los Angeles, CA, USA.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank you. That is exactly the cause - most of us probably just add the Cassini dir to the path and wonder why it does not work.
Very, very bad error message.
Lars Eriksen
|

July 25th, 2006, 07:55 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Location: mumbai, mahasratra, India.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
can u have iis on windows wp professional edition???
|

July 26th, 2006, 08:41 PM
|
|
Wrox Author
Points: 12,827, Level: 49 |
|
|
Join Date: Oct 2005
Location: Akron, Ohio, USA.
Posts: 4,029
Thanks: 1
Thanked 42 Times in 42 Posts
|
|
Yes. Place your XP cd in your cd rom, when the windows install screen comes up, select Install Optional Windows Components, click that and select Internet Information Services when the window pops up.
If you have the .net framework already installed prior to the IIS install do this:
Goto start --> run --> cmd
Navigate to the framework directory e.g., [SystemDrive]\windows\microsoft.net\framework\[version]
When there type this command: aspnet_regiis -i
That will register the framework with IIS.
"The one language all programmers understand is profanity."
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |