问题描述 打开EP站点时出现如下Error: Message: An unhandled error has occurred. To view details about this error, enable debugging in the web.config file or view the Windows event logs. Source: mscorlib Exception details: Access to the registry key 'Global' is de…
public class FileContentType { private static IDictionary<string, string> _mappings = new Dictionary<string,string>(StringComparer.InvariantCultureIgnoreCase) { #region Big freaking list of mime types // combination of values…