nvisionative / nvQuickSite

nvQuickSite is a desktop installation app for DNN, the world's most popular ASP.NET-based CMS. This app allows you to easily install DNN onto any environment that meets the minimum system requirements for DNN to be installed.
http://www.nvquicksite.com
46 stars 14 forks source link

Resolve an issue with setting permissions on IIS Logs folder #339

Closed david-poindexter closed 2 years ago

david-poindexter commented 2 years ago

Resolves #334 Resolves #337

There was evidently a long-standing bug here caused by trying to set permissions on the IIS logs folder using the NT Service\MSSQLSERVER account instead of the IIS AppPool\... account. This PR not only resolves this issue but also adds more useful information to the logging to make it clearer what is actually happening when setting folder permissions.

dhassall commented 2 years ago

@david-poindexter, Hi David, excuse my ignorance, is this something we need to fix somewhere or are you updating you solution to address the issue. It's a bit 'techno-speak' :-( Still love the tool :-)

david-poindexter commented 2 years ago

@dhassall the issue is technically already addressed, but we just need to publish a new release so you can download and install it. We should have the new release published soon.