Hi,
We're trying to set up Apache 2 with its aspdotnet module.
If we use these following lines :
AspNetMount /ws "C:\Inetpub\wwwroot\wsAmiral\wsSearch"
Alias /wsConfig "C:\Inetpub\wwwroot\wsAmiral\wsSearch"
we can access to the Search webService.
If we enter :
AspNetMount /wsX "C:\Inetpub\wwwroot\wsAmiral\wsSearch"
Alias /wsConfig "C:\Inetpub\wwwroot\wsAmiral\wsSearch"
Note : X can be anything
Impossible to access to the WS.
The WS is into the C:\Inetpub\wwwroot\wsAmiral\wsSearch folder.
We've searched if '/ws' is used inside the .conf file and it is not.
So, either /ws or /wsX would be fine.
Help will be welcome.
--
Delf
>> Stay informed about: Issue with Apache 2 and aspdotnet module