The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern. The latest release of the framework offers REST-style web services development capability, also known as Web API.
9
votes
0answers
471 views
Why is Linq to Entity Select Method flip flopping projected lists properties?
I'm have the strangest behavior with linq to entity / Json / MVC.net 4
I have this bit of code, and for some odd reason, every other list's property order is reversed.
var output = db.FooBar.Where(a ...
6
votes
0answers
333 views
How to get the HTML of ASP.NET MVC 3 page into a QUnit test?
I've started using QUnit for testing the jQuery code of a certain page in my ASP.NET MVC3 application. So far I've provided a HTML-mock which the javascript-file under test uses. Is it possible to ...
4
votes
0answers
115 views
MVC site deployed on Azure returns error when accessing elmah
I have an MVC WebAPI site that has the latest ELMAH.MVC NuGet package installed. Under Visual Studio, I can access
http://localhost:1234/elmah
and get the error log, just like I'm supposed to be ...
4
votes
0answers
244 views
Routing error with IIS 7 versus IIS Express generating HTTP 404 errors
I am using MVC 3 with Visual Studio 2010 and C# 4.0. My application works correctly under IIS Express from Visual studion and when deployed to a remote production IIS 7.5 server.
When I switch to ...
4
votes
0answers
246 views
Application_Start does not respond to RegisterAllAreas()
I'm new on MVC Application, please help me.
I have an Application on Visual Studio 2012 using Framework 4.0 on a Windows 7 pc and I'm debugging in IIS Express.
Starting debugging, my application ...
4
votes
0answers
434 views
writing new custom mvc4 membership provider
After I had read this blog about new membership provider included in the mvc4 internet template I decided to replace my current custom nhibernate membership provider with the new one which support ...
4
votes
0answers
141 views
Hitting error: An instance of IControllerFactory was found in the resolver as well as a custom registered provider
We are hitting the following error in some of our environments, seemingly when the app pool recycles.
An instance of IControllerFactory was found in the
resolver as well as a custom registered ...
3
votes
0answers
118 views
MVC.NET 2 with iPad
I'm facing a problem when browsing my website with a tablet (asp.net MVC 2 and browser is mobile safari or the android one).
When submitting a form, my model isn't binded and I get some errors.
This ...
3
votes
0answers
90 views
Page Inspector in ASP.NET MVC not working
I am trying to open razor view templates in Page Inspector mode and those are not shown. What I get instead is the error The resource cannot be found.
My path to open the View Page is ...
3
votes
0answers
45 views
Should I never call HostingEnvironment.UnregisterObject?
While trying to implement asyncronous email over smtp in my ASP.Net MVC 3 application I've come around SO SmtpClient.SendAsync blocking my ASP.NET MVC Request thread. There I found the article by Phil ...
3
votes
0answers
77 views
Authenticate using SAML and Okta from MVC
I need to replace windows auth in an intranet site with SAML against Okta.
I'm having very little luck finding an example that does not require a PhD to understand. Can anyone point me to a ...
3
votes
0answers
307 views
Create new parent and child on the same page
My MVC application has a classic parent-child (master-detail) relations.
I want to have a single page that create both the new parent and the children on the same page. I have added an action the ...
3
votes
0answers
137 views
How to structure the code for next/previous step in a complex wizard?
I have a 45 step wizard UI (complex domain - insurance). It's implemented in ASP.NET MVC 3. The problem is my action methods have a lot of code to determine what the next step is, depending on user, ...
3
votes
0answers
214 views
Using WebSecurity with NHibernate and Postgresql?
since I want to use Postgresql and NHibernate in my ASP.NET MVC4 project I am wondering if it is possible to use the WebMatrix.WebData.WebSecurity for security and authentication features? NHibernate ...
3
votes
0answers
281 views
MvcSiteMapProvider causing authorization issues with MVC4 website
I'm trying to implement MvcSiteMapProvider with my new MVC4 website, but I've run into something that I can't seem to fix.
I setup authorization with Active Directory (no role provider currently), ...
3
votes
0answers
162 views
Localization using resource files
I have a problem with resx based localization.
It's an ASP.NET MVC3 project. I have two assemblies: Web and Resource. Web contains all MVC related stuff, and Resource contains resx files for ...
3
votes
0answers
1k views
How to bind new rows to ASP.NET MVC 4 WebGrid with Model on Client side and enable Validations (DataAnnotations) of the WebGrid on Client Side
I am working on ASP.NET WebGrid for displaying a Collection of objects and allow adding new objects to the collection.
On the view with Webgrid I have a Add button using which I dynamically add a new ...
3
votes
0answers
1k views
Antlr3.runtime access denied after updating deployed files
We have an ASP.NET application that was written by a former employee that I have thus far been holding together with duct tape. The app was written with MVC, NHibernate and some other processes, none ...
3
votes
0answers
612 views
Developing/deploying MVC areas independently
We currently have 2 MVC web applications running completely independently of each other. The aim is to tie these 2 sites together in some sort of Intranet with shared authorisation etc. and some sort ...
3
votes
0answers
206 views
Scaffolding support in Sharp Architecture 2.0
have they dropped support for scaffolding in SA 2.0. i have downloaded the templify-project. I installed templify and created a solution but the project structure it created did not include tools and ...
3
votes
0answers
1k views
OutputStream is not available when a custom TextWriter is used mvc
Im trying to get a chart on my view and I´m displaying it like this in my view:
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<h2>ChartResult</h2>
...
3
votes
0answers
645 views
MVC IDependencyResolver.GetServices with Unity to return the default (unnamed) registration
I've a question about the implementation of MVC's IDependencyResolver.GetServices when using Unity for the dependency injection.
There are several example implementations to be found, most of which ...
3
votes
0answers
1k views
ASP.NET MVC 3 RESTful Routing: RouteData must contain an item named Action?
We are using the ASP.NET MVC Futures project (Microsoft.Web.Mvc) to enable an MVC 3 application to use RESTful routes. This application has been working perfectly under MVC 1 and its related ...
2
votes
0answers
24 views
How do I find out what the ErrorMessage parameters are for a validation block?
I'm looking at an example MVC project and working through the code. The models have validation blocks on them and while they're easy enough to read, like this one...
'
[Required]
...
2
votes
0answers
33 views
creating language specific error pages in MVC4
hi i have created language specific error pages using HTTP errors in IIS.
But have few issues.
i have set language preference in IE.
<httpErrors defaultResponseMode="File" errorMode="Custom" ...
2
votes
0answers
44 views
Session dropped using combination of Azure, Https, and Remote HTTP calls
We have an ASP.NET MVC web role running on Azure. The entire site requires https, using the [RequireHttps] attribute. As part of the site, we have integration with a credit card payment gateway.
A ...
2
votes
0answers
37 views
Webgrid: URL for Sorting and Filtering
I have a webgrid that is in a partialview. The parial view contains an ajax form which pass data to the webgrid. My view looks like
using (Ajax.Begin("Gain", "Gaining", new ...
2
votes
0answers
61 views
Is it a bad practice to do WebRequests from ASP.NET MVC app?
I'm doing a web application (ASP.NET MVC) running/deployed in Windows Azure.
Is it a bad practice if I do a lot of WebRequests from this application?, that is:
ActionResult SomeAction()
{
...
2
votes
0answers
68 views
Force users to re-login after session clears in Windows Authentication - ASP.Net
The requirements are:
After the Session clears, send the user back to the homepage, and force them to re-login using the Windows Authentication prompt.
Current situation:
I have a javascript ...
2
votes
0answers
74 views
Connect android application to asp.net mvc back-end
I'm currently working on an mvc project meant to keep scores for students on certain sporting events, we are using a context class to create database tables code first into an existing database, the ...
2
votes
0answers
57 views
Extend Razor Partial View from nopCommerce plugin
I'm working on a nopCommerce plugin project. nopCommerce is build on MVC4 using Razor Syntax.
I need to extend one of the partial view from plugin/extension I'm building. However, I can't think of ...
2
votes
0answers
27 views
REMOTE_USER missing under ASP.NET after SSO
I'm working on bringing an ASP.NET MVC application (IIS) behind a SSO system. I don't know much about the SSO but was told by the local support that after login by some CGI, the REMOTE_USER ...
2
votes
0answers
185 views
Font Awesome does not work in Firefox when optimized and CDN
I am using Font Awesome in my ASP.NET MVC 4 project as a UseCdn bundle:
bundles.UseCdn = true;
bundles.Add(new StyleBundle("~/Content/fontawesome/css")
...
2
votes
0answers
52 views
passing array from controller to webservice
I am passing a array from my jquery to controller.
I have the following funtion in jquery
function UpdateWeeklySalesReport_Clicked(AccName,HighComm) {
alert("function called");
var isChecked = ...
2
votes
0answers
79 views
How to fix “unable to set field/property…on entity type”
I am new to ASP.NET and cannot find a legit response for the Exception I am getting. I have a basic contact entity set up like this.
using System;
using System.Collections.Generic;
using ...
2
votes
0answers
61 views
What initially sets the ReturnUrl parameter when using AuthorizeAttribute
In an ASP.NET MVC project, when you decorate a class or method with [Authorize] and authorization fails, the site automatically redirects to the login page (using the loginUrl specified in ...
2
votes
0answers
35 views
Instances of CultureInfo (from same culture) changing based on OS
I've a web site which writes a date like this:
CultureInfo cultureInfo = CultureInfo.GetCultures(CultureTypes.AllCultures).FirstOrDefault(c => string.Equals(c.TwoLetterISOLanguageName, ...
2
votes
0answers
100 views
How to make the download action asynchronous in asp.net mvc 3?
I am streaming a file to client for download. But it may happen that file size could be really big (upto few GBs) and thus I don't want to block the user to click other buttons on the webpage which ...
2
votes
0answers
63 views
How to pivot rows for an editable grid?
I have a requirement to be able to enter data in an editable grid, with dynamic columns determined by the number of rows in a lookup table. This isn't the actual example, but it's a similar, simple ...
2
votes
0answers
125 views
Convert UTC datetime in ASP.NET MVC using Jquery
I have UTC date which is one of the properties of a ASP.NET MVC model.
I want to convert it in local time to display.
I wrote the conversion logic in C#, bit as the code will run on server, it will ...
2
votes
0answers
60 views
Can't understand why I'm getting this nullReference exception in ASP MVC when loading a page
I have a web application that is not giving me any problems on my computer, but when I deploy it to the server I get this error. It doesn't give me any source code lines to check and I don't have any ...
2
votes
0answers
72 views
Mutiple entities in a many to many relationship in Entity Framework
Lets say i have 3 classes:
public class Tag {
public string Name { get; set; }
}
public class Post {
public virtual IList<Tag> Tags { get; set; }
}
public class User {
public ...
2
votes
0answers
104 views
Web service & local database MVC view
I am currently working on an assignment at university from which I unfortunatly lost some code to not long ago.
In particular it is where I have specific products display to a specific store, the code ...
2
votes
0answers
55 views
How do I stop the [Required] annotation from being inherited on overridden fields?
I've got a model for a phone number notification (users get notified of emergencies via phone numbers that they associate with their account, and they can set what order these are called in). Most of ...
2
votes
0answers
189 views
refresh Json Partial View - MVC 3
I would like to refresh Json Partial View. I am trying use this:
$('#example123').load('@Url.Action("Rejestracja", "Logowanie")');
but doesn't work correct.
$.ajax({
url: ...
2
votes
0answers
91 views
JSTree call from view to controller in MVC4
I am trying to create a dynamic JSTree in my MVC4 project. However I am a complete beginner when it comes to Json.
I am attempting to make an ajax json call from my _layout.cshtml, here is the code:
...
2
votes
0answers
176 views
SQL Server Express database file auto-creation error in MVC 4 - But i DON'T want to use SQL Server Express
I've just deployed a new application in ASP.Net MVC 4. I use a SQL Server 2008 R2 (NOT SQL Express).
It worked good for the first 10 minutes, then I did a little change in the code and re-deployed ...
2
votes
0answers
41 views
Pass argument using Client Side in Telerik MVC
I'm developing some application using Telerik MVC.I wanted to pass Argument from client side.Is there any way to do it?
Here is my code for rad window
@{ Html.Telerik().Window()
...
2
votes
0answers
237 views
SignalR client function not being called
Overview
I am having real problems getting my SignalR server/hub to call a javascript function on my SignalR client.
What I have tried
I have read more tutorials and viewed so many examples ...
2
votes
0answers
120 views
Unicode Parameter on Oracle Connectionstring
Why does not Oracle ODP recognize the parameter Unicode=true and Devart's Provider does?
WHen I have data containing the string : "ñãõ,éóúý" , my asp.net application shows "???,????" if I'm using ...
