Skip NavigationBack to HomepageContact Me!Print this page!

ASP.NET direct

IntraWeb Studio used to publish every HTML document as .html file holding the HTML content and a supplemental .aspx file containing some XML. Starting from version 3.0.2629, HTML documents are published directly as ASP.NET pages. This allows you to use asp.net tags directly in HTML documents. For example, you can use

<%= DateTime.Now  %>

to display current time on you page. See it in action:

1/6/2009 8:56:45 AM

This new feature allows users to create pages with dynamic content and fully utilize the power of ASP.NET 2.0.