Hi Betty,
Nice to see you here.
The problem you mentioned is because ASP.NET 2.0/VS 2005 (different from
ASP.NET 1.X/VS 2003) by default use a "Web Site" based project model.
Therefore, you need to use "File-->New--> Web Site...." instead of
"New--->Projecct" to create ASP.NET 2.0 web application. Here is a good
blog entry introduce it:
#VS 2005 Web Project System: What is it and why did we do it?
http://weblogs.asp.net/scottgu/archive/2005/08/21/423201.aspx
Also, after you installed VS 2005 SP1, you'll also get a "Project" type
like the VS 2003 web application(that can be created through
"New-->Project...".
#Visual Studio 2005 Web Application Project Option
http://webproject.scottgu.com/
For getting start on ASP.NET or the Visual Web Developer tool, here are
some good resources:
#Get Started with ASP.NET
http://www.asp.net/get-started/
#Get Started with Visual Web Developer
http://www.asp.net/Guided-Tour/
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------