Deploy pre-compiled ASP.net Website Project
I have a precompiled website in the precompiled
folder inside the Pro开发者_运维百科jects
directory. I want to deploy this website onto IIS7.0
Can anyone guide me how to do that.
http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx
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.
精彩评论