Asp.net: When the website is released and updated, the whole website is updated, and a single page is updated. After the whole website is updated, the page cannot be modified.
1. The whole website is updated, which does not need to be recorded in the most common way
2. for updates on a single page, select [use fixed name and single pageProgramSet]. After the release, select the file you want to update and the. dll file corresponding to the page in the bin.
3. Do you have a problem when updating your website? add anyCodeThe website has no effect. I don't know where the problem occurs for a long time. After searching for the website for a long time, I found that I didn't check [Allow to update this pre-compiled site] When I published the website]
4. update on a single page, and do not check [Allow to update this pre-compiled site] for release. The last bin contains not only the page. DLL. compled file. when updating the file, you need to select your ASPX page and bin page. DLL, and corresponding to each page. compled file. Otherwise, an error will occur during the update and the file cannot be updated.