In the login check of my personal webpage i am using
Response.Redirect("~/ClientCenter/Default.aspx")
and get the Property evaluation failed error
I guess i should set the overloaded option endResponce = False
...but for what reason?
In the login check of my personal webpage i am using
Response.Redirect("~/ClientCenter/Default.aspx")
and get the Property evaluation failed error
I guess i should set the overloaded option endResponce = False
...but for what reason?