How to build asp.net project runtime

G

Guest

Hello,
My application generates asp.net projects at runtime, it generates complete
projects not just one file. I generate aspx files, code behind files,
global.asax and web.config files. Later i host the folder containing the
files in IIS.

Problem:
1) How do i compile all the files/global.asax so that i can simply copy the
folder to a different machine and host it without having the requirement of
containing in the same folder.
2) How do i generate project files so that i can allow owners of these
projects to open the project file in visual studio and edit the code.
3) How do i deploy the generated asp.net projects across different machines
(Copy files + hosting in IIS)

I have done most of this, like i can create projects files and i can host on
the same machine but the approach is not the best one i would prefer a better
approach. I tried Icompiler interface and a few other things but could not
get very far, any suggesions / samples/examples on my problems mentioned
above shall be highly appreciated.

regards
khurram-
 

Ask a Question

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.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top