MVC 응용 프로그램에서 Office Interop Services를 사용하여 공유 드라이브에있는 Word 서식 파일을 열려고합니다.이 솔루션은 로컬에서 작동하지만 일단 서버에 배포되면 다음 메시지가 나타납니다.System.Runtime.InteropServices.COMException (0x800A1436)
The File was not created: System.Runtime.InteropServices.COMException (0x800A1436): This file could not be found
ApplicationPool은 이미 공유 드라이브에 대한 사용 권한이있는 도메인 사용자 계정으로 실행됩니다.
의견이 있으십니까? 사무실의
드라이브가 사용중인 계정에 매핑되지 않은 것 같습니다. – AlexDev