Tagged Questions
0
votes
1answer
49 views
httpRuntime targetFramework=“4.5” causes 500 - Internal server error
I am converting mvc4 project, 4.0 to 4.5
I need to add the folowing line to system.web in web config, but when I do, I get 500 - Internal server error
<httpRuntime targetFramework="4.5" />
0
votes
2answers
214 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
117 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
133 views
how to use async await functionality with MVC / Membershipprovider
I would like to authenticate user using Parse Library.
Here are the methods which I would like to make it asyc as api call supports only async call. I am new to MVC and aysc/await functionality.
...
5
votes
1answer
405 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
1answer
316 views
async calls using HttpClient on MVC4
I'm playing a little bit with this new technology in .net 4.5, I would like to check the code for this call and how should I control the errors or the response of my async call.
The call is working ...
3
votes
1answer
669 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 ...
10
votes
1answer
546 views
.NET 4.5 MVC RouteCollection.LowercaseUrls breaks when using Area
A new property to RouteCollection was added with .NET Framework 4.5:
http://msdn.microsoft.com/en-us/library/system.web.routing.routecollection.lowercaseurls.aspx
This works great, until you add an ...
3
votes
2answers
275 views
ASP.NET 4.5 Bundling in Debug Mode - Stale Resources
Is there any way we can make the ASP.NET 4.5 Bundling functionality generate GUID's as part of the querystring when running in debug mode (e.g bundling turned OFF).
The problem is when developing ...
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). ...
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 ...
4
votes
2answers
3k views
asp.net MVC 4 External Login Provider - 'No OpenID endpoint found' (google)
I'm learning MVC 4 (Visual Studio Express 2012) and trying to use the new templates that have baked in openId/OAuth external login support. I've been following this tutorial
All I've done so far is ...
13
votes
1answer
3k views
Is MVC4 baked into .NET 4.5?
A lot of release notes for Visual Studio 2012 talk about .NET 4.5 and MVC4, but I can't tell if MVC4 is actually part of the .NET 4.5 release. Anybody know for sure? I would love not to have to ...
1
vote
1answer
463 views
MVC Web API, get sub items
I have a database with two tables. Countries and Cities where each city has a relation to a spesific country.
In my ASP.Net Web API I can get a list of countries by a GET request to ...
3
votes
1answer
291 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?

