Piyush
Piyush

Reputation: 886

Deploy pre-compiled ASP.net Website Project

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.

Upvotes: 3

Views: 1749

Answers (2)

Rasika
Rasika

Reputation: 1998

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.

Upvotes: 0

Related Questions