본문 바로가기

IIS

(3)
IIS System.Runtime.InteropServices.COMException (0x80005000) http://blog.naver.com/techshare/100148750375 위에서 퍼온 글입니다. IIS Recycle 을 하는 코드를 만들어 두었는데, string appPoolPath = "IIS://" + Environment.MachineName + "/W3SVC/AppPools/DefaultAppPool"; DirectoryEntry appPoolEntry = new DirectoryEntry(appPoolPath); appPoolEntry.Invoke("Recycle"); 특정 PC 에서는 다음과 같은 오류가 발생했습니다. System.Runtime.InteropServices.COMException (0x80005000): 不明なエラー (0x80005000) 場所 System.Direc..
Windows 7 SP1 의 IIS 에서 사용자 프로파일을 로드하는 방법 http://blog.naver.com/techshare/100145368323 위에서 퍼온 글입니다. SQL 서버 Express 버전의 "User Instance" 기능을 오랜만에 테스트 해보았는데, SqlConnection.Open 시에 다음과 같은 오류가 발생했습니다. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote conn..
IIS 7.5 오류 - 500.19 - Internal Server Error 한번 컴을 밀고 로컬 사이트에 들어가려니까 에러가 난다. 에러 내용은 밑의 이미지와 같았다. 아 짜증 ..... 제대로다... 권한을 줘보자. 해당 어플리케이션 폴더에 보안설정에서 IIS_USERS와 IUSR을 추가해 주면 된다. 아 쉽다. 하지만 모르면 뻘짓을 좀해야한다.ㅋㅋ