Does hosting for Asp.Net web forms application differ from Asp.Net MVC application, or It doesn't matter as far as the server supports IIS, .Net?
Asked
Active
Viewed 53 times
2 Answers
1
No, its not different. You just have publish the site and deploy on the server. There is difference in files you got after publishing site.

raza rabbani
- 449
- 3
- 12
-
thanks. What if I am using Entity Framework? Does that make any difference? – user3501125 Apr 05 '14 at 13:03
-
still its does not make any difference. – raza rabbani Apr 05 '14 at 13:04
0
According to this SO answer, no, it's all the same. IIS.
-
What if I am using Entity Framework? Does that make any difference? – user3501125 Apr 05 '14 at 13:03