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!!!
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.
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.
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.
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.
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.
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...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With