isapi.install.AssignScriptMaps

AssignScriptMaps(script_maps, target, update)

Updates IIS with the supplied script map information.

Parameters

script_maps :

script_maps

target :

target

update='replace' :

update

Comments

script_maps is a list of ScriptMapParameter objects

target is an IIS Virtual Directory to assign the script maps to

update is a string indicating how to update the maps, one of ('start', 'end', or 'replace')