문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top