 |
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
 | This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 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
|
|
|
|
|

February 20th, 2012, 10:20 PM
|
|
Authorized User
|
|
Join Date: Jan 2011
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Unspecified Error
Hi Imar,
When I followed your book's instruction to configure asp.net by running the command 'aspnet_regiis -i', I got an unspecified error 0x80004005. What's causing it? Thanks for your help.
Ed
|
|

February 20th, 2012, 10:33 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
0x80004005 errors are almost always security related. Did you run the command from an Administrative command prompt (using Run As / Ctrl+Shift+Enter on the item in the start menu?)
Imar
|
|

February 21st, 2012, 05:32 PM
|
|
Authorized User
|
|
Join Date: Jan 2011
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Unspecified Error
Hi Imar,
No, I didn't, but I'll try. What do I do though when the User Account Control dialog pops up (I'm running Window 7)? Should I just click 'Yes'? Thanks for the help.
Ed
|
|

February 21st, 2012, 07:13 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yep. Windows wants to know you're really an admin, and not a virus.... ;-)
Cheers,
Imar
|
|

February 26th, 2012, 07:55 PM
|
|
Authorized User
|
|
Join Date: Jan 2011
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Hi Imar,
When I run inetmgr in the Try It Out Exercise and get to Default Web Site, I don't see the Properties option when I do a right-click on it. I'm running Windows 7 Home Edition. Please help. Thanks.
|
|

February 26th, 2012, 08:13 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Which Home edition of Windows 7 do you use? You need at least the Home Premium edition.
Also, which which step / page number are you working on?
Cheers,
Imar
|
|

February 27th, 2012, 01:49 AM
|
|
Authorized User
|
|
Join Date: Jan 2011
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Hi Imar,
I've the Home Premium Edition. The Try It Out exercise is 'Configuring a Site with Windows XP or Server 2003' on page 647. And I was on Step 3 of page 648.
|
|

February 28th, 2012, 03:12 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Ah, I see. The instructions in the book are targeting an older version of IIS, while Windows 7 uses IIS 7.x.
For this to work, right-click the site, choose Manage Web Site | Advanced Settings. There you can set up the root folder.
Since the instructions are quite different, you may want to visit www.iis.net and learn a bit more about setting up IIS 7. (Or get a copy of the 4.0 version of my book as it targets Windows 7 / Server 2008 ;-) )
Cheers,
Imar
|
|
 |