asp.net 2.0 with vs2005 but no web project !?!?!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I installed .net 2.0 and vs2005 beta 2 but vs doesn't offer me asp.net project.

Now what?

(it's been long enough since I installed vs2003 & asp 1.1 I don't remember)

Thanks,
Eric
 
VS2005 does not have web project similarly as VS2003 had, due to the changes
in the models of the ASP.NET application structure and inner workings etc
but sure you still build web apps with it :-)

In VS2005 you start doing web applications by selecting File-> New Web Site
 
Back
Top