I am able to run OpServer using localhost but when using computer name or a vanity URL I get a blank page. The URL for the blank page is http://VANITYURL.com/login?ReturnUrl=%2f
Here is my SecuritySettings.Config file:
<?xml version="1.0" encoding="utf-8"?>
<SecuritySettings provider="AD">
</SecuritySettings>
Just to clarify, I have OpServer working using localhost. I have only enabled the SQL Server dashboard.
Issue appears to be around the forms authentication. If I enable Windows Authentication I am forced to the login screen even after login. Once I try to login, I disable Windows Authentication and refresh the browser and I am now able to access the site.
Ok, adding additional info. When debugging the entry seems to be Application_BeginRequest() and when it exits it goes to Application_EndRequest().