Have been programming with VS studio 2005/2008 making ASP.NET applications for a while.
I am interested in experiences with Microsoft Expression Web 2 (strengths and weaknesses)
...
I want to change how certain file extensions are treated within Microsoft Expression Web 3. For example, *.inc should be treated like PHP includes, so they get PHP color coding and code hints.
Is this possible and how can I achieve this?
...
I'm trying to decide the best way to provide templates for a bunch of not very technical web editors. Their tool will be Expression Web 3 (finally migrating away from Frontpage). They maintain two websites sites that have around 9,000 pages each. (fun, eh?)
My big hesitation about dynamic web templates is how pages get updated. If I...
I have an aspx page that starts with the code
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/
Every time I hit the save button, the text is changed to
<%@ Page Title="" Language="C#" MasterPageFile="Views/
(with the tilde and slash missing).
Why does Expression Web 3 do this and how can I turn this off?
...
There seems to be a rather annoying bug in MS Expression Web 3 (or perhaps an incompatibility with something else I have installed).
Quite often HTML code editor would refuse to copy things into clipboard. You select some text, press Ctrl-C, Ctrl-Insert or use context menu and nothing happens. Then in 10..15 seconds it would start worki...