Question

When Im publishing a MVC4 application on IIS6 i need to add the isapi.dll go get my application to work, but it enables wildcardmapping to all staticcontent to so Im trying to override wildcardsettings on a subfolder (content-folder) in my application with this guide Overriding IIS6 wildcard maps on individual directories but it doesnt work out for me.

I get the error message:

C:\Inetpub\AdminScripts>adsutil.vbs SET /W3SVC/1/root/Content/ScriptMaps "" The path requested could not be found. ErrNumber: -2147024893 (0x80070003) Error Trying To Get the Object: W3SVC/1/root/Content

Does anyone knows what the error is? and what to do to fix it?

Im quite sure that my identifier is 1 on the default website

My structure on IIS is as follows

Web Sites/Default Web Site/"folder"/"application"/content

Was it helpful?

Solution

pls look at link > This is link i think will help you, it is from blog, credits to Steven Anderson.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top