using System.Configuration;
System.Web.Configuration.UrlMappingsSection urlMaps = (System.Web.Configuration.UrlMappingsSection)
System.Web.Configuration.WebConfigurationManager.GetSection(“system.web/urlMappings”);
Bool urlMappingsEnabled = urlMaps.IsEnabled;
No comments:
Post a Comment