I am working with the new webAPI with .net c# and iis7.5 on a windows7 machine.
When I do a Get and POST everything works as expected, but when i do a PUT or DELETE I keep getting errors.
I've added accept VERBS of PUT,DELETE to ExtensionlessUrlHandler-Integrated-4.0" and I get a 500 Internal server error, when I remove PUT,DELETE from ExtensionlessUrlHandler-Integrated-4.0" has a bad module I get a response of 404 not found.
Can someone please help me with this before I loose my mind?
I've worked on this for two days and cannot resolve this. I have the trace file open if I can get any information to someone to help with this.
66. -MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName
IIS Web Core
Notification
128
HttpStatus
500
HttpReason
Internal Server Error
HttpSubStatus
21
ErrorCode
2147942413
ConfigExceptionInfo
Notification
EXECUTE_REQUEST_HANDLER
ErrorCode
The data is invalid. (0x8007000d)
Warning
67. -SET_RESPONSE_ERROR_DESCRIPTION
ErrorDescription
Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list
↧