у меня
Контроллер:
[MySite]\Controllers\DistributionTools\TrackingChannelsController.cs
[HttpPost]
public void InitTcFirstPageView()
{
var model = new TcFirstPageModel
{
BestChannel = new BestChannel()
};
View("~\\Views\\DistributionTools\\TcFirstPageView", model);
}
Вид:
Views\DistributionTools\TcFirstPageView.aspx
Global.asax:
routes.MapRoute("TrackingChannels", "TrackingChannels/{action}",
new { controller = "TrackingChannels", action = "InitTcFirstPageView" });
И все же, когда я занимаюсь серфингом,
http://localhost:85/TrackingChannels/InitTcFirstPageView
Я получаю