The asp.net-mvc-3 tag has no wiki summary.
3
votes
2answers
860 views
First Request to IIS Express Fails with 503 Service Unavailable, Second Succeeds
Each time I start my ASP.Net MVC 3 app from Visual Studio 2010, IIS Express launches and IE spins waiting. The request fails with HTTP 503 Service Unavailable. I hit Refresh in IE, and the request ...
3
votes
2answers
4k views
How to diagnose a 500 Internal Server Error on IIS 7.5 when nothing is written to the event log?
I've just deployed an update to an existing ASP.NET MVC3 site (it was already configured) and I'm getting the IIS blue screen of death stating
HTTP Error 500.0 - Internal Server Error
The page ...
3
votes
1answer
425 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 ...
2
votes
2answers
91 views
Easy way to reload multiple applications under a single IIS Website after AppPool Recycle?
I'm not sure where to begin or even if my thinking is in the right direction. Hopefully someone here can tell me what to do or at least give me a direction to start travelling.
I work on a Intranet ...
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
1answer
693 views
IIS HTTP Error 403.18 - ASP.NET MVC 3 (with PHP 5.3 installed?)
I am getting this error when I am setting up a ASP.NET MVC3 application onto an IIS server.
HTTP Error 403.18 - Forbidden
The specified request cannot be processed in the application pool that is ...
1
vote
2answers
1k views
HTTP 500 Internal Server Error on IIS 7.5 with MVC3
I am trying to install an MVC3 application on our production server with no luck. The application is from a 3rd party (compiled), and so debugging is not available to me. Besides, I strongly suspect ...
1
vote
1answer
397 views
Generic 500 error by MVC3 app on IIS 7.5
I'm trying to deploy an MVC3 app on IIS7.5. But loading the page gives a "Server Error in '/' Application." message, with no more specific information about what went wrong.
Now my first idea was to ...
1
vote
2answers
216 views
Deploying and publishing my first asp.net mvc 3 web application
I want to deploy and publish my first asp.net mvc 3 web application at my client side (the client is a small office with 2-4 employees that need to access the application) , currently i finished ...
1
vote
3answers
265 views
How to connect two computers together to be able to share an asp.net mvc web application
I have built an asp.net mvc3 web application on my machine that uses windows 7.
Now I need to host this web application locally on my machine to be accessed by two employees in our office which uses ...
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. ...
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
157 views
How can i edit my asp.net mvc3 web application that is published on IIS 7.5
I published an ASP.NET MVC3 web application three months ago on ISS 7.5 using the web deployment package from the Visual Studio. While deploying I chose Only files needed to run this application.
...
0
votes
1answer
50 views
How do I make sure that, when publishing to iis 7.5, all old data and files for the site are removed?
I've set up a Visual Studio publish button for my application, including the "remove all files before publishing" setting. It looks like it's not succeeding in removing the files, though (possibly ...
0
votes
1answer
149 views
Why are my MySQL connections running slower on localhost than through network?
This is my basic scenario: I have an ASP.NET MVC 3 web application which connects to a MySQL database through MySQL .net connector 6.5.4 . I have this scenario for almost a year, but some weeks ago we ...
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 ...
0
votes
1answer
235 views
IIS 8 Random 503 service unavailable
We migrated a busy website to Windows Server 2012 with IIS 8. The website randomly gives the error "503 service unavailable" after an user presses F5 the error is gone again. The website is build in ...
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 ...
0
votes
1answer
323 views
ASP.NET Web API returns 404 for PUT only on some servers
Ok, I have been racking my brain and the internet for a solution to this. I just can't figure it out.
I have written a site that uses ASP.NET MVC Web API and all working nicely until I put it on ...
