Wednesday, April 30, 2014
Tuesday, April 29, 2014
assembly generation failed strong name
all referenced dll's need to be signed if the calling assembly is signed
Friday, April 25, 2014
How to create routes in Orchard
adding a new page will do it automatically but it's recommended to use a route.cs file
Thursday, April 24, 2014
Friday, April 11, 2014
rest service working on local but not on server
may just need a bindingConfiguration that handles https
<security mode="Transport">
<security mode="Transport">
WebHost failed to process a request- specifies multiple request body parameters to be serialized without any wrapper elements.
instead of changing the code i changed the behavior from webHttp to enableWebScript
Wednesday, April 9, 2014
400 Bad Request
will happen when you call a REST service using the wrong address (the address behavior that is not rest)
Internet Explorer cannot display the webpage
Monday, April 7, 2014
Exception calling "DownloadFile" with "2" argument(s): "An exception occurred during a WebClient request."
means someone has a lock on one of the files