Here is my page while trying to install a mojoPortal site:
It looks like my connection string in the web.config is not written correctly, but I am not sure what I am doing wrong. Ticket system here at Jodo simply replied with a link to www.connectionstrings.com but no help as to which of those examples would help me out. Here is a copy of the connection string from my web.config:
Can anyone help me out?
Welcome to mojoPortal Setup
Probing system...
File system permissions ok.
The system cannot connect to the MSSQL database. Please check your connection string.
System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at mojoPortal.Data.dbPortal.DatabaseHelper_GetConnectionError(String overrideConnectionString)
This site appears to be running in a secured environment using Medium Trust policy or lower.
Server Error in '/' Application.
Session state has created a session id, but cannot save it because the response was already flushed by the application.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Session state has created a session id, but cannot save it because the response was already flushed by the application.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Session state has created a session id, but cannot save it because the response was already flushed by the application.]
System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context, String id, Boolean& redirected, Boolean& cookieAdded) +2220274
System.Web.SessionState.SessionStateModule.CreateSessionId() +55
System.Web.SessionState.SessionStateModule.DelayedGetSessionId() +64
System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) +328
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
It looks like my connection string in the web.config is not written correctly, but I am not sure what I am doing wrong. Ticket system here at Jodo simply replied with a link to www.connectionstrings.com but no help as to which of those examples would help me out. Here is a copy of the connection string from my web.config:
<add key="MSSQLConnectionString" value="server=(64.71.***.*);UID=*******_admin;PWD=********;database=*******_mojodb" />
<add key="MSSQLOwnerPrefix" value="[dbo]." />
Can anyone help me out?