Fixed custom HTTP handlers removal in IIS 7.0 provider when updating web site settings
This commit is contained in:
parent
eb64f13221
commit
84f0cc724c
2 changed files with 11 additions and 11 deletions
|
@ -816,7 +816,7 @@ namespace WebsitePanel.Providers.Web
|
|||
mimeTypesSvc.SetMimeMaps(virtualDir);
|
||||
|
||||
// Revert script mappings to the parent to simplify script mappings cleanup
|
||||
handlersSvc.InheritScriptMapsFromParent(virtualDir.FullQualifiedPath);
|
||||
//handlersSvc.InheritScriptMapsFromParent(virtualDir.FullQualifiedPath);
|
||||
|
||||
// TO-DO: SCRIPT MAPS
|
||||
#region ASP script mappings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue