We have a company product (asp.net website) that gets compiled and distributed to our clients. I need to figure out a way to allow us to add in an ad hoc aspx webpage into the website (so it recognizes the master page, the forms authentication, assemblies, etc) without having to provide them with an un-compiled version of the website product.
Is this possible. Is there a better method than having a special compiled version of the website on their server.
More detailed information: The main product website is a Web Application in IIS7 and the custom ad hoc page is in a total separate folder on the server that gets added in as a virtual directory to the main product's website application. This works fine when using an un-compiled version of the web application.