Right-click to enable the vs Web Container reg file

Source: Internet
Author: User

What Surfing sees is to plug itself into the ground. Right-click the folder and start the web container that comes with VS to test the ASP. NET program. You do not need to configure the virtual folder path through IIS.

 

The test is applicable to VS2008 and WIN7 environments.

Code

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Folder \ shell \ WEB]
@ = "Enable Microsoft Web Container"

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Folder \ shell \ WEB \ command]
@ = "C: \ Program Files \ Common Files \ Microsoft Shared \ DevServer \ 9.0 \ webdev.webserver.exe/port: 3645/path: \ "% 1 \"/vpath :\"/\""

 

Modifying the Windows registry has always been one of the solutions to many problems. In life, you can also edit the default resolution of War3 Warcraft through the registry, so that the resolution that does not exist in the list and the wide screen are supported.

For example: 1680*1050, the default hexadecimal value is exported directly from the registry.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER \ Software \ Blizzard Entertainment \ Warcraft III \ Video]
"Reswidth" = dword: 00000690
"Resheight" = DWORD: 0000041a

 

The conversion of the hexadecimal value is almost forgotten. 0x0690 = 6*162 + 9*161 + 0*160 ......

 

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.