开发者

What is the best location for storing logfiles generated by 3rd party assemblies on IIS running an aspnet mvc app

开发者 https://www.devze.com 2023-02-09 18:27 出处:网络
The asp.net mvc web application generates log-files and cache files within an 3rd party assemb开发者_StackOverflowly. I only can modify the path, where the assembly puts the files.

The asp.net mvc web application generates log-files and cache files within an 3rd party assemb开发者_StackOverflowly. I only can modify the path, where the assembly puts the files.

Where can I store the files on the server, without giving the asp.net-User to many privilegs.

What is the best directory to store them in?

Thank you

Sven


-- Root log dir

---- log app 1

---- log app 2

Create specific user with only read permission

0

精彩评论

暂无评论...
验证码 换一张
取 消