3

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.

Piyush
  • 886
  • 3
  • 9
  • 28

2 Answers2

3

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

Bobby
  • 11,419
  • 5
  • 44
  • 69
Martin Ongtangco
  • 22,657
  • 16
  • 58
  • 84
0

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.

Rasika
  • 1,980
  • 13
  • 19