Exactly.
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#).
Thanks
Vaclav