foreach (string s in this.GetType().Assembly.GetManifestResourceNames())
System.Diagnostics.Debug.WriteLine(s);
More info on How to use assemlby embedded resources
foreach (string s in this.GetType().Assembly.GetManifestResourceNames())
System.Diagnostics.Debug.WriteLine(s);
Check your web.config on these common mistakes which occurs in the web.configs.
The IIS version for Windows Server 2008 (Vista) is IIS7 and the IIS version for Windows Server 2008 R2 (Windows 7) is IIS 7.5. read more information about specific details. At the moment it is not clear for me what the difference are for configuring a web application in IIS 7 and IIS7.5, specially for the web.config. When I know more about this, I will blog this....
Test your browser capabilities on this site. When you use the Developer Toolbar for disabling Javascript or CSS support you can see the results on this page. Also useful for crossbrowsing web development.
Name Mangling is a definition which is used inside a programming language. For example: A compiler uses this, for unique identification for private fields by prefixing the private fields with the class name.