Ghost list of issues and how to resolved
8/1/2015
Only at Production, Ghost image post shows error method not allowed at IISnode
add following code at web.config's system.webserver tag
<modules>
<remove name="WebDAVModule"/>
</modules>