Illustrate:
Add handler script mapping (otherwise 500 errors) --> ------------------------------------ the original ------------------------------------------- *.ashx %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll SimpleHandlerFactory-ISAPI-2.0
*.ashx %windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll SimpleHandlerFactory-ISAPI-2.0-64 ------------------------------------ new additions------------------------------------------- *.ashx %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll SimpleHandlerFactory-ISAPI-4.0
*.ashx %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll SimpleHandlerFactory-ISAPI-4.0-64
Predicate: GET,HEAD,POST,DEBUG
HttpWebRequest uploads the file, and the demo contains both client and server source code
Demo source code download:
Tourists, if you want to see the hidden content of this post, please Reply
|