I have a precompiled website in the precompiled folder inside the Projects directory. I want to deploy this website onto IIS7.0

Can anyone guide me how to do that.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx

link|improve this answer
thanks a lot for the help. – Piyush Mar 1 '11 at 17:00
google is your friend, mate. – Martin Ongtangco Mar 2 '11 at 2:06
feedback

Just copy the .aspx, .aspx.cs and the bin folder into a folder under the IIS server's inetpub directory. If you have any other supporting files such as master templates, web.conf files or XML schema files, you will need to copy these files too.

link|improve this answer
it doesn't seems to work. tried this way – Piyush Mar 1 '11 at 8:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.