I have a assembly and want a Webinterface within this assembly. How would you implement this?
IHttpHandler is one way, but its very anoying to write the html output to the Response.
Is there a more elegant way?
I have a assembly and want a Webinterface within this assembly. How would you
Share
You mean like embedding views into an assembly?