If anyone has dealt with Sense/Net before, I have a problem running the source code.
Here is what I've done:
- Downloaded the source code for Sense/Net.
- Opened the solution in Visual Studio 2010,
- Set the website project as default project
Created a SQL Alias using SQL Sever Configuration Manager
(name:"MySenseNetContentRepositoryDatasource" Protocol: Named-Pipes Server: USER\SQLEXPRESS)
but when I build and run a message box pops up saying:
Unable to start debugging on the web server. The web server is not configured correctly. See help for more configuration errors. Running the web page outside of the debugger may provide further information.
So I published the website on IIS and browsed. It gave me the following exception:
Exception Details: System.Data.SqlClient.SqlException: Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
I couldn't connect to the Alias from SQL Server Management Studio, I think this is where the problem lies. If anyone can shed some light on the issue, I would very much appreciate it. Thanks.