Reputation: 1
I want to create index.aspx.cs file in mvc like you do in asp.net.
Can anybody tell me the process for this?
Upvotes: 0
Views: 407
Reputation: 47567
You do not create code behind classes for asp.net mvc views. Use controllers instead.
Upvotes: 5