broadld Posted September 17, 2013 Posted September 17, 2013 Hi there, I'm just wondering if someone can just clarify the logging section. Please correct me if i am wrong. Logon tracker (Live logons and Historic logs) - This is physical machines logging on and off using the logon / log off scripts. Where is this data stored if you do not use SQL? Web Logs section - Is this meant to be for the actual use of the myfiles system or all systems? On mine this is blank and contains no data. How can i fix this? Thanks David
nickbro Posted September 17, 2013 Posted September 17, 2013 Logon tracker defaults to an XML file in App_Data Web Logs are only available when you use a SQL Provider
broadld Posted September 17, 2013 Author Posted September 17, 2013 Logon tracker defaults to an XML file in App_Data Web Logs are only available when you use a SQL Provider Hi there, Thanks for the clarification. I have started to follow the SQL setup video but have got stuck at the users stage. You create the iis apppool user in SQL but we have a separate SQL server and this user does not exist. Is the only way to do this to create a domain user and use this for SQL and the Hap application pool? Thanks
nickbro Posted September 17, 2013 Posted September 17, 2013 You can use a different username by using a different connection string: .NET Framework Data Provider for SQL Server Connection Strings - ConnectionStrings.com
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now