Hello everyone,
I'm new in this community and I hope I'll find someone who can help me. :)
Recently, I've been working on a new webapplication (c# asp.net MVC 4 with VS 2013) and I successfully finished it !
Well... Almost. Everything is working on my computer and on the server (WS 2008 R2 SP1) after a few updates but when I deployed the project on IIS 7.5 it's not ! I get a different messages according to the browser :
- IE :"This page can't be displayed"
- Firefox :"The page isn't redirecting correctly"
- Chrome :"This WebPage has a redirect loop."
I've a few clues. Either there's something wrong about the cookies or it's clearly my web.config wich is failing. I didn't tell you but I didn't use Web Deploy in this case because I didn't hear about it before having some issues. I simply copy-paste my project, create a new app in IIS Manager and debug the all thing. Do you think that I should restart everything with WD ?
Thank you in advance and have a nice day !
MTEDField