On my local machine (IIS 5), my application works fine...When i deploy this to my testing server (IIS 6), i can build the project. But when i try to run it, it says "Redirecting to servername/default.aspx". It keeps doing this forever and the page remains blank. However i can hit a test html page from within my test server(servername/test.html works)...It is just the default.aspx is causing some problem and I cant seem to hit a break point within page-init (on test servers) because it keeps redirecting forever. So i really dont know whats going on within my default.aspx page which is causing it to redirect.I am almost positive that it has to do with some setting within IIS (because the code and database are the same between local development and test servers). When i try the same thing on firefox, i get a error message - "Page isnt redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete". Any thoughts/ideas?