I have developed asp.net MVC web application using visual studio 2013.
I have created a web deploy package using publish option in visual studio 2013. Deployed web package on IIS 8.
Application is up and running without any errors. But my concern is the application logs are not getting logged on server but everything was working in development environment.
I have done following :
Created logs folder to log logs under a root folder as it was not created by package deploying by default.
- folder Security setting tab : provided Read and write permissions on logs folder for appPool.
Web.config I have given a correct root folder path with file name need to be created in logs folder.
I used log4net for logging.