Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Commented Unassigned: Certain Attribute Routes Fail [1698]

$
0
0
Ran into an issue where certain routes defined on attributes fail. It seems to b only certain cases and I've documented them in the following StackOverflow question.

http://stackoverflow.com/questions/21871471/http-put-failing-on-iis-8-5

In essence the "root" route does not seem to work with a prefix. So in my specific example I can't have a prefix of api on the products controller and thus define a route as "api/products" and to a PUT to it. Only the "products" will work.
Comments: So this is an application within a site that does use a url rewriting module but it's not loaded in this site. To rule some of that out I did try running the application in it's own application ppol and that seemed to have no affect. Here are the running modules. ![Image](http://i.imgur.com/NMBujmb.jpg) I also ensure it's not loaded by removing it in the web.config. <modules runAllManagedModulesForAllRequests="true"> <remove name="UrlRewriter" /> </modules>

Viewing all articles
Browse latest Browse all 7215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>