The application publishes an update website to update a single file.

Source: Internet
Author: User
Document directory
  • The application publishes website updates. Generally, the whole website is updated. Click project-right-click to release.
  • I want to record one of the following: when you don't know whether your source code is up to date, and only update a file, the problem arises. Unlike website projects, applications are released on a single page, how can I update a single file?
The application publishes website updates. Generally, the whole website is updated. Click project-right-click to release.

 

Every time a project is updated on the entire website, there is no problem.

I want to record one of the following: when you don't know whether your source code is up to date, and only update a file, the problem arises. Unlike website projects, applications are released on a single page, how can I update a single file?

1. Open the modified ASPX page. First, you will see the code at the top of the page.

<% @ Page Language = "VB" autoeventwireup = "false"
Codebehind = "exportdocument. VB" inherits = "e_reimbursement.exportdocument" %>

2. to update a single page, you cannot reference the Assembly e_peimbursement.

<% @ Page Language = "VB" autoeventwireup = "false"
Codefile = "exportdocument. VB" inherits = "exportdocument" %>

3. In comparison, we can see the difference. If the page is changed, some pages may not be opened, and some references to your background files may not be referenced.

4. At last, you will update your ASPX page and background VB file together, and it will be OK.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.