Questions tagged [asp.net-mvc]

The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern.

The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern. Based on ASP.NET, it allows software developers to build a Web application as a composition of three roles: Model, View and Controller.

A model represents the state of a particular aspect of the application. Frequently, a model maps to a database table with the entries in the table representing the state of the application. A controller handles interactions and updates the model to reflect a change in state of the application, and then passes information to the view. A view accepts necessary information from the controller and renders a user interface to display that.

The latest stable version - MVC 3 - is available from the Microsoft Download Center website.

Latest announcements from Microsoft usually come from Scott Guthrie's blog. Other notable blogs relating to MVC include Phil Haack and Scott Hanselman.

226 questions
0
votes
1 answer

How can I run a second site in Azure while sharing the domain?

I have a site running on Azure built in ASP.NET MVC. Part of the site is effectively a marketing site with mostly static pages, the rest is the dashboard that our users log into to use the product. Currently it's all ASP.NET MVC tucked away in a…
0
votes
1 answer

Does Window 2003 standard server with IIS 6.0 support MVC 4?

I'm upgrating MVC 2.0 application to MVC 4.0. The MVC 2.0 is deployed on MS Window Server 2003 Standard x64 Edition Service Pack 2 with IIS 6.0 After upgrating the web application Can I deploy MVC 4 application on same server with same…
Jagz W
  • 109
  • 1
  • 4
0
votes
1 answer

How to host pages on IIS for a domain on Linux?

I have a problem with hosting a website on 2 different servers. My company has developed few pages with ASP.NET MVC for a client that their website is hosted on Linux. We are suppose to host those few pages with their dll, image, css and js files on…
Amin
  • 3
  • 3
0
votes
0 answers

"You do not have permission to view this directory or page." on IIS 7.5 with WinServer 2008 R2

I have just uploaded my ASP.NET MVC 4 website through Visual Studio 2012 (FTP method). I login to my Windows Server and can see the files have been uploaded. I've checked all bindings ... etc. But when I try and visit the website in my browser, all…
J86
  • 401
  • 3
  • 8
  • 15
0
votes
0 answers

.NET SocketException - The requested name is valid, but no data of the requested type was found

I've been scouring the web looking for someone who has had the same kind of error that I am experiencing but have come up dry. I deployed a new ASP.NET web application to IIS and when I try to access the site I get the following Server error. It…
user179585
  • 1
  • 1
  • 3
0
votes
1 answer

Retrieving Files Deleted by Web Deploy

I just deployed an ASP.NET MVC application to IIS 7 running on Win 7 Professional. I wanted to make sure some old files got deleted with the update, so I unchecked "Leave extra files on destination (do not delete)". I protected and backed up the…
Benjamin
  • 101
  • 1
0
votes
1 answer

IIS7.5 - Hosting ASP.NET MVC app and ColdFusion app under one domain

We are developing and deploying an ASP.NET MVC app while will provide new functionality yet there are still parts of the ColdFusion app we still need to live under the same domain. How can we set this up in IIS? The ColdFusion app is setup and…
dodegaard
  • 133
  • 2
0
votes
1 answer

Mono 3.0 not intercepting requests on Apache2/CentOS

I have Mono 3.0.6 up and running on a CentOS 6/Apache 2 setup. I have published an ASP.NET 4.5/MVC4 website on the server. However, when I try to reach the website I get a status code 503 (Service Temporarily Unavailable), and in the logs I can see…
Astaar
  • 448
  • 1
  • 8
  • 18
0
votes
1 answer

MVC4 publishing error - Start Page empty

Just finished an MVC4 project and plubished it to a local folder. I´ve uploaded it to my hosting but nothing happes. Localy works fine: open the home.cshtml page, acess database, etc. But published nothing happens. Searching the web I´ve seen a few…
dipi evil
  • 101
  • 1
0
votes
1 answer

Map a domain to another subdomain - Rackspace

I am using a subdomain as a parameter to an ASP.NET MVC 4 application. It's working well. Now I need to test my approach, so I have the application hosted on appharbor. It works well with subdomains here too. Our DNS registers are on Rackspace, but…
0
votes
1 answer

IIS 8 Random 503 service unavailable

We migrated a busy website to Windows Server 2012 with IIS 8. The website randomly gives the error "503 service unavailable" after an user presses F5 the error is gone again. The website is build in ASP.NET MVC 3. The website runs on one application…
Ivo
  • 101
  • 1
  • 4
0
votes
1 answer

How to Deploy an ASP.NET Web API- and Browser-based Application to a Production Environment

Possible Duplicate: How to Deploy an ASP.NET Web API- and Browser-based Application to a Production Environment We have an ASP.NET Web API server that serves up a SQL Server data driven website. The API uses JSON to transfer data from SQL Server…
lmttag
  • 197
  • 1
  • 3
  • 8
0
votes
1 answer

IIS 7 share bin folder between multiple web applications

Maybe this question is more appropriate to stackoverflow, not sure: What is the best practice for sharing the assemblies of a bin folder across multiple ASP.net websites in IIS 7? I've got several sites, each with slightly different HTML front ends,…
Scott Klarenbach
  • 569
  • 2
  • 8
  • 20
0
votes
1 answer

ASP.NET4.0 MVC4 IIS7.5 Error 403.14 I'm Literally Pulling Out My Hair

I want to get away from developing in PHP but doing that is proving to be a massive headache. I am trying to set up a website with MVC 4, ASP.NET 4.0, on Win7 Professional (64-bit). The website is just the basic site that is set up with Visual Web…
Chris Peterson
  • 233
  • 3
  • 8
0
votes
1 answer

IIS 7 Impersonate - ASP.NET MVC 3 Application

I've developped an application under ASP.NET MVC 3 (C# / Razor) framework and everything works fine so far. Yesterday, I've decided to install IIS 7 (7.5 I think?) on my developpement machine (Windows 7) to see if there was any issues that would…
Pluc
  • 113
  • 1
  • 4