Click here to Skip to main content
15,897,371 members

Comments by Vtec16 (Top 13 by date)

Vtec16 6-Jul-12 5:16am View    
now this helped
Vtec16 6-Jul-12 5:15am View    
thanks for trying mate
Vtec16 6-Jul-12 4:26am View    
hey Rahul,that didnt help,i am not using any database or asp authentication controls..

i have them set up for a single user but theres a small change that allows you to create more than one user,..

currently in my web.config i have

<add key="username" value="username">
<add key="password" value="pa$$word">

and in my login page

protected void btnLogin_Click(object sender, EventArgs e)
{
string uname = txtUsername.Text;
string passwd = txtPassword.Text;


if (uname == userName && passwd == passWord)
{
//set
Session["username"] = uname;
//get
username = (string)Session["username"];




Response.Redirect("Single.aspx");


}
Vtec16 12-Jun-12 7:41am View    
Hi Torsten,,the issue is not with the code,rim gives you 3 keys 2 use when signing a app,on the api key,the whole singning key app hangs but i get a email from rim and im not sure what to do after this :(..i tried rim support but they just refer 2 a forum who has been no help at all..this is all i found

http://supportforums.blackberry.com/t5/Java-Development/Code-file-does-not-contain-a-signature-from-this-SignerID-Please/td-p/404925
Vtec16 12-Jun-12 4:48am View    
and the issue it when i sign it,the signing app supplied hangs but i get a email saying that its successful