Sep 02, 2008
Writing web pages is very similar to writing any other type of code. You have to understand how it is going to be used and where you need to really make things run as quickly as possible. There are a number of tips on this blog already that deal...
2 comments
Filed under: ASP.NET Tip, ASP.NET, IIS, Microsoft, Code
Apr 24, 2008
So we recently came across an issue where Visual Studio 2005 and 2008 Designers were not respecting assembly binding redirection. Scenario We have a file which is now version 2 and stored in the GAC . So the assembly version is 2.0.0.0. We...
2 comments
Filed under: ASP.NET, IIS, Visual Studio, Microsoft, Code