We have a asp.net application and web service hosted in the same site, both of them use the same log file. To deploy the web service, the virtual directory that contains the .asmx files is configured as a web application. Since both the service and asp.net app run in the same application pool, but in different application domains. This is causing multiple log files to be created, by the service or web app, whoever does not get exclusive to the log file. Is there a workaround for this? Is it possible to create two log files one for the asp.net app and the other for the webservice app without changing the web service endpoint.Thanks in advance... ...
Go to the complete details ...