prod

Moving MVC from Dev to Prod causes Parse Error

In moving my MVC app from dev to prod, I get a parse error on the server. The only message I get is the following: Parser Error Message: Could not load type 'System.Web.Mvc.ViewPage<TYPE of View Model>'. Line 1: <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<TYPE o...

Tools available for debugging production Issues in Java applications

Hello, Just wondering what are various tools & techniques out there to debug production issues on Java applications. Like, What are the ways and tools to take thread dumps? What are the ways and tools to take heap dumps? What are the tools to analyse the above dumps? (Assumption all are in Linux/Unix environment) ...

WCF service with a version for QA and PROD

Here is my scenario...I have a WPF app that talks to a WCF service. The connection string settings are in the WCF service. The WCF service can be deployed to two different web sites, one for QA and one for PROD (each with its own URI). I want my WPF app to be able to be run using QA data or PROD data. Basically, I would pass a pa...