Some commonly used doscommands in ASP. NET

Source: Internet
Author: User

1. inetmgr -- open IIS Information Service Manager

2. devenv -- open

3. Restart IIS Command Service IIS restart doscommand IIS Restart Method

In WINDOWS, When IIS provides WEB Services, the website cannot be opened due to excessive access.Restart IISIs the best choice.

1. Interface operations

Right-click my computer on the desktop --> Manage --> services and applications --> services, find IIS admin service, right-click restart, and click STOP. other services "window, click "yes ". Alternatively, double-click "IIS admin service" and click "stop". The "Stop Other Services" window is displayed. Click "yes" to stop the "IIS admin service, click "start" to restart the instance.

2. Command operations

System "start" --> "run" command, Enter cmd and press ENTER

Enter net stop iisadmin/y and press Enter.

After the command is complete, enter net start w3svc and press enter to restart.

Or press enter directly using the IISReset command in cmd to restart IIS.

4. iisreset/status: displays the status of all Internet services

5. Reference

6. Use dos to install iis

If the. net installation sequence is not followed by normal IIS installation, you can use this command to re-register it.
Run-> cmd

Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C: \ Users \ Administrator> cd C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319

C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319> aspnet_regiis.exe-I
Start installing ASP. NET (4.0.30319 ).
................
ASP. NET (4.0.30319) installation is complete.

C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319>

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.