How to Enable Read Access to the Iis Metabase
I encountered this problem when I install the IIS after the framework. You need to manually register the IIS. http://msdn.microsoft.com/en...
https://www.czetsuyatech.com/2021/07/c-enable-read-access-iis-metabase.html
I encountered this problem when I install the IIS after the framework. You need to manually register the IIS.
http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
Usually:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
And also set the user account in COM component to INTERACTIVE
And that would do the trick.
http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
Usually:
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i
And also set the user account in COM component to INTERACTIVE
And that would do the trick.
Post a Comment