Wrox Programmer Forums
|
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 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 January 11th, 2007, 08:05 AM
Registered User
 
Join Date: Jan 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Website problems - please help!

I have made my first simple asp.net site which works fine locally. I have now uploaded to the server where it will be hosted but the <asp:> tags do not seem to be picked up. Can anyone suggest why this may be?

Thanks

 
Old May 3rd, 2007, 11:10 PM
Authorized User
 
Join Date: Apr 2007
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am a newbie myself, but I saw this old post that no one answered. So I thought I might add something. You have to make sure that your server is configured for ASP.NET 2.0 and if you are using a third party remote server for hosting you can probably not use mdf/ldf files if you are doing that. If so you need to convert them to sql data files and import them to whatever database they want you to use. Also unlike your local computer you cannot put your ASP stuff anywhere, the web.config file, and probably the Default.aspx, needs to be at the root

To see what is going on remotely you can add this string to the web.config file between the <system.web> and </system.web> tags (see below). Well again the web.config file needs to be at the root or you will not see the error message either.

<customErrors mode="Off"/>






Similar Threads
Thread Thread Starter Forum Replies Last Post
all about website benny HTML Code Clinic 2 February 11th, 2008 04:49 AM
Wrox website HarishASP BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 August 21st, 2007 08:37 PM
Matchmaking Website code_lover ASP.NET 2.0 Basics 1 March 1st, 2007 05:20 PM
Sample Website cleacock BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 4 January 9th, 2007 12:35 AM
Dynamic website to Static website Aboal3ood ASP.NET 1.x and 2.0 Application Design 4 December 7th, 2006 11:46 AM





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