- Homepage
-
Blog roll
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: