Microsoft Expression Web is a professional development and design tool to create modern, standards-based Web sites that use PHP, HTML/XHTML, CSS, JavaScript, ASP.NET or ASP.NET AJAX.
Questions tagged [expression-web]
60 questions
0
votes
1 answer
Expressions Web 2 - rewriting code
One of our designers is looking at Microsoft Expressions Web, mainly to evaluate it against Dreameaver for maintaining the web based interfaces to our projects, and we've found a behaviour that we can't explain and can't believe is correct - it…
RWood
0
votes
1 answer
Expression Web and/or ASP.Net
I have been using Asp.Net for designing web applications recently and was wondering if it would be easier to desing the pages in Expression Web, then open them in Asp.Net to finish coding them. Not sure why they just don't have one tool instead of…

Troy Mitchel
- 1,790
- 11
- 50
- 88
0
votes
1 answer
Classic ASP with Expression Web 2 and Vista
I have previously used Expression Web with XP and MS Server 2003 and in each case I am able to preview .asp pages in the browser.
I have now transferred to Vista and get the error "this page may contain dynamic content that requires a Web…
None
0
votes
1 answer
"Cannot open file xxx for writing"
Using Microsoft Expression Web 4 to revise our intranet. I had to enable .shtml on the IIS server in order to be able to use server-side pages. Sorry, I'm a newbie and had to somehow make it work on a tight deadline. There' may be better ways of…

Anubix
- 17
- 4
0
votes
1 answer
Upload php script problems
Using Expression Web, want to upload images to my web pages, not getting error messages even though written in script. Set the upload folder to share with everyone. php.ini is set to file_uploads=on;upload_max_size=128M. On firefox the script…

veen42
- 1
0
votes
1 answer
Exists any way to use Expression Web 4 with Subversion?
Does anyone know any workaround to use Expression Web 4 with Subversion's repositories? I'm currently using Ankhsvn plugin for VS, it works like a charm but i don't get how this can be used with EW.
I'll appreciate any advice.

elvin
- 961
- 1
- 9
- 26
0
votes
1 answer
expression web: Import website but save remote pictures saved locally on hard disk?
I have imported a website using Import of expression web 4. Works great but the pictures are remote URL (http) links. Is there anyway to force them to be downloaded and the url of the img pointed to the local saved image?
Or is there a feature where…

Martin
- 23,844
- 55
- 201
- 327
0
votes
3 answers
Why are Html Entities replaced by MS Expression Web?
I'm using Microsofts Expression Web 5 to edit my HTML documents. I have noticed a strange behaviour when using the 'Reformat HTML' method.
If my html document (UTF-8) contains html entities in the like of € the entity is replaced by a euro…

mathijsuitmegen
- 2,270
- 1
- 34
- 36
0
votes
1 answer
PHP Header doesn't work in web expressions 4
I am using header to redirect to a page:
ob_start();
header('Location: index.php');
It is working fine when i open the page directly from browser or any other editor.
BUT it doesn't works when i open it through Microsoft expression web 4, which is…

Ankur
- 5
- 4
0
votes
0 answers
Installing php on windows and configuring with expression web 4?
I am fairly new to using PHP. I am trying to use it with expression web 4. Any example I see online to install PHP is version 5.3.
PHP current version 5.6. Now using this http://windows.php.net/download/ I downloaded PHP. I downloaded zip of VC11…

USER420
- 337
- 3
- 12
0
votes
1 answer
Implementing a "special" Access database to Expression Web
I have just got an answer to my question about combining the result of a SQL. This was done with "ConcatRelated". Now I want to implement this in Expression Web 3.
The SQL's I used in Access:
SELECT land.id, land.official_name,…

Newbie
- 15
- 3
0
votes
1 answer
Microsoft Expression Web 3 clipboard bug
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,…

Ghostrider
- 7,545
- 7
- 30
- 44
0
votes
2 answers
Does Expression Web produce semantically correct html?
I am usng Expressoin Web to design some pages and wondering if it generates xhtml that is compatible with all browsers.

Srikar Doddi
- 15,499
- 15
- 65
- 106
0
votes
1 answer
Expression Web: Frames vs. Dynamic Web Template
I am making a website that has a lot of links that do not change from page to page. I have made similar websites before using the DWT feature of Expression Web with good results, but I still see a lot of people using frames for this kind of thing. …

ubiquibacon
- 10,451
- 28
- 109
- 179
0
votes
2 answers
Scrolling Textbox Content Overflows into padding area
How can I stop my scroll bar and the text when scrolled from appearing in my top padding area. I am new to Microsoft Expression Web and CSS and I am very frusterated with this.
Here's what I have so far but as mentioned above the text still wants…

Danielle
- 1