Expand the Precompiled ASP.net Website

I have a precompiled website in a folder precompiledinside a directory Projects. I want to deploy this site on IIS7.0

Can anyone guide me how to do this.

+3
source share
2 answers

Just copy the .aspx, .aspx.cs, and bin files to a folder in the inetpub directory of the IIS server. If you have other supporting files, such as master templates, web.conf files, or XML schema files, you will also need to copy these files.

0
source

Source: https://habr.com/ru/post/1795378/


All Articles