문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top