Menu

I've setup the latest BugTracker .Net, but under Window server 2016 I'm unable to get past the first login page. It keeps me redirecting to the same page again. I've tried with IE and Firefox. I've searched the forum and and have not been able to find a solution. Has anyone tried this and faced similar issues?

Help
Mohan
2023-05-24
2023-05-31
  • Mohan

    Mohan - 2023-05-24

    I've setup the latest BugTracker .Net, but under Window server 2016 I'm unable to get past the first login page. It keeps me redirecting to the same page again. I've tried with IE and Firefox. I've searched the forum and and have not been able to find a solution. Has anyone tried this and faced similar issues?

    select us_username, us_id, us_password, isnull(us_salt,0) us_salt, us_active
    from users
    where us_username = N'<userid>'
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx elapsed millseconds:0004
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx sql=
    update users set us_most_recent_login_datetime = getdate() where us_id = 1
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx sql=
    select us_id from users where us_username = N'admin'
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx elapsed millseconds:0002
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx guid=e4ffc9b8-5a01-47d5-8402-3a34a86eb6ef
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx sql=
    insert into sessions (se_id, se_user) values('e4ffc9b8-5a01-47d5-8402-3a34a86eb6ef', 1)
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx AppPath:/asp
    2010-06-25 12:06:11 http://sandbox/asp/bugs.aspx se_id cookie is null, so redirecting
    2010-06-25 12:06:11 http://sandbox/asp/default.aspx?url=/asp/bugs.aspx&qs= sql=
    select count(1) from users</userid>

     
  • Mohan

    Mohan - 2023-05-24

    Please share the resoluton as soon as possible

     
  • Mohan

    Mohan - 2023-05-31

    Please share the resoluton as soon as possible

     

Log in to post a comment.