I used Shay Jacoby's solution to route 404s and 500s and it works great on my dev box:
http://stackoverflow.com/questions/619895/how-can-i-properly-handle-404s-in-asp-net-mvc/
However, in production, it only routes 500 errors and 404s still get the default iis 404 messages. I think I'm missing something simple, any ideas?
I deployed t...
Hi,
I am developing a logging framework using Log4j. I am not able to figure out how to maintain separate log files for different environment, i.e., development, testing, staging and production.
...
Hello everyone.!
I am a student and on an internship currently. I was developing an Apache module, that will be available for my company's clients to download and use.
I have completed the module now. Now I want to know what are the best practices regarding the deployment of module.
Should I provide binaries of the module or source fi...
I've been struggling with Visual Studio to create a windows installer msi.
This is what I was hoping to create in the msi:
Installer opens and first page has a couple fields where you can enter various config locations, including being able to browse, and also some drop downs with various config setups.
Click Next or Finish or whateve...
We have a web application primarily developed in .NET and are entering into an era where we will be deploying the application at client owned windows infrastructure.
Our goal is to complete deployment of the application in less than 15 minutes including
* Deployment across at least 8 or more web server instances
* Creating a backup of t...
Let's say I want to create an application, fairly simple CRUD with 3-5 tables. Imagine a Todo list application for example.
What is the best way to approach the data layer in WPF for this to be a click-once application. I'd rather not do it in the cloud (although if I can add an easy backup process in the background, that's a big plus)....
My company is at the very end of development process of some (awesome:)) web application. This app will be available as a online service for (hopefully) some significant number of users. This is our biggest django release so far and as we are preparing to release some question about deployment have to be answered.
Q1: how to determine r...
I ask because my team previously was trying to "do" scrum. We had 2-week sprints, but no releases to go with those sprints! There were several other reasons for this, but one big one was that deployments took too long and were too complicated to do that frequently.
...
Hi,
I downloaded the VS2008 SDK v1.1 and opened the IronPythonProject C# example.
My target is to deploy the IronPythonProject. So, I made the following steps:
Build the PythonProject.
F5 to run in the exp hive.
File -> new project->New Project dialog: the IronPython project types appear with two types: Web, Windows and all thing works...
I'm using Visual Studio 2010 Ultimate. I have a C# WCF service application I want to target for Windows 2008 R2 Server Core. In the assembly framework dropdown, I see .NET 3.5, .NET 4.0 and the respective client profiles, but no profile listed for .NET 3.5 Server Core. Likewise, on the setup project launch conditions, there is no .NET 3....
Hello,
Does any body now the status of Burn in the WIX (Windows Installer XML) Project? The Blogs and Websites don't say anything about it since a couple of month...???
In the latest weekly release it is not included any more...??? As far as I understand it... Any help would be great! And if it is still on the road, a documentation wou...
The problem I am having is whenever I deploy a Drupal site from a git repository, I have to log in to the server and change permissions on a ton of folders by hand. That is something I want to automate. I am considering Capistrano, which I heard great things about, but the downside is it creates several folders in the "sites" folder and ...
Suppose i have an application A which depends on mnesia with disk-enabled schema being present.
What i'd like to do is ensure that mnesia is running and allowing disc_copiestables
from within A. I'm also considering the case where multiple applications need to access mnesia.
What would be the most portable (and standard) way to achie...
I have a ClickOnce cmd line app that is throwing an exception on initialise. I can't see details of the exception because the console window closes before I can see it.
I have tried launching (my using the shortcut from the start menu, simply dropping it on to the console window) but it launches a separate console, writes the error to ...
For the life of me, I cannot find where this value is actually set. It SHOULD be pointing at C:\Program Files\MSBuild, but on our build box, it's pointing at C:. How can I change this?
Thanks.
...
when we deploy our app, we simply create a new folder and point a symbolic link to it, so apache will always find its way to the latest build.
However, we get strange errors when we deploy and continue testing without first rebooting the apache server. We also have APC running and have a feeling that caching has something to do with thi...
I'm evaluating OSGi containers and the subject came up of using Glassfish to contain my OSGi application components. My question is: Is Glassfish good for this? Does anybody have any experience using it in this way?
Background:
- The application is not a Java EE application, it's a Spring application.
- I've been evaluating Felix + Tom...
[updated below]
I have a bit of a problem deploying a site on apache with mod_wsgi with some javascript bookmarklet functionality; alpha site is up and usable here: stemhub.org. The problem is that the bookmarklet (which is a browser menu button) submits to a page like
http://stemhub.org/submit/http://the-users-link.com/here
which th...
I've heavily edited this question because responses indicated I wasn't being clear
problem: UI changes to a Java web project can be tedious and time consuming because every web-app file is contained within the WAR
my proposed solution: Manage the JSP's, CSS, JS and Tags separately from the application code base which for the purpose ...
hello...
We have a fairly large java web app and all new features, bug fixes, etc. are being managed manually... This is becoming a very tedious task to keep track of everything that has changed and then move them from dev to pre production and finally to production so we are looking for a way to better manage this. Obviously we need to...