A McGuinness
A McGuinness

Reputation: 88

Download Visual Studio 2010 express No Master page

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.

enter image description here

Upvotes: 0

Views: 1924

Answers (3)

Gianni B.
Gianni B.

Reputation: 2731

You need Visual Studio Express for Web not for Dekstop

And you should use the new 2012 version.

Here is the link

Upvotes: 3

BObov
BObov

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

Oded
Oded

Reputation: 498904

For web development, you should download Visual Studio Express for Web.

The C# express version does not include web templates.

Upvotes: 4

Related Questions