kakarato wrote:
Just wonder is it a good practice to host web site and web services in the same app pool and same virtual directory
It's better if assign both web services and web application, different application pool.Because if you are consuming your web services from multiple applications, then if your app pool gets down due to web application problem, your webservices will also be down. And rest other other application will not be able to use it. But if webservices is just consumed by one application, then you can deploy in same application pool
Cheers!! Brij Visit my Blog: http://brijbhushan.net
Check my latest Article :Client Templating with jQuery