I have my project in MVC4. Whenever I run that on my local machine it added dynamic string everytime to the local host.
For eg: My default route is home/index , as soon as i run the project it returns "http://localhost:58119/(S(pr54decrsv1qdyh1k34bhydf))/" If i try to remove the string and hit only http://localhost:58119/, it forcefully add that string again.
The value of string change itself dynamically whenever session changed.

Midhun TpPosted Aug 11, 2017, 12:31 AM
Ruchi SharavatPosted Aug 11, 2017, 12:00 AM
Gokhul VarmanPosted Aug 10, 2017, 10:00 AM
it should be
two.aspx?Id=4;
see the Querystring Parameter collections check on page_Load ie: how many parameters are coming from the url of the page.
you can't able to pass or add Querystring on the page two.aspx page_Load