0

Im going crazy! 당신이 조언을 해줄 수 있기를 바랍니다.Webstudio를 Visualstudio의 네트워크 드라이브에 저장하십시오.

VirtualBox 내부에서는 Windows Server 2008 R2를 실행합니다. 이 컴퓨터에서 Visual Studio 2010 내에서 웹 응용 프로그램을 디버깅하려고합니다. 웹 응용 프로그램은 네트워크 드라이브에 저장됩니다. 그럼 네트워크 드라이브는 정말로 내 하드 디스크의 파티션입니다. 공유 폴더 때문에 가상 머신은 네트워크 드라이브처럼 인식하지만 제 의견으로는 실제 문제는 중요하지 않습니다.

내가 applition를 시작하려고 할 때이 같은 오류가 발생합니다 : 내가 allready 사용 caspol를 통해 응용 프로그램에 완전 신뢰 얻으려고

Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An error occurred loading a configuration file: Failed to start monitoring changes to 'E:\Testing\In Work\5.1 SP1\SitefinityWebApp'.

Source Error:

[No relevant source lines]

Source File: E:\Testing\In Work\5.1 SP1\SitefinityWebApp\web.config Line: 0

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034

다음

C:\Windows\Microsoft.NET\Framework\v4.0.30319\CasPol.exe -m -ag 1 -url "file:////\\VBOXSVR\d_drive\Testing\In Work\5.1 SP1\SitefinityWebApp*" FullTrust -exclusive on 

또는이

C:\Windows\Microsoft.NET\Framework\v4.0.30319\CasPol.exe -machine -addgroup All_Code -url "E:\Testing\In Work\*" FullTrust 

아무런 도움이되지 않았습니다.

아무도 해결책이 있습니까?

p.s. 가상 하드 디스크에서 동일한 프로젝트를 실행해도 제대로 작동합니다!

답변

0

네트워크 드라이브가 로컬 드라이브와 같은 파일 변경 사항에 대해 Windows에서 모니터 할 수없는 것처럼 보일 수 있습니다. 실제로 소스 코드를 넣으면 웹 애플리케이션이 자동으로 변경 사항을 다시로드 할 수 있습니다. - here 가능하지만 어쩌면 오래된 것입니다. 해결책이 주어진다.

관련 문제