mccalltd / AttributeRouting

Define your routes using attributes on actions in ASP.NET MVC and Web API.
http://mccalltd.github.io/AttributeRouting/
MIT License
416 stars 89 forks source link

Attribute Routing does not work after deloyment #280

Open thanhpegasus opened 10 years ago

thanhpegasus commented 10 years ago

Hi all! I can use Attribute Routing normal in my source code. But when I deploy and run with IIS. I got error A route named '[MyRouteName]' could not be found in the route collection. Have anyone knew this problem? Please help me.