Web site additions to IIS and attachment process debugging (beginner's use of the article)

Source: Internet
Author: User

One, Web site added to IIS

To do website development, it is necessary to add the project to IIS , this is helpful for browsing and later debugging. How do I add a Web site to IIS ?

1), open IIS, and then proceed as follows:

2), after adding the project, pay attention to setting the default document (ie: login page)

Second, additional process debugging

Into the company, when debugging, to learn to use the attachment process debugging. If you click Debug directly,VS will recompile the entire project is a waste of time, using additional process debugging, greatly saving time. Additional process debugging WebForm project and Winform Project There is a little difference, be careful.

A, WebForm project (Web site project) attachment process debugging. Operation steps such as:

Note: Make sure that the Project Web site is already open in the browser. If it is not open, the w3wp.exe process will not appear.

B, Winform project process debugging. Operation steps such as:

Note: Make sure that the EXE file for the project is open. (That is, the client is open)

Summary : The difference between the two is that the attachment process is different. The Web site project is attached to the w3wp.exe process, andtheWinForm Project is attached to the client process.

Web site additions to IIS and attachment process debugging (beginner's use of the 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.