Wrox Programmer Forums
|
BOOK: Professional ASP.NET MVC 2
This is the forum to discuss the Wrox book Professional ASP.NET MVC 2 by Jon Galloway, Scott Hanselman, Phil Haack, Scott Guthrie, Rob Conery; ISBN: Professional ASP.NET MVC 2
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET MVC 2 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 August 4th, 2010, 02:38 PM
Registered User
 
Join Date: Aug 2010
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Download Code Missing

Noticed that Code snippet 12-3.txt is blank, as well as -4 and -5. Too bad, it's a lot of code to type!
 
Old August 4th, 2010, 08:36 PM
Wrox Author
 
Join Date: Oct 2006
Posts: 36
Thanks: 1
Thanked 5 Times in 5 Posts
Default

Sorry about that! I'll get it updated. In the meantime, here it is:

Code:
<compilation debug="true">
  <assemblies>
      <add assembly="System.Web.Abstractions, Version=3.5.0.0, 
          Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
      <add assembly="System.Web.Routing, Version=3.5.0.0, 
       Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
      <add assembly="System.Web.Mvc, Version=2.0.0.0, 
       Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
      <add assembly="System.Core, Version=3.5.0.0, 
       Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
      <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, 
       Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
      <add assembly="System.Web.Extensions, Version=3.5.0.0, 
       Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
      <add assembly="System.Xml.Linq, Version=3.5.0.0, 
       Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  </assemblies>
12-4
Code:
<pages>
<controls>
  <add tagPrefix="asp" namespace="System.Web.UI" 
    assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, 
    PublicKeyToken=31BF3856AD364E35"/>
  <add tagPrefix="asp" namespace="System.Web.UI.WebControls"   
    assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, 
    PublicKeyToken=31BF3856AD364E35"/>
</controls>
<namespaces>
  <add namespace="System.Web.Mvc"/>
  <add namespace="System.Web.Mvc.Html"/>
  <add namespace="System.Web.Mvc.Ajax"/>
  <add namespace="System.Web.Mvc.Routing"/>
  <add namespace="System.Linq"/>
  <add namespace="System.Collections.Generic"/>
</namespaces>
12-5
Code:
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, 
  System.Web.Extensions, Version=3.5.0.0, Culture=neutral, 
  PublicKeyToken=31BF3856AD364E35"/>
<add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, 
  System.Web.Routing, Version=3.5.0.0, Culture=neutral,  
  PublicKeyToken=31BF3856AD364E35"/>
</httpModules>





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 6 - Code Download Missing for this Chapter dbaechtel BOOK: Professional SharePoint 2007 Development ISBN: 978-0-470-11756-9 0 August 11th, 2009 11:02 AM
Missing files in download area BuzzLY BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 4 March 20th, 2009 02:36 PM
Download Code Missing jiahanchen J2EE 0 April 24th, 2004 10:52 PM





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