Hi,
I built a new asp.net web application using master pages, I compiled it and everything works ok.
Now I would like to extend this application with the possibility to have dynamic master page without reopen the VS 2005 project and re-deploy the project.
In few words I would like to pass to a method the master page as parameter (3 text files, the .master, the .master.cs and the .master.designer.cs) and this method through the CodeDom classes should add the master page to the web application assembly.
Do you have any experience?