Wednesday, April 30, 2014
Orchard Site is just showing directory listing
the mdf is read only
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">
<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
Endpoints using 'UriTemplate' cannot be used with 'System.ServiceModel.Description.WebScriptEnablingBehavior'.
change behaviours
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
Memory gates checking failed because the free memory (nnnnnnnn bytes) is less than 5% of total memory.
restart IIS
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
Wednesday, April 2, 2014
To enable net.pipes
add http,net.pipe to advanced settings->enabled protocols
Subscribe to:
Posts (Atom)