http://technet.microsoft.com/en-us/library/cc732742(WS.10).aspx
위의 URL은 IIS 7 앱 풀을 시작 / 중지하는 방법을 설명합니다. 그러나 앱 풀 이름에 공백이 있습니다. 큰 따옴표가 작동하지 않습니다. 아이디어?
C:\Windows>C:\Windows\System32\inetsrv\appcmd stop apppool /apppool.name: My Ap
p Services
Failed to process input: The parameter 'App' must begin with a / or - (HRESULT=8
0070057).
C:\Windows>C:\Windows\System32\inetsrv\appcmd stop apppool /apppool.name: "My A
pp Services"
ERROR ( message:The attribute "apppool.name" is not supported in the current com
mand usage. )
@KyleMit WAS가 시작되지 않은 경우에도이 메시지가 표시됩니다.이 경우을 사용하여 WAS를 시작해야합니다
—
프로그래밍 교수,
net start was
.
ERROR ( message:The WAS service is not available - try starting the service first.)
하면 관리자 권한으로 다시 열어야합니다