routes.MapRoute( name: "ImgRoute", url: "imgs/{Type}/{width}/{height}/{*imgPath}", defaults: new { controller = "FileUtil", action = "Img", id = UrlParameter.Optional } );
但是輸入圖片網址後卻出現
解決方法 :
webconfig 加上 :
<modules runAllManagedModulesForAllRequests="true">
沒有留言:
張貼留言