Asp.net webform and asp.net mvc development Summary

Source: Internet
Author: User

Asp tutorial. net webform and asp.net tutorial mvc development Summary

1. I created a new mvc project to copy all the pages of the original website.

2. It is found that the compilation and translation are passed, but first the class library file cannot be found (originally under the app_code folder)

Solution: create a new folder. For example, mycode copies the class under the original app_code folder to the new folder.

(Note: mvc may not automatically recognize the app_code directory)

3. The problem that the class cannot be found after compilation and release is solved, but there are other problems: the page background Code cannot find the control on the page.

Is it the reason for the namespace? (The original page does not have a namespace) So the namespace problem persists.

I used to find the front-end control in the background code of the website project page. How can I copy it?

What is the difference? If you want to think about it, the different types of projects are essentially converted from website projects to web projects.

In addition to the page file background code file, the web project also has a file (designer. cs) Background code that can recognize foreground controls because of this

The designer file is automatically generated by right-clicking the original website file (converting to a web application ).

Finally, you can recognize the front-end controls.

4. There is no problem in compiling and running. It takes a sigh of relief that the release program has a small bug. So I opened the source code and tried to modify it and found another problem.

There was an error mark in the original space on the design interface. Why? This is troublesome to change.

 

Related Article

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.