After
Error loading default.aspx, I try to logon as admin etc. but get the error below.
I am thinkig log on string connection error in web.config:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=localhost;UID=sa;password="
cookieless="false"
timeout="20"
/>
Am I totally on the wrong track here ? Is my connection right?
If anyone can take their time to help. My life will go on......
Thanks.
--------------------------------------------------------------------------------
An unexpected error has occurred on this page.The system administrators have been notified.
The error occurred in:
http://localhost/ThePhileVB/WebModul...nts/Login.aspx
Error Message:
Keyword not supported: 'id'.
Error Stack:
System.ArgumentException: Keyword not supported: 'id'.
at System.Data.Common.DBConnectionString.ParseInterna l(Char[] connectionString, UdlSupport checkForUdl, NameValuePair& keychain)
at System.Data.Common.DBConnectionString..ctor(String connectionString, UdlSupport checkForUdl)
at System.Data.SqlClient.SqlConnectionString..ctor(St ring connectionString)
at System.Data.SqlClient.SqlConnectionString.ParseStr ing(String connectionString)
at System.Data.SqlClient.SqlConnection.set_Connection String(String value)
at System.Data.SqlClient.SqlConnection..ctor(String connectionString)
at Wrox.WebModules.Data.DbObject..ctor(String newConnectionString) in C:\wrox\ThePhileVB\WebModules\Core\DBObject.
vb:lin e 32
at Wrox.WebModules.Accounts.Data.User..ctor(String newConnectionString) in C:\wrox\ThePhileVB\WebModules\Accounts\Accounts.Da ta\User.
vb:line 17
at Wrox.WebModules.Accounts.Business.SitePrincipal.Va lidateLogin(String emailAddress, String password) in C:\wrox\ThePhileVB\WebModules\Accounts\Accounts.Bu siness\SitePrincipal.
vb:line 83
at Wrox.WebModules.Accounts.Web.Login.Submit_Click(Ob ject sender, EventArgs e) in C:\wrox\ThePhileVB\WebModules\Accounts\Login.aspx.
vb:line 83
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
at System.Web.UI.Page.ProcessRequestMain()