Comments
1 comment
-
If you've set the application pool that the SQL Monitor website uses to .NET v2.0 already then it's worth checking that asp.net is fully installed on the machine. My google returned some useful links which all seem to suggest that you need to run aspnet_regiis. The following page shows the command but it needs to be run in the v2.0 folder rather than v4.0
http://stackoverflow.com/questions/6846 ... managedpip
So - "%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i"
Regards
Chris
Add comment
Please sign in to leave a comment.
Trying to get SQL Monitor 3 working but getting this error
HTTP Error 500.19 - Internal Server Error
There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
Ive tried a number of things.. including
http://www.red-gate.com/MessageBoard/vi ... 56e9c7d51b
When i try that solution i end up getting this error
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
Ive googled to no avail
Please help this is killing me...