Messugga
Honorary Master
So I've been struggling with this issue for a bit and it's really frustrating. I have a MVC application that works perfectly when I debug it in VS2010 and also when I publish it to my local system using Web Deploy. Unfortunately the target server is still running Win2003 and thus IIS6 which doesn't exactly support Web Deploy very well, not to mention that rights will be an issue when it comes to publishing once it moves to production.
When I publish to a path however, I see some anomalies. A specific link and the page it points to becomes unavailable. The link disappears from the menu (Telerik) and the page throws a 404 if you enter the URL manually. It's either IIS6 parsing the site incorrectly or the publishing that goes wrong. I'll try publishing to a folder location and running the site on an IIS7 system, but if memory serves that showed the same results which is why I was thinking it may be publishing settings.
Do you guys perhaps have any suggestions for me as to settings I can check with regards to publishing or anything else that may lead me to a solution?
When I publish to a path however, I see some anomalies. A specific link and the page it points to becomes unavailable. The link disappears from the menu (Telerik) and the page throws a 404 if you enter the URL manually. It's either IIS6 parsing the site incorrectly or the publishing that goes wrong. I'll try publishing to a folder location and running the site on an IIS7 system, but if memory serves that showed the same results which is why I was thinking it may be publishing settings.
Do you guys perhaps have any suggestions for me as to settings I can check with regards to publishing or anything else that may lead me to a solution?