I have created a simple website using the template in Visual Studio 2013 with OWIN security. It works great on my local environment. But when I publish it to my 2012 Windows Server running IIS I get this error. I even installed SQL Server 2012 Express and
SQL Server Management Studio to try to resolve this. Any suggestions on what I should try. I am at a complete loss.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: SQL Network Interfaces, error: 50 - Local Database Runtime error occurred. Error occurred during LocalDB instance startup: SQL Server process failed to start.
)
Go to the complete details ...