3

Today I gave in to all the banners asking me to test MS Expression web 2 demo. After some setup hickups I fired up the thing and immediately encountered a problem: How do I make this tool work with my asp.net-mvc projects? Actually, how do I make my websites work with ANY tool but visual studio 2008?

Untill now I did everything with VS2008 / Notepad++. Does anybody have experience with using asp.net-mvc projects in tools like dreamweaver, expression web etc?

2
  • 1
    One quick note boris, you should probably edit your question title to replace "MS Blend" with "MS Expression Web." MS Blend is specifically for use with Silverlight & WPF. I clicked on your question because I was interested/confused how you might use MVC together with Blend but found out that wasn't quite what you meant. Commented Jan 16, 2010 at 0:44
  • You're wanting to know if it's integrated so you don't have to slice the HTML by hand and put part in the Master template and other parts of the HTML into individual views? Commented Feb 10, 2010 at 22:05

1 Answer 1

1

You can use any web tool to edit the HTML+CSS+Javascript side of the site, but you'll need to compile it with VS2008 or MSBuild to run it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.