This article explains, and provides fully functional code, for a plugin to the HTTP pipeline which will render such a 'development banner' to any ASPX page in the website in question.
The only requirement is to add the appropriate configuration to the Web.config file, and ensure the banner assembly is in the sites bin directory.
http://www.codeproject.com/kb/
aspnet/buildbanner.aspx
Showing posts with label Deployment. Show all posts
Showing posts with label Deployment. Show all posts
Tuesday, February 26, 2008
Top 10 Best Practices for Production ASP.NET Applications
In no particular order, here are the top ten things I've learned to pay attention to when dealing with production ASP.NET applications. Hopefully they will help you save you some time and headaches.
http://daptivate.com/archive/2008/02/12/
top-10-best-practices-for-production-asp-net-applications.aspx
http://daptivate.com/archive/2008/02/12/
top-10-best-practices-for-production-asp-net-applications.aspx
Labels:
ASP.Net2.0,
ASP.Net3.5,
Deployment,
performance tips
ASP.NET Memory: If your application is in production… then why is debug=true
This is another article which has some information about the impact of leaving debug=true in the production environment.
http://blogs.msdn.com/tess/archive/
2006/04/13/575364.aspx
http://blogs.msdn.com/tess/archive/
2006/04/13/575364.aspx
Thursday, January 10, 2008
Deploying a SQL Database to a Remote Hosting Environment
The following article by ScottGu gives an overview of deploying the SQL database in a hosting environment.
Subscribe to:
Comments (Atom)