Microsoft Expression Studio - Web / Superpreview with ASP.NET

In any case, in order to fully test an ASP.NET web page using Expression Studio, or can you only see a static view of the page and not interact with any element on the page?

+3
source share
3 answers

I got the impression that SuperPreview is actually a static page rendering - you get DOM interactivity, but that was about it - it's not a web server that can serve pages.

With a bit of messing around, you can run and run IIS on XP or Vista (right down to Home Premium, I think I run without problems), or you can install Visual Web Developer Express and use it in a web server to test your site - share the project files of VS and Expression so that you can open the site / pages without a problem.

0
source

Based on Jaft's answer, he corrects (or at least as far as I managed to find) that SuperPreview is a purely static rendering mechanism. I found 2 programs that were very useful for me.

Lunascape5, -, Trident, Webkit Gecko. , . Gecko, - ASP.NET , Auth, .

, IE, IETester, IE 5.5, 6, 7 8 . MultipleIEs, IE6 ( , ). , .

SuperPreview DOM .

+2

SuperPreview "Cassini" aspx. IIS, - , .

, , Visual Studio F5. Visual Studio - . SuperPreview .

, PHP Expression Web, SuperPreview PHP.

0

Source: https://habr.com/ru/post/1715926/


All Articles