Justin Cooney
Web Development Tips and Examples
Category: .Net
-
There are quite a number of keyboard shortcuts available in Visual Studio, but of them all I only find some to be useful when developing. So without further ado here they are:
-
When developing or deploying a Web site you may be confronted with the rather vague error message: ‘CreateResourceBasedLiteralControl’ is not a member of ‘PageName.aspx’. I encountered this error today while deploying a site to our production environment. The surprise was that I did not see this error when working on my local machine or our development server.…
-
When starting a new Web site project in Visual Studio 2010 one has the choice between creating a Web Application Project and creating a Web Site Project. These two different project types were introduced with Visual Studio 2005 and have stayed as options with the Visual Studio line. The differences between the two project types…