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

server unexpectedly closed connection - winscp

may be caused by too many users connected to server

Friday, April 11, 2014

rest service working on local but not on server

may just need a bindingConfiguration that handles https

<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 2, 2014

To enable net.pipes

add http,net.pipe to advanced settings->enabled protocols