p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8
This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501

Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old April 17th, 2007, 09:59 AM
Friend of Wrox
Points: 224, Level: 4
Points: 224, Level: 4 Points: 224, Level: 4 Points: 224, Level: 4
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: Banbury, , United Kingdom.
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to DanM
Default A New Appendix B

I've written a new version of Appendix B demonstrating how to install wroxunited.net using any combination of
 
  • Visual Web Developer or Visual Studio 'full' editions  
  • SQL Server Express or SQL Server 'full' editions  
  • The local web server built into Visual Studio\Wisual Web Developer or IIS
It covers tweaking permissions for IIS, adding databases to SQL Server, adding logins to SQL Server, tweaking your web.config file to match your set up and installing things as clearly as possible. Currently the help file only deal with Windows XP but if there's demand for it, I'll add coverage of installing on Windows 2003 Server and Vista.

You can find the helpfile and site code to download on my site at http://www.hmobius.com/downloads.aspx. Hopefully Wrox will host them here at some point as well.

Update (April 20) : When you double-click the helpfile to open it, you may get a security warning appear asking if you want to open this file. If you do, please click to clear the "Always ask before opening this file" check box, and then click Open. See http://blogs.msdn.com/robcaron/archi...23/431976.aspx for more information on why this happens.

Dan Maharry
Read the feed at http://feeds.feedburner.com/dansarchive
__________________
Dan Maharry
Read the feed at http://feeds.feedburner.com/dansarchive
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old April 17th, 2007, 10:06 AM
jminatel's Avatar
Wrox Staff
Points: 7,285, Level: 36
Points: 7,285, Level: 36 Points: 7,285, Level: 36 Points: 7,285, Level: 36
Activity: 17%
Activity: 17% Activity: 17% Activity: 17%
 
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
Default

Thanks Dan!

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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old April 17th, 2007, 02:14 PM
Authorized User
 
Join Date: Apr 2007
Location: , , .
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I still get a error.  ConfiurationErros  The Given assembly name or codebase was invalid.  The last step you put in your help file

 <providers>
   <clear />
   <add name="AspNetSqlProfileProvider" connectionStringName="WroxUnitedMembership" applicationName="/"
     type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  </providers>

is where I am getting that error

I am using VS 2005 professionl, SQL 2005 Developer Eddtion Full, IIS.

I also can not get it to run local. I hit f5 and get http://localhost:1051/WroxUnited and not http://localhost/WroxUnited
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old April 17th, 2007, 02:31 PM
Authorized User
 
Join Date: Apr 2007
Location: , , .
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok I fixed the error by cuting and pasting what you had. I must have had a typo.

Still have the issue of I hit f5 and get http://localhost:1051/WroxUnited and not http://localhost/WroxUnited

And even if I type it in manually http://localhost/WroxUnited i get you are not authorized to view this page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #5 (permalink)  
Old April 17th, 2007, 06:58 PM
Friend of Wrox
Points: 224, Level: 4
Points: 224, Level: 4 Points: 224, Level: 4 Points: 224, Level: 4
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2003
Location: Banbury, , United Kingdom.
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to DanM
Default

Hi tgregory,

Let's contiue this back in your original thread

Dan

Dan Maharry
Read the feed at http://feeds.feedburner.com/dansarchive
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #6 (permalink)  
Old October 10th, 2007, 09:46 AM
Registered User
 
Join Date: Oct 2007
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The hmobius.com link in the post above isn't working. Is it possible to access this new Appendix B elsewhere?

Thanks!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #7 (permalink)  
Old October 11th, 2007, 09:39 AM
jminatel's Avatar
Wrox Staff
Points: 7,285, Level: 36
Points: 7,285, Level: 36 Points: 7,285, Level: 36 Points: 7,285, Level: 36
Activity: 17%
Activity: 17% Activity: 17% Activity: 17%
 
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
Default

I'll get that posted on wrox.com and post the link here when it's live tomorrow. Sorry for the delay.

Jim Minatel
Acquisitions Director
Wiley Technology Publishing
WROX Press
Blog: http://wroxblog.typepad.com/
Wrox online library: http://wrox.books24x7.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #8 (permalink)  
Old October 12th, 2007, 06:10 PM
jminatel's Avatar
Wrox Staff
Points: 7,285, Level: 36
Points: 7,285, Level: 36 Points: 7,285, Level: 36 Points: 7,285, Level: 36
Activity: 17%
Activity: 17% Activity: 17% Activity: 17%
 
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
Default

It's now available at wrox.com, please look on the download page at:
http://www.wrox.com/WileyCDA/WroxTit...load_code.html

Jim Minatel
Acquisitions Director
Wiley Technology Publishing
WROX Press
Blog: http://wroxblog.typepad.com/
Wrox online library: http://wrox.books24x7.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #9 (permalink)  
Old October 31st, 2007, 03:14 PM
Registered User
 
Join Date: Oct 2007
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I've tried to download the new .chm file for Appendix B from both the code page on the wrox site and from the author's site without sucess. I can download the .chm just fine, but when I open it none of the online content is linked.



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #10 (permalink)  
Old October 31st, 2007, 03:49 PM
jminatel's Avatar
Wrox Staff
Points: 7,285, Level: 36
Points: 7,285, Level: 36 Points: 7,285, Level: 36 Points: 7,285, Level: 36
Activity: 17%
Activity: 17% Activity: 17% Activity: 17%
 
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
Default

Hi Hypershow.
This is probably due to a Microsoft security feature to prevent the viewing of untrusted CHM files. Try:
1. Right-click the CHM file, and then click Properties.
2. Click Unblock.
3. Double-click the .chm file to open the file.

let us know if you still have problems.

Jim Minatel
Acquisitions Director
Wiley Technology Publishing
WROX Press
Blog: http://wroxblog.typepad.com/
Wrox online library: http://wrox.books24x7.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Appendix Example SQLScott BOOK: Professional WCF Programming: .NET Dev with Windows Communication Found ISBN: 9780470089842 10 March 2nd, 2009 05:29 AM
Appendix A john_tempest BOOK: Professional C# 2005 with .NET 3.0 ISBN: 978-0-470-12472-7 1 August 27th, 2007 07:43 AM
Setting up in Appendix B mnielsen BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 February 16th, 2007 12:23 AM
Appendix B pkara2006 ASP.NET 2.0 Basics 0 August 20th, 2006 10:38 PM
Appendix F djsavlon BOOK: Beginning SQL Server 2005 Programming ISBN: 978-0-7645-8433-6 2 June 15th, 2006 12:44 PM



All times are GMT -4. The time now is 11:04 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc