Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics 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 December 21st, 2005, 07:34 PM
Registered User
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default A little clueless, need some pointers

Well, I'm posting here in the hope that someone will give me some pointers as to what to do! Please forgive me if it is a long post, and English is not my native language so bear with me :)

Basically, I've been trying to find out what I need to learn in order to make a paid website that has a list of clients of mine, with some information submitted by them. I want to be able to retrieve that information, analyze it and send it back to them.

I'd like to know, is learning ASP.NET 2.0 enough for me, or should I get books on other subjects too? (I have developed pages in HTML before)

------------------

On other notes:

I have acquired a book from Microsoft Press, and it appears I have made a bad choice. The first lesson is this: I'm supposed to turn a regular HTML page with some text into an ASP.NET page, just by changing the extension to .aspx and adding a line at the top <%@ Page Language="C#" %>

I have installed IIS, created the virtual directory, etc... But I still get an error saying "The XML page could not be displayed. It's not possible to show the XML entry using the XSL stylesheet. Correct the error and click on the Refresh button or try again later. A name was started with an invalid character". And then it shows the first line, with the <%> tag.

What am I doing wrong here?

I really appreciate any help and advice. Thank you for taking your time to read all of it :)

Sincerely,
Bruno

 
Old December 22nd, 2005, 06:46 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Bruno,

Besides learning ASP.NET 2.0, you may want to pick up a book about SQL Server if your web site requires database access (most web sites do).

Beginning SQL Server Programming (http://www.wrox.com/WileyCDA/WroxTit...764584332.html) might be a good choice but it won't be out until February 2006. From the same author, there is Professional SQL Server Programming (http://www.wrox.com/WileyCDA/WroxTit...764543792.html), which is a great book, targeting SQL Server 2000.

Depending on how "HTML" your previous sites were, you may also need to understand a bit more about JavaScript and CSS.

With dynamic web sites, a good understanding of client server technology would be useful as well.

Regarding your error: did you add that line before anything else? That is, even before stuff like a doc type? Can you post the source code for the page?

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old December 23rd, 2005, 01:08 PM
Registered User
 
Join Date: Dec 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Imar,

Thank you for your reply, it turns out the problem was actually in the IIS config! The code is working just fine now.

Also, thanks a lot for all the advice and the books you indicated. I'll try to get a hold of them!

Have a merry christmas!!

Cheers,
Bruno

 
Old December 23rd, 2005, 01:21 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You too have a Merry Christmas.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
C/C++ Pointers reality_42000 C++ Programming 1 March 4th, 2007 01:26 AM
array and pointers amrinder C++ Programming 1 November 10th, 2006 07:58 AM
VBA - clueless torro17 Access 1 March 10th, 2006 08:17 PM
pointers Stuby085 Visual C++ 1 August 30th, 2003 11:58 PM
Pointers jake VB How-To 12 June 21st, 2003 11:30 AM





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