Wrox Programmer Forums
|
BOOK: Beginning ASP.NET for Visual Studio 2015
This is the forum to discuss the Wrox book Beginning ASP.NET for Visual Studio 2015 by William Penberthy; ISBN: 978-1-119-07742-8
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET for Visual Studio 2015 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 24th, 2016, 04:55 PM
N_B N_B is offline
Authorized User
 
Join Date: Feb 2016
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default web.config

Does the book cover web.config? We are starting a massive conversion of our business apps from classic ASP to ASP.NET and a colleague here mentioned that a big part of the initial design/setup of the foundation for the new apps would deal with web.config. Does this book cover this? Or maybe I misunderstood the importance of web.config in this regard? Sorry if it's a dumb question. Newbie here. Thanks.
 
Old February 25th, 2016, 10:54 AM
N_B N_B is offline
Authorized User
 
Join Date: Feb 2016
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Also want to know if the book covers global.asax
 
Old February 25th, 2016, 11:44 AM
Authorized User
 
Join Date: Jan 2016
Posts: 13
Thanks: 1
Thanked 1 Time in 1 Post
Default web.config & global.asax

Hmmm... The book does include information about both, especially the web.config. However, there is not really a web.config or global.asax section of the book; instead each is mentioned in relationship to the functionality being discussed.

An example of this would be the web.config being discussed in relationship with needs such as appSettings (storing information in the config file that is used by the application), Connection strings (information needed to connect to a database), compilation (debugging and tracing), etc. Of the two files, the web.config is discussed in much greater depth.

The global.asax file is in much less detail, with the only discussion being around the Application_Start and Application_Error handlers, and those only in general.





Similar Threads
Thread Thread Starter Forum Replies Last Post
System.web.providers error in web.config vykintas ASP.NET 4.5 General Discussion 0 April 12th, 2013 07:14 AM
App.Config and Web.Config conflict John.Burke ASP.NET 2.0 Professional 5 March 9th, 2010 11:51 AM
Web.Config dotnetDeveloper ASP.NET 3.5 Basics 2 March 4th, 2009 02:14 PM
Fix for Web.config Error in ...\Chapter01\LINQforBinding Web Sites rogerj BOOK: Professional ADO.NET 3.5 with LINQ and the Entity Framework ISBN: 978-0-470-22988-0 0 February 18th, 2009 01:59 PM
web.config vs. app.config darlo Visual Studio 2005 11 August 20th, 2008 07:23 AM





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