OK, seems that runing SP script again already does not warn .... instead, I have result, which says that language was changed to Czech, who knows ....
But BIG progres happened! 10 minutes ago I have successfully started mojoPortal again,
signing up through SSL?:-)
web.config contains this:
At first attempt, I leaved "MapAlternatePort" at "false", which was not good. I am?only little confused WHY is it setup that way ...
BUT, there is (and was before) trouble when I want to show MemberList.aspx. Before I have always custom error page shown, but now I can see?following message. This trouble exist only in MemberList until now. Relates to database COLLATION which is well know problem while localizing?any DB projects. While playing with RainbowPortal, I have changed my database default collation to "SQL_Latin1_General_CP1_CI_AS" as "quite most neutral" and required by them ...
Error report is here:
Server Error in '/2005' Application.
--------------------------------------------------------------------------------
Cannot resolve collation conflict for equal to operation.
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.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation.
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:
[SqlException: Cannot resolve collation conflict for equal to operation.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +44
System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +5
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38
mojoPortal.Data.SqlHelper.ExecuteDataset(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) +147
mojoPortal.Data.SqlHelper.ExecuteDataset(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +88
mojoPortal.Data.dbPortal.SiteUser_GetUserListPage(Int32 SiteID, Int32 PageNumber, Int32 PageSize, String UserNameBeginsWith) +703
mojoPortal.Business.SiteUser.GetUserListPage(Int32 SiteID, Int32 PageNumber, Int32 PageSize, String UserNameBeginsWith) +13
mojoPortal.Web.MemberList.PopulateControsl() +55
mojoPortal.Web.MemberList.Page_Load(Object sender, EventArgs e) +519
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300