At 08:39 AM 3/28/2005, [EMAIL PROTECTED] wrote:
>I actually am able to get that to work effortlessly. All I have to do is to
>add the following line in the http.conf.
>
>AspNetMount / "c:/test"
>String* Apache::Web::WorkerRequest::GetAppPath(void)
>{
> if( (host->GetVirtualPath())->Length == 0 ) //I added these three
> lines
> return "/";
> else
> return host->GetVirtualPath();
>}
>
>Hope this helps.
Enormously, thank you for the contribution!
Bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]