Hi,

I am using the following bat file to execute my website from "test" directory:

@echo off
call d:\PROGRA~1\MONO-1~1.6\bin\setmonopath.bat
cd /D D:\test
xsp2 --root . --port 8088 --applications /:.

and then: http://localhost:8088/

but I get the following error:


   /Path '/' was not found./

*Description: *Error processing request.

*Error Message: *HTTP 404. System.Web.HttpException: Path '/' was not found.

*Stack Trace: *

System.Web.HttpException: Path '/' was not found.
at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext context) [0x00000] at System.Web.HttpApplication+<>c__CompilerGenerated5.MoveNext () [0x00000]

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to