Browse by Tags

All Tags » ASP.NET » ASP.NET 2.0 (RSS)
This has been pooled together from a number of resources: What is ASP.NET? Microsoft ASP.NET is a server side technology that enables programmers to build dynamic Web sites, web applications, and XML Web services. It is a part of the .NET based environment...
Posted by mikedopp | 8 comment(s)
Filed under: ,
When your ASP.net App has been deployed make sure you turn off debugging. Flip the bit from: <compilation debug="true"> to: <compilation debug="false"> A little speed and performance enhancement. Enjoy! Technorati Tags...
Posted by mikedopp | with no comments
Filed under: , ,
More Posts