Reputation: 88
I have just downloaded visual studio's 2010 but there is no template to a master page or anything to then use with it.
I will be using C# programming eventually, with asp.net
This is what i get when i select create new project.
i want to use .net framework 3.5. please help, what else needs to be downloaded.
Upvotes: 0
Views: 1924
Reputation: 2731
You need Visual Studio Express for Web not for Dekstop
And you should use the new 2012 version.
Upvotes: 3
Reputation: 140
Visual C# 2010 Express only support following default projects templates:
Windows Forms Application
WPF Application
Console Application
Class Library
WPF Browser Application
Empty Project
To use ASP.NET Web Applications you need this: http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web
Upvotes: 1
Reputation: 498904
For web development, you should download Visual Studio Express for Web.
The C# express version does not include web templates.
Upvotes: 4