Andrus Moor wrote: > Robert, > > Thank you. > >>> ~/www/htdocs/demo/StockService.asmx >>> ~/www/htdocs/demo/Bin/Myapp.Service.dll >> Try to rename "Bin" to "bin". > > Rename does not help. > > If assembly is placed to root directory: www/htdocs/Bin/Myapp.Service.dll > exception does not occur. So for strange reason demo directory tries to > access root bin directory. > However I want to place whole application to demo subtree.
I believe that mod_mono's autohosting does not support this configuration: htdocs/bin htdocs/app1/bin htdocs/app2/bin Try to remove "htdocs/bin" so that mod_mono does not detect the virtual path "/" as an application. Also remove htdocs/web.config and htdocs/global.asax, if any. Robert > I have no rights to modify apache config in this shared mod_mono hosting. > Which config changes I must order from ISP or is there some other solution ? Try the suggestion above before resorting to other solutions. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
