Creating New MVC Project

new MVC project,

File > New  > Project > MVC 4 project.

1- Select  ASPX instead of  RAZOR Syntax,

2- Remove all of Other Content of  Directories

— How to add Controller and  return string,  Which URL

>> Add new Controller !!!    url   localhost/ControllerNAME/
[crayon-662ac80511d57791848140/]
 

 

– How MVC calling controller, ?

Global.asax Fil e     calling route table, after route table calling controllers
[crayon-662ac80511d5e156774401/]
 

Route Config.cs  > Called by Global.asax
[crayon-662ac80511d61006650848/]