Author |
|
everlastinglove Newbie
Joined: 24 January 2018 Location: Turkey
Online Status: Offline Posts: 3
|
Posted: 24 January 2018 at 1:36am | IP Logged
|
|
|
Hello friends,
I downloaded Lite .NET and created virtual directory on IIS.
Web base installer compatibility test looks ok for each step but I have a problem on step3 of 6 Specify Database Settings.
Database Engine MS SQL selected (MSSQL Express version 14.0.1000 installed) and when I want to create the database gives an error 'Internal Server Error. Please, contact your system administrator in order to report the problem.'
I use for SQL login Administrator or sa user it gives same error .
I can't see any log in windows event viewer, what can I do with that problem?
My system specs;
- Windows 2012 R2 server
- Hmailserver with SQL compact db
- MSSQL Express for afterlogic lite . NET
- IIS web server
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 January 2018 at 1:42am | IP Logged
|
|
|
Try enabling special debug logging by editing web.config file as shown here:
Logging as the main troubleshooting measure
This documentation page is for the Pro but should probably work for Lite as well.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
everlastinglove Newbie
Joined: 24 January 2018 Location: Turkey
Online Status: Offline Posts: 3
|
Posted: 24 January 2018 at 1:59am | IP Logged
|
|
|
I did edit web.config file and I see the some error now. Login failed errors for all users which I tried.
Administrator (Windows admin)
sa (with standart server roles)
webmail (all server roles selected for that user)
Error is: Login failed for user 'WIN-EITE3MB54NJ\webmail'
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 January 2018 at 2:09am | IP Logged
|
|
|
If you find a solution, we'd appreciate if you share it here.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
everlastinglove Newbie
Joined: 24 January 2018 Location: Turkey
Online Status: Offline Posts: 3
|
Posted: 24 January 2018 at 2:26am | IP Logged
|
|
|
I saw the logs on MSSQL event viewer ; 'Server is configured for Integrated authentication only'
I did switch Server Auth method on the SQL Express server properties and restarted the SQL service and it is worked.
Thanks igor.
|
Back to Top |
|
|