Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I open an ASP.NET empty web application template in C# express?

Programmers!!!

I'm learning c# from a book and would like to open a template such the one pictured from visual studio at the top however I only have the options from the c# menu pictured at the bottom. Is there a way to download or to manually create the same effect? Thanks!!!

Visual Studio

Visual C# Express

like image 709
Rik Avatar asked Aug 16 '12 21:08

Rik


People also ask

How do I open an ASP.NET project without Visual Studio?

To run the application without opening Visual Studio, You need to install IIS (as rtpHarry has suggested). Then You need to have your application in a virtual directory. To create virtual directory perform following steps: Type inetmgr at command prompt -> Click OK.

How do I open an ASP.NET project?

Open Visual Studio. Select New Project from the File menu in Visual Studio. Select the Templates -> Visual C# -> Web templates group on the left. Choose the ASP.NET Web Application template in the center column.

How do I open .NET core web application?

Run the ASP.NET Core Application: To run this web application, click on IIS Express or press F5 (with Debug) or Ctrl + F5 (without Debug). This will open the browser and display the following output.

How do I open a downloaded ASP.NET project in Visual Studio?

Open Visual Studio. On the start window, select Open a project or solution. Visual Studio opens an instance of File Explorer, where you can browse to your solution or project, and then select it to open it.


2 Answers

Microsoft provide Visual Web Developer Express for web application development. C# Express is used for desktop development. The paid for version is not split up like the Express versions are.

You can download Visual Web Developer Express from http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-web-developer-express although today being the day it is (release day) you could go for the newer version http://www.microsoft.com/visualstudio/11/en-us/downloads#express-web.

like image 102
Peadar Doyle Avatar answered Oct 06 '22 15:10

Peadar Doyle


Thanks for all the great answers, I downloaded VS 2012 for web. Good to have the latest and greatest! I guess I posted on the right day since it is release day! Below is the screenshot from VS 2012 for web...

Visual Studio Express for web

like image 40
Rik Avatar answered Oct 06 '22 14:10

Rik