Visual Web Developer 2010 Express - asp.net

Does Visual Web Developer 2010 Express edition have ASP.NET MVC 2 based web site development facility?

Yes, Visual Web Developer 2010 Express has MVC2 support out of the box. You can also develop MVC3 applications in it if you install MVC3.

Related

ASP.NET MVC3 in Visual Web Developer 2008 Express

I've Visual Web Developer 2008 Express installed on my PC,
Does ASP.NET MVC3 works in visual web developer 2008 express?
How to create simple ASP.NET MVC3 site using simple text editor?
No, it doesn't work. ASP.NET MVC 3 requires .NET 4.0 and VS 2008 doesn't support .NET 4.0. You could use Visual Studio 2010 Express.
You can install Visual Studio 2010 Express alongside VS2008 - you do not need to uninstall VS2008, and it will not break your VS2008 configuration.
This will be your best option.

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.

what is the key different between ASP.NET 2008 with Web developer express 2008?

// question has been modified
I start to learn ASP.NET and the book uses Web developer express 2008 as the development platform.
I would like to know what the key difference between using the professional VS 2008 and this free express version.
Thank you
ASP.Net is the platform. Web Developer Express is an IDE that allows you to write code for the asp.net platform...
There are several Visual Studio versions, all of which can be used to write code in any of the .Net languages (C#, VB, etc) as well as targeting WinForms or web applications (asp.net).

Installing Visual Studio Express 2010

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.

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