Pregunta

I am working on multi project custom solution structure in VS2010. One of the projects is web application. I have a Wizard class inheriting from interface IWizard. In the UI form, users will enter the name for each project in the solution template.

When I load the multi project template, is it possible to create a virtual directory on IIS for a web application created?

¿Fue útil?

Solución

Here is a good example of how to use Microsoft.Web.Administration for these purposes.

http://blogs.msdn.com/b/carlosag/archive/2006/04/17/microsoftwebadministration.aspx

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top