Ошибки в руководстве для данного после развертывания
I created a project with an aspx page + an ashx file. This process consists of 2 steps: 1) After clicking the button in the aspx page (http://localhost/default.aspx), it directs to the ashx. http://localhost/myHandler.ashx?12345. 2) When the ashx file is called, a generated file will save into a desired local folder. This process works well when I run debugging. However, after I deploy it into IIS, Step 2) does not function, and it directs to our server's error.html. What's the possible problem for this failure? Is it fialure due to the IIS setting? Thanks.
Что я уже пробовал:
Error in directing to an Ashx after deployed
MadMyche
Вы регистрируете исключения на сервере?