c# - Localhost Redirected you too many times DotNetNuke -


i have dotnetnuke application trying setup on localhost.

the application working fine until tried change database connection. after reverting changes made in conenctionstrings, getting error whenever try run it. error

the localhost page isn’t working

localhost redirected many times.

try clearing cookies.

err_too_many_redirects

well, obiously tried clearing cookies , tried on multiple browsers getting same result. page not working.

what can possible reason ?

without seeing source code best answer can give this, in code if forcing redirect iteself, forces redirect itself, etc.

it same doing this,

void dosomething() {     // infinite loop, activate!     dosomething(); } 

if provide source code or link in question give more detailed solution, question stands best can do.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -