Error when re-directing word document

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi

I'm getting the following when clicking a link to a word doc:

System.Web.HttpException: Path 'OPTIONS' is forbidden.

at System.Web.HttpMethodNotAllowedHandler.ProcessRequest(HttpContext
context)

at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)



Any ideas??

Thanks

Kev
 
I think, in your web.config file, the settings are not properly given to
access other resources located inside the same virtual directory.

Check your web.config settings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top