Tagged Questions
-1
votes
2answers
75 views
Entity Framework 5, MVC 4, Code First - Persisting a List<string> in a class
My solution should work well with: ASP.NET MVC 4, EF5, Code First, Visual Studio 2012 Express, SQL Server 2012 Express.
I need to store many tags with a place object. In another question it was ...
1
vote
2answers
81 views
asp.net MVC 4, tagging places - best practice (eg Pub, Store, Restaurant)
ASP.NET MVC 4 web app, EF 5, SQL Server 2012 Express, Visual Web Developer 2012 Express, Code First
I have a places object - I would like to add multiple tags to each place.
Is the best approach a ...
0
votes
2answers
105 views
Unable to connect to SQL Server database
I'm creating a web application in mvc 4.0 and I need to enable Membership and Authorization using Asp.netWeb Site Administration Tool but when I clicks the security tab it gives me an error
There ...
0
votes
1answer
82 views
Upgrading from ASP.NET MVC 3 to ASP.NET MVC 4 leads to 404 errors
I just upgraded ASP.NET MVC 3 to ASP.NET MVC 4 with .NET 4.5 and root controllers were working but controllers in MVC Area started giving 404 errors.
I looked up for IIS 7 QFE patch, but it is not ...
-2
votes
1answer
636 views
MVC 4 ASP.NET 4.5 dynamic form builder options?
I have developed custom form builder type application using ASP.NET 3 years back. Now working on new project and it has similar requirement. I think there must be something new and easy to do same ...
0
votes
1answer
204 views
Authorize attribute breaks @Script.Render
I've got an ASP.Net MVC 4, .net 4.5 project with bundling. when I add [Authorize] to my Controller, the @Scripts.Render and @Styles.Render calls are breaking with 'Object reference not set to an ...
5
votes
1answer
299 views
The predefined type 'System.Threading.Tasks.Task' is defined in multiple assemblies in the global alias
I just have set up a new asp.net mvc 4 project, using the latest .net framework (4.5) in combination with Visual studio 2012. After I added some classes, side projects etc. I suddently notice that I'm ...
0
votes
2answers
521 views
How to implement HttpMessageHandler in Web API?
In an ASP.NET 4.5 MVC 4 Web API project, I want to add a custom HttpMessageHandler. I've changed WebApiConfig class (in \App_Satrt\WebApiConfig.cs), as follows:
public static class WebApiConfig
{
...
3
votes
1answer
551 views
ASP.NET / MVC 4 bundling and minification 404 issues on 64-bit IIS 7.5 server
We recently upgraded our project from MVC 3 to MVC 4. We are targeting the .NET 4.0 framework, and our web app is 32-bit due to some references we have to include.
The problem we are having is that ...
3
votes
1answer
353 views
ASP.NET Active Directory Search
I'm trying to create an intranet Website on ASP.NET MVC 4 using Windows Login. I have successfully done the windows login. The only thing I am stuck up with is searching the active directory with ...
0
votes
0answers
194 views
Handling strongly-typed session objects in ASP.NET 4.5/MVC4
ASP.NET 4.5 provides updates for interacting with the HTTPSession object. Would these updates change how the linked question would be handled? Better way of doing strongly-typed ASP.NET MVC sessions.
1
vote
1answer
298 views
C# MVC 4 multiple login systems
I'm creating a site that has 3 logical areas where people need to log in:
customers login
companies login
admin/business manager login
I'm trying to work out the best way to handle the logins.
Is ...
0
votes
2answers
395 views
.Net 4.5 bug with MVC4
I'm struggling with a framework 4.5 problem. Our asp.net mvc4 web app is running well on a 2008R2 server with .net 4.0 installed but when we upgrade the framework to .net 4.5 we seem to hit some kind ...
1
vote
2answers
1k views
How to Remote validate email or check if email exists
I am trying to check if Email exists at registration so that there are no duplicate emails in the database. I am doing this with the MVC4 default Internet Application but i have added an Email field ...
0
votes
0answers
176 views
Azure application thread sync error resulting in a 503 unavailable
This is the event viewer log entries
This works fine in the emulator for days on end and on the web role it throws errors till it finally goes to a Service Unavailable and i have to restart the ...
0
votes
1answer
310 views
What happened to HttpResponseMessage in .NET 4.5, is there an alternative?
My project was building for .NET 4 and the version of System.Net.Http it was referencing was version 2. I just upgraded to .NET 4.5 because I wanted to do some of this routing stuff and it required me ...
0
votes
0answers
126 views
Problems whit upload <maxLenght> asp.net 4.5
I am searching for whole the internet and I cant find one way working about the requirements.
Controller
[HttpPost]
[AcceptVerbs(HttpVerbs.Post)]
public ActionResult Create(Albums albums)
...
0
votes
2answers
286 views
EF 5 Updating N-Level Deep Object Graph?
Here is the situation, i have three entities of which has the following relationships:
-Team one-to-one TeamContact
-TeamContact one-to-one TeamAddress
I have managed to create, add and save these ...
0
votes
1answer
70 views
Trouble Saving object and Child Objects to the database?
I am having trouble to see what i need to correct or add to my controller in order to have my data saved to the database. See below what i have so far.
Create method
[HttpPost]
public ...
0
votes
1answer
67 views
How to add a view for child action in a one-to-one relationship Given Create method below?
I have 3 entity classes; Team, TeamContact and TeamAddress.
Relationships
-Team one-to-one TeamContact
-TeamContact one-to-on TeamAddress
Create Method
[HttpPost]
public ActionResult ...
-1
votes
1answer
547 views
.net 4.5 Asp Mvc -> Error 403.14- IIS 7 - Windows Server 2008 R2
When I want to deploy an MVC 4 (.net 4.5) application to my iis i got the 403.14 calling me that the content ist not browseable.
This also occurs when i deploy the unchanged mvc 4 template.
when ...
5
votes
1answer
2k views
Using Claim-Based Authorization
The new ASP.NET 4.5 code has "re-parented" the ASP.NET RoleProvider to a ClaimsProvider.
What I'm trying to figure out, is what would a "claims based" example of authorization look like (preferably ...
0
votes
0answers
39 views
modify the asp.net membership to support open id
I am currently setting up my mvc 4 web application with the out of the box membership functionality included in .net.
I would like to expand this functionality to support open id providers such as ...
3
votes
1answer
4k views
ASP.NET MVC 4 Areas in separate projects not working (view not found)
I have tried to create simple proof-of-concept ASP.NET MVC 4 web site using areas in separate projects.
I tried to following tutorials: ...
5
votes
1answer
2k views
How to use OpenID providers with unique identifier URLs in ASP.NET MVC4
The new SimpleMembershipProvider implemented in ASP.NET MVC4 allows easy, built-in support for two popular OpenID providers (Google and Yahoo) and three OAuth providers (Microsoft, Facebook, Twitter). ...
2
votes
1answer
2k views
SimpleMembershipProvider WebSecurity.InitializeDatabaseConnection failing with an empty sql database
I just added a sqlserver connection string. fresh new database. I checked the connection is
fine on server explorer.
<add name ="club" connectionString="Data Source=server1;Initial ...
1
vote
1answer
401 views
How to convert an MVC4 application using “InProc” sessionState to Azure
I have an application in MVC4 using that was hosted on a single server until now. The session was handled like this :
<sessionState mode="InProc" customProvider="DefaultSessionProvider">
...
2
votes
2answers
1k views
VS2012 RTM missing .net 4.5 and mvc project templates
On Windows 8 RTM and just installed Vs2012 Ultimate RTM, I'm unable to create a .net 4.5 project nor a .net 4 or 4.5 ASP.NET MVC project. I've done a repair of VS2012, which did not fix it. Is there ...
1
vote
1answer
986 views
Unit Testing MVC 4 RedirectToAction
I am trying to unit test the redirection of my controller in MVC 4 .Net 4.5. Here is an example:
[TestMethod]
public void Register_PassValidModel_RedirectToHomeIndexShouldBeTrue()
{
...
2
votes
1answer
777 views
ASP.NET 4.5 MVC4 Model Binding Issue - Cannot define any models
I'm having trouble with MVC4 not being able to bind to anything.
For Example:
public class Question
{
[Key]
[Required]
public Int32 QuestionID { get; set; }
[Required]
...
1
vote
2answers
3k views
Howto: simply read SQL Server database to MVC 4 view?
I am relatively new to MVC. I am trying to just display the contents of a remote SQL Server table on a page. It is READ ONLY, and nearly everything I find online is utilizing the Entity Framework or ...
7
votes
3answers
9k views
Upgrading to ASP.NET 4.5/MVC 4 forms authentication fails
I've just downoaded a VS 2012 along with ASP.NET 4.5 and MVC 4.0 and was kicking the tires with a sample app and found that the forms authentication that works perfectly with ASP.NET 4.0/MVC 3 no ...
2
votes
2answers
1k views
HTTP Error 500.0 - Internal Server Error with VS2012 .NET 4.5 local development server
I installed Visual Studio 2012 including .NET 4.5. When I make a default MVC 4 Web Api application and attempt to run it I get an Internal Server Error 500.0. I'm wondering if anyone has run into ...
0
votes
1answer
408 views
MVC 4 bundling not working when deployed Windows Server 2012 RC
I have MVC 4 web app developed on the VS2012 RC that works perfectly on the local machine. But unfortunately looses all styling and JS links on the Windows Server 2012 running IIS8. I am using ...
1
vote
1answer
452 views
Castle.ActiveRecord.dll not compatible with ASP.NET MVC 4 Web API
MSFT claims that .NET 4.5 is backwards compatible with .NET 4. I went ahead and installed .NET 4.5 and VS 11, then created a new ASP.NET MVC 4 Web API project. When I reference the ...
3
votes
1answer
278 views
Is it possible to call async Page_Load in asp.net 4.5?
I wish to know whether it possible to call async Page_Load in asp.net 4.5 like async controllers in ASP.Net MVC 4. If it is possible, how do we use async events in asp.net?

