Why I need it?
I am developing an application generator which generates ASP.NET projects.
So far it generates the ASPX and CS files, but I also need to create the VS
projects which would contain them. The user would specify only the project
name and the code would create a VS project, and the virtual folder in IIS.
Then it would add the ASPX and CS files to the project.
Something like automation in the days of COM, but I would like to do it from
..NET code (I use c#).
I believe most if not all of what you're looking for is in the Microsoft.Vsa
NameSpace. Unfortunately, this Namespace is almost completely undocumented
at this time. I did, however, find a listing of some articles on the MSDN
site that may be helpful to you:
That namespace is really undocumented and I do not know how to use it, so I
think I will have to create all the project files (.sln, .suo, .csproj,
..csproj.webinfo) from code.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.