Installing Visual Studio Express 2010 - asp.net

I would like to create some test web applications with Visual Studio 2010 Express.
I installed Microsoft Visual C# 2010 Express, but I can't choose the "ASP.NET MVC 2" type of project web application.
What should I install if I want to create a web ASP.NET MVC 2 application?

I am using Visual Web Developer 2010 Express and I see it. The following is what I do:
File > New Project
Then under the Web template you will find ASP.Net MVC 2 Web Application
You will NOT find it under File > Web Site, which I am assuming you might be looking at.

That's a separate (free) install. See here.
Install link is top-right on the page.

It's necessary to install Visual Web Developer 2010 Express.

Related

I am not able to find the ASP.net Web Application template in Visual Studio Enterprise 2015

I recently installed Visual Studio 2015 Enterprise Edition. I was not able to find the ASP.net Web Application template in it.
I have already tried the following
Repair the setup.
Modify setup and uncheck and check Microsoft Web Developer Tools option.
Install Visual Studio 2015 Extension for ASP.NET Project Templates as outlined here. http://blogs.msdn.com/b/webdev/archive/2015/02/08/some-of-asp-net-project-templates-in-vs-2015-are-available-on-vs-gallery.aspx
Clean up registry keys, delete all setup files and clean installation.
What can I do to get the OneASP.net template to develop MVC and WebAPI applications.
please refer the above steps to check if you can create a MVC project in Visual Studio 2015 Enterprise Edition.
If you still could not see the MVC project template in Visual Studio 2015 Enterprise Edition, I suggest you could try to delete ItemTemplatesCache, ProjectTemplatesCache folder and then run the the devenv /InstallVSTemplates switch and devenv /Setup switch. Please refer to the following MSDN document and then check this MVC project template issue.
Reference: https://msdn.microsoft.com/en-us/library/ms241279.aspx?f=255&MSPPError=-2147217396
https://msdn.microsoft.com/en-us/library/ex6a2fad.aspx

I am missing "ASP.NET Web Project" in my list of Visual Studio 2010 Web project types - how do I get it?

I'm trying to create an "ASP.NET Web Application" project in Visual Studio 2010 but that project type is missing from my File/New/Project dialog:
I believe it should be part of the standard install, and I don't see it available in the Online Templates. How can I get that option?
VERY silly mistake - I neglected to install "Visual Web Developer" as part of my VS installation because I misinterpreted it as the Express edition.

Use IIS Express by default in Visual Studio 2010 (MVC3) web projects?

Just recently upgraded to Visual Studio 2010 SP1 and ASP.NET MVC3, but the only way I'm aware of using IIS with new projects is to set this up manually after the project is created.
Is it possible to click a checkbox somewhere to make IIS Express the default development server for all of my VS web applications?
In VS Studio go to options and in Project and Solutions select Web Projects. Then check the only checkbox available in settings: Use IIS Express for new file-based web sites and projects.

Why does Visual Studio Premium 2010 not show all of the available project templates?

I'm trying to create an ASP.NET Web Application, but this is all I see:
http://img832.imageshack.us/img832/8444/newproject1l.png
http://img837.imageshack.us/img837/3119/newproject2.png
I have confirmed that I have the full Visual Studio installed, not just Visual C#.
Why can't I see ASP.NET Web Application in the "new project" list?
Based on the interface it looks like the "Web Tools" section was unchecked while installing Visual Studio. Try re-running the install, explicitly selecting Web Tools (can't remember the exact name) and seeing if that fixes the problem.

Cannot create the Silverlight ASP.NET website in Visual Studio 2008 Web Developer edition

I need to create a ASp.net website with silverlight controls.
I am having only express editions of 2008 (Web developer edition and C# express editions).
I have created the WPF application sing C# expression and create the new XAML files.
Then I have created asp.net website in web developer edition and linked the xaml files with the .
But nothing works.
Note: I have not silverlight application project types and templates in Visual Studio 2008 web developer edition.
I think you need to install the Service pack 1
If you have Visual Web Developer, and if you are not getting template to create silverlight, then probably you need to install Silverlight add on from this link
www.microsoft.com/downloads/details.aspx?FamilyId=c22d6a7b-546f-4407-8ef6-d60c8ee221ed&displaylang=en

Resources