Just wanted to run a website asp.net website on a server. This server hold others cfm site and I dont knw is there any conflict of it.
The below error message was prompted when I run my application
"The WebResource.axd handler must be registered in the configuration to process this request."
I've tired add the handler on web.config as below, but it the application still cannot run yet
<httpHandlers>
<add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
</httpHandlers>
PLEASE HELP! =)