Re: [cli-users] Running from a virtual root

2005-03-28 Thread William A. Rowe, Jr.
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())->L

Re: [cli-users] Running from a virtual root

2005-03-28 Thread Mei . Snyder
Hi, 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" However, the problem I have encountered is that the webservice does not work.  I finally had to change the code inside the apache.web.dll to get it t