How to get strongly typed local resources in a VS2008 ASP Web Site?
- by Chris Herring
If I create a Web Application project in visual studio 2008 I can add a resource file for a page and using the Access Modifier drop down in the resource file editor to let visual studio generate the code so that the local resources are strongly typed.
However if I create a Web Site project this combo box is disabled. Is there anyway to acheive this for a web site?