0
Something keeps being logged to files located here:
C:\Program Files\Microsoft SQL Server\MSSQL11.SQLSERVER\MSSQL\Log
Files like these keep getting updated: SQLFT0000700007.LOG
15 errors per second! Obviously, the server ran out of disk space!
The errors are always the same and keep happening:
"Login failed for 'aspnet' user. Reason: Could not find a login matching the name provided."
And alternates with:
"Error: 18456, Severity:14, State: 5."
Why can't I see the database with which it is associated? Or wherever the request is coming from?
And how do I find the cause of this issue?