The asp.net-mvc-3 tag has no wiki summary.
3
votes
1answer
424 views
IIS 7.5 truncating POST body containing JSON data with ASP.NET MVC 3
I'm facing a problem which I hope is a configuration thing with IIS but is right now giving a lot of trouble. Basically I have a controller that accepts a JSON and does some processing. While it ...
1
vote
1answer
199 views
Dependency issue when upgrading my computer to mvc4, and trying to deploy mvc3 applications
I am having a very similar problem to this:
How to fix this MVC website error: Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0
same exact error message:
Could not load file ...
1
vote
1answer
255 views
System.Data.SqlClient.SqlException: Failed to generate a user instance of SQL Server due to a failure in impersonating the client
i have published my asp.net MVC 3 web application locally using IIS 7 express and visual developer express 2010, but when i tired to login to the application and after i insert the user name and ...
0
votes
1answer
331 views
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 ...
2
votes
0answers
183 views
ASP.MVC website production server configuration best practice
When creating a new website on a production windows 2008 r2 server which requires connection to SQL Express should I create a custom identity for the application to run under or leave it as ...
1
vote
0answers
54 views
Issue with MVC4 site on Windows Server 2003 causing the server to disconnect from network
I have a fairly beefy MVC4 site running on a Server 2003 box (32 bit). This box is also running our companies main ERP system (including it's SQL Server instance), so it's a pretty taxed box. ...
0
votes
0answers
27 views
Is there was way to use IIS rewrite to route between PHP and ASP
I'm working on a project that will have wordpress and asp.net mvc components that will be hosted in separate IIS folders, but look that same. I am wondering if I could utilize the IIS 7.5 url rewrite ...