Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

ASP.NET 4 Web Server Here Shell Extension
; http://haacked.com/archive/2009/10/27/aspnet4-webserver-here-shell-extension.aspx

무지 무지 편리합니다. ^^

reg 파일로 저장한 후 한번만 등록을 해주면 탐색기에서 곧바로 마우스 오른쪽 버튼의 메뉴를 이용하여 호스팅 프로세스를 구동할 수가 있습니다.

============== 32 bit (x86)

Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\VS2010 WebServer]
@="ASP.NET 4 Web Server Here"
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\VS2010 WebServer\command]
@="C:\\Program Files\\Common Files\\microsoft shared\\DevServer\\10.0\\Webdev.WebServer40.exe /port:8081 /path:\"%1\""


============== 64 bit (x64)
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\VS2010 WebServer]
@="ASP.NET 4 Web Server Here"
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\VS2010 WebServer\command]
@="C:\\Program Files (x86)\\Common Files\\microsoft shared\\DevServer\\10.0\Webdev.WebServer40.exe /port:8081 /path:\"%1\""








[최초 등록일: ]
[최종 수정일: 10/20/2010]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-동일조건변경허락 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.

비밀번호

댓글 작성자
 




1  2  3  4  5  6  7  [8] 
NoWriterDateCnt.TitleFile(s)
18정성태7/17/20033997RegistryEx 클래스 (VC++6.0, Win32) 2000.02.28파일 다운로드1
17정성태9/22/20054861Crypto 클래스 (VC++6.0, Win32) [1]파일 다운로드1
16정성태7/17/20034419Win32 Control Spy (Win32)파일 다운로드1
15정성태7/17/20035094RichEdit Control 클래스 (VC ++ 6.0)파일 다운로드1
1  2  3  4  5  6  7  [8]