için çalışmıyor benMVC Yönlendirme belirli bir değer
http://localhost/B2BWebSite/Description/ProductDetail/3
o somtime doğru yönlendirmek oluyor çalışıyorum zaman bu rota yapılandırması
routes.MapRoute(
name: "catProducts",
url: "Description/{action}/{id}",
defaults: new { controller = "Home", action = "ProductDetail" }
);
routes.MapRoute(
name: "Products2",
url: "Category/{action}/{cat}/{subcat}",
defaults: new { controller = "Home", action = "Products", subcat = UrlParameter.Optional }
);
routes.MapRoute(
name: "Default",
url: "",
defaults: new { controller = "Account", action = "Login"}
);
routes.MapRoute(
name: "Default1",
url: "{controller}/{action}"
);
var ama bazen sayfa
B2BWebSite sanal dizin seçin ve 'hızlı tepki için –
ama O farklı konfigürasyon soru – TheUknown
Teşekkür Application.' dönüştürme, IIS sanal dizini –