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

IIS 7.0 - responses throttled to 500ms blocks?

Scenario: ASP.NET MVC wep app sitting on my local machine (Vista Ultimate, IIS 7.0), nothing going on except one user (me) logged in and viewing an index page. The page includes 9 dynamic images drawn from the underlying DB and returned from a…
Julia Hayward
0
votes
1 answer

IIS7.5 and ASP.NET MVC2: Cache/Session sharing

Is there a way to share the sessions and the cache between multiple IIS7.5 servers that use ASP.NET MVC 2 ? Something like that what we can easily do with Rails/Django and a memcached server. It looks like the 'Web Farm mode' in the IIS control…
Kedare
  • 1,786
  • 4
  • 20
  • 37
0
votes
1 answer

Website hosting query

I have a Asp.Net MVC 1.0 website hosted in C: drive of the application server. If I shift the same in the E: drive which is having much more space than the C: drive whether I get any performance increase? One more query is that I am using a lot of…
0
votes
2 answers

unable to display anything other than directory listing

Okay i have what may seem a really easy to solve problem but i've been trying to solve it for days. I'm trying to deploy a asp.net MVC2 application to a IIS 5.1 server running Windows XP Pro. (it's actually the default MVC2 app) However when i…
Gadgetsan
0
votes
0 answers

local IIS asp.net mvc web application using windows authentication keep prompting for credentials

I'm using windows 10 enterprise. localhost/mywebapp even not hitting home controller rather stuck on windows authentication prompt and no matter if I enter correct credential or bad credential it keep asking again and again. I'm not able to debug…
0
votes
1 answer

Hosting .NET Core Razor Application on Ubuntu 20.04 with NGINX

I have started trying to self host some projects to get a better understanding of the Networking/Hosting principles and I have been having an issue with hosting a .NET CORE app in Visual Studio following the Razor MVVM pattern. Main question is, is…
-1
votes
2 answers

How to configure multiple Apache subdomains for .NET CORE 2.0 on UBUNTU?

I found this post and updated my config. I have this reverse proxy configuration on Apache. ServerName a123.com ServerAlias www.a123.com RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*)…
yW0K5o
  • 61
  • 7
-1
votes
1 answer

Configure apache to display external error page on errors

let me start by prefixing my knowledge of apache is basically non existent and that I am trying work with something that was here before me. My problem is that we are hosting an ASP.net MVC web site behind apache running on mono on docker. We have…
user22785
  • 189
  • 1
  • 1
  • 3
-1
votes
1 answer

is there any free solution to send mass mail on Windows Server 2008

I have a server computer and installed Windows Server 2008 and IIS7. I need to send newsletter to 5000 customers. I want send everyday. But i don't configure mail account. I'm creating Gmail account. this only send 300 mail in per day. Another mail…
-1
votes
1 answer

How can I reliably reload Web.config changes in IIS 10 from the command line?

First off, let me start by saying that I'm talking about a development server here. So with all due respect, please refrain from any "you shouldn't do that to your customers"-type of answers or comments. It is duly noted, and I never…
Kenny83
  • 103
  • 6
-1
votes
1 answer

Error on deployment web api mvc4 on azure server

The requested VM tier is currently not available in Southeast Asia for this subscription. Please try another tier or deploy to a different location here is my api code: using System; using System.Collections.Generic; using System.Linq; using…
-2
votes
1 answer

Queries execute faster when hosted on laptop than on server

I am experiencing a strange issue when publishing an ASP MVC application to Windows Server 2012. The app is fairly simple, and on most of the pages visited it will query an Access database which is hosted on the server. I noticed that the queries…
Bassie
  • 193
  • 2
  • 11
-2
votes
1 answer

MVC3 on godaddy

I'm trying to publish my site on the godaddy. I also spoke to their technical staff. Basically, I published my site to a local directory on my system (C:/test) and then copied all the resultant files from them on to my root folder on GoDaddy.…
CPat
  • 1
-2
votes
1 answer

DiscountASP.NET/shared hosting

I am in the process of trying to source an ASP.NET MVC3/SQL2008 host and think I'm happy with DiscountASP.NET however I have a few questions which I can't seem to find answers to: 1) What sort of CPU will my site be allocated and what sort of CPU…
Sidebp
  • 101
  • 1
-2
votes
1 answer

Exception has been thrown by the target of an invocation

Line 54: Line 55: Line 56: Line 57: Line 58: …
Aivan Monceller
  • 125
  • 1
  • 10
1 2 3
15
16