Requirements of ASP.NET MVC and ASP.Net? (hosting question as well as LINQ-to-SQL question)

I am moving to ASP.Net MVC and want to know how difficult it is to support hosting providers.

One thing I would like to know is how I can port my local MVC application to a hosting provider if I use LINQ to SQL. I assume I need to somehow move the dbml files? What else is unlike a regular ASP.Net application? (Sorry if this is a complete newbie question, I'm trying to figure out how to do this.)

Can someone give their opinion on how quickly providers add support for ASP.Net MVC? I would also like to know if this will be a big deal and will receive future support and love from Microsoft, or if they think about Redmond as an experiment compared to web forms, provided that it is pulled out without warning. I ask this because I see a lot of tasks on regular boards involving Spring, Hibernate and J2EE, as well as the comparative lack of ASP.Net (much less ASP.Net MVC) suggestions and I wonder if this tide will change at some point . (Feel free to disagree with me on the number of jobs with J2EE and LAMP vs ASP.Net, but this is my observation.)

+3
source share
2

ASP.NET MVC Microsoft .NET, ASP.NET WebForms. 3.5 SP1. - ( GoDaddy) MVC OOTB.

LINQ to SQL - DBML ( ) web.config.

+2

MVC - URL. 2008 IIS7, . , IIS6 (Server 2003), URL-. , . . http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx .

www.ThinqLinq.com( MVC DotNetPark Server 2003 IIS 6)

0

Source: https://habr.com/ru/post/1717537/


All Articles