I did configure and program all the required logging.cs and log4net.config in my .NET web application. My application is deployed with all the web code files on Web Server and all business dlls on Application Server.
What I observe is that the logging class logs all the errors caught on Web Server and found not working on Application Server.
Please guide me how can I configure the log4net to work on Application Server.