Hi, >From the Microsoft documentation
"When overridden in a derived class, returns the physical path to the requested URI." http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebhttpworkerrequestclassgetfilepathtopic.asp However, the current MonoWorkerRequest implementation returns the virtual path (that is, it is returning the same as GetUriPath() ) I think the correct behavior should be to return The application base directory appHost.Path + GetUriPath() but I am posting it here in case I am missing/misreading something. Coments? Best regards Daniel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
