IIS6 Change Framework Version without restart of W3SVC service
browse to the location of the folder containing the version of asp_net regiis such as:
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319
run aspnet_regiis -lk to get the virtual path you will need in the next command. to see which ID matches your website launch IIS manager and under websites you will see a column called “identifier”.
run the command:
aspnet_regiis.exe -norestart -s “W3SVC\1398789133”
done.
Posted on May 10, 2013, in Uncategorized and tagged .net 4.0, aspnet regiis, aspnet_regiis, change, change framework version, framework, iis, iis6, regiis, restart, service, w3svc, without restart. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0