iis - ASP.NET - Overwritten log file -


I have an asp.net application every time I use the 'Publish Web Site' option in Visual Studio , Log files on the log file (/logs/log.log) are overwritten on the server and the networker service is not yet accessible.

I have tried to change permissions in IIS. Right click on the folder in IS and select permissions, though the permission is still back. How can you permanently change permissions?

The solution was to write a batch file that was run each time an update is there.


Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -