IIS and RegisterContentType('application/json');

<< Click to Display Table of Contents >>

Navigation:  Forum >

IIS and RegisterContentType('application/json');

Forum link

 


 

11-08-2022, 02:08 PM:

 

Hello,

 

Why on IIS as ASPX doesn't work RegisterContentType('application/json');

 

When i want to retrieve content from POST request is REQUEST.FILES[0] always empty. If I do same in local environment (as application) working good?!

 


 

11-11-2022, 07:34 AM:

 

It is BUG in ASPX deployment. If I run as ISAPI on IIS working good.