Receiving “Path 'OPTIONS' is forbidden.” Exception in ASP.NET website

前端 未结 6 1611
粉色の甜心
粉色の甜心 2021-02-07 11:35

I am getting the error System.Web.HttpException: Path \'OPTIONS\' is forbidden. since we moved our website over to a new server setup. I am unable to recreate the e

6条回答
  •  故里飘歌
    2021-02-07 11:43

    This error occurs when you try to open .xls from localhost. In case of IIS, it doesn't throw any error.

    You can use

    
      
      
    
    

    in web.config.

提交回复
热议问题