Friday, July 31, 2009

How to make cd formate and hosting one web application done by asp.net using c#?

i have completed asp.net project that is web application .code behind c#.web application project want to make a cd formate (my project is online test abt IQ test contain multiple choice ).

How to make cd formate and hosting one web application done by asp.net using c#?
Just copy the application to the CD.





Backup the database and copy the backup file to the CD.





Deploying the application on another computer is as simple as copying the application to the root folder of the target computer and marking it as an application under IIS.





The DB has to be restored.





The connection strings in your application (which you should have placed in your web.config file should be changed).





Any other configuration settings should have been placed strictly in your web.config file (so that you do not have to recompile your application when deployed to another server).





Hope this helps.

innia

No comments:

Post a Comment