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
Post a Comment