.NET Framework Developer Center > .NET Development Forums > .NET Base Class Library > Routing problem while configuring mvc application in windows 2003 server
Ask a questionAsk a question
 

AnswerRouting problem while configuring mvc application in windows 2003 server

  • Tuesday, November 03, 2009 6:19 AMBiprajiman Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I successfully deployed my MVC application in local IIS.
    I have url like http:localhost/Admin/ManagerUser. This is properly working in my local IIS

    I deployed the application in Server. I can get the page for url like www.example.com/Admin
    But when i type www.example.com/Admin/ManageUser I get resource not found error.

    I tried routing changes and wild card mapping but none of it is working.

    Can Any one tell me what is the problem???????????


    Thanks in advance....

Answers

  • Tuesday, November 03, 2009 10:08 AMBiprajiman Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Found out it was only the compilation error.

    I locally recompiled the application and changed the bin folder of the server with the new one.

    Wala and the problem was solved.
    • Marked As Answer byBiprajiman Tuesday, November 03, 2009 10:08 AM
    •  

All Replies

  • Tuesday, November 03, 2009 10:08 AMBiprajiman Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Found out it was only the compilation error.

    I locally recompiled the application and changed the bin folder of the server with the new one.

    Wala and the problem was solved.
    • Marked As Answer byBiprajiman Tuesday, November 03, 2009 10:08 AM
    •