Mono 및 XSP 웹 서버를 사용하는 Windows에서 첫 번째 ASP.NET 웹 페이지 작업을 시도하고 있습니다.Windows 웹 페이지에서 Mono 및 XSP를 사용하는 샘플 웹 페이지
나는이 챕터 example을 팔로우하고 있습니다. 이 예제의 first part은 최신 모노 버전과 매우 잘 작동합니다. 그러나 웹 파트는 올바른 가상 경로가 아닌 다음과 같은 오류
'{경로 이름} \ Index.aspx.cs'로 떨어질 것으로 보인다.
여기에 전체 스택 추적입니다 : 사람이 오류가 무슨 뜻인지 알고 있는지 궁금
System.Web.HttpException: 'C:\Projects\Mono\ASPExample\simpleapp\index.aspx.cs' is not a valid virtual path.
at System.Web.HttpRequest.MapPath (System.String virtualPath, System.String baseVirtualDir, Boolean allowCrossAppMapping) [0x00000]
at System.Web.HttpRequest.MapPath (System.String virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.AddToCache (System.String virtualPath, System.Web.Compilation.BuildProvider bp) [0x00000]
at System.Web.Compilation.BuildManager.BuildAssembly (System.Web.VirtualPath virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.GetCompiledType (System.String virtualPath) [0x00000]
at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath (System.String virtualPath, System.Type requiredBaseType) [0x00000]
at System.Web.UI.PageParser.GetCompiledPageInstance (System.String virtualPath, System.String inputFile, System.Web.HttpContext context) [0x00000]
at System.Web.UI.PageHandlerFactory.GetHandler (System.Web.HttpContext context, System.String requestType, System.String url, System.String path) [0x00000]
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url, Boolean ignoreContextHandler) [0x00000]
at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context, System.String url) [0x00000]
at System.Web.HttpApplication+<Pipeline>c__Iterator5.MoveNext() [0x00000]
. 나는 윈도우 버전을 시험해 본 모노 전문가를 찾고 있다고 생각한다.