Hello,
I'm trying to install a telligent community 2.5 site on a Windows 2003 Server with IIS 6, and trying to access it throws the browser into a permanent redirection loop (accessing the site with firefox tells me so directly: "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." ).
The problem seems that it can't find any page, and try to redirect to /error-notfound.aspx, which it can't find and tries to redirect again to the same page.
The site can serve static pages like error.htm, which means that IIS is pointing to the correct path.
Is there any step in configuring IIS that I may have missed? What can be the problem?