Plasteam,
I checked your error.htm file. It looks like you are using a different version of IbuySpy.
Please open the signin.ascx.cs.
And find the following function:
private void LoginBtn_Click(Object sender, ImageClickEventArgs e) {
// Attempt to Validate User Credentials using UsersDB
UsersDB accountSystem = new UsersDB();
String userId = accountSystem.Login(email.Text, PortalSecurity.Encrypt(password.Text));
if ((userId != null) && (userId != "")) {
// Use security system to set the UserID within a client-side Cookie
FormsAuthentication.SetAuthCookie(email.Text, RememberCheckbox.Checked);
// Redirect browser back to originating page
Response.Redirect(Request.ApplicationPath);
}
else {
Message.Text = "<" + "br" + ">Login Failed!" + "<" + "br" + ">";
}
}
And modify the global.asax file based on LoginBtn_Click function of your own portal.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx