Question : webDAV publishing problem, IIS7, Server 2008, ColdFusion

In an attempt to get away from FrontPage server extensions I have set up a webdav server using the instructions given here:

http://www.iis.net/download/WebDAV

The server is Windows Server 2008, with Coldfusion 9 Enterprise installed. I can publish a plain html file to the server using webdav, but any files with the .cfm extension will not publish.  I turned on Robust Exception Information and it give me this error:

404 - File or directory not found.Error Occurred While Processing Request
        Server Error   404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.              The web site you are accessing has experienced an unexpected error. Please contact the website administrator.       The following information is meant for the website developer for debugging purposes.       Error Occurred While Processing Request           File not found: /index.cfm                 Resources:  Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem.         Browser   Mozilla/4.0 (compatible; MS FrontPage 12.0)   Remote Address   163.153.230.245   Referrer      Date/Time   08-Jul-10 11:42 AM          

Stack Trace        coldfusion.runtime.TemplateNotFoundException: File not found: /index.cfm at coldfusion.filter.PathFilter.invoke(PathFilter.java:90) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)  

 I also turned on Failed Request Tracing in IIS and the error it returns is:

ModuleName IIS Web Core
Notification 16
HttpStatus 404
HttpReason Not Found
HttpSubStatus 0
ErrorCode 2147942402
ConfigExceptionInfo  
Notification MAP_REQUEST_HANDLER
ErrorCode The system cannot find the file specified. (0x80070002)


ModuleName IsapiModule
Notification 128
HttpStatus 404
HttpReason Not Found
HttpSubStatus 0
ErrorCode 0
ConfigExceptionInfo  
Notification EXECUTE_REQUEST_HANDLER
ErrorCode The operation completed successfully. (0x0)

Does anyone have any ideas?

 Thanks,

melinda


Answer : webDAV publishing problem, IIS7, Server 2008, ColdFusion

Random Solutions  
 
programming4us programming4us