My understanding of .NET support in SitePublisher/LiveSite is as follows for recent releases:SitePublisher; any development you do in terms of additional code for components/pages must be done in Java.LiveSite; there's a choice of install options - J2EE or .NET flavours.Essentially both provide a rendering engine to turn .page files into HTML.If you use the .NET version, and you do some development in SitePublisher, then you have to run your java classes through a converter (IKVM) to output .NET code which can be used with LiveSite.There is no capability OOTB to generate .aspx files from SitePublisher. That's not to say you couldn't, but don't expect there to be a menu option!If you did want to generate .aspx, then you'd need to create a custom page type/layout to support it.There was talk (a year or so ago) of a .NET version of SitePublisher which would allow you to develop natively in .NET, but that hasn't made it into a release as yet.Hope that helps.
SitePublisher; any development you do in terms of additional code for components/pages must be done in Java.....There was talk (a year or so ago) of a .NET version of SitePublisher which would allow you to develop natively in .NET, but that hasn't made it into a release as yet.
Upcoming release of LSDS.NET will support .NET controls so you do not have to write any code in Java if desired. You can write code in C# or the likes directly using MS VS....