Atozed Forums
IIS and RegisterContentType('application/json'); - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: IIS and RegisterContentType('application/json'); (/thread-2912.html)



IIS and RegisterContentType('application/json'); - freshslo - 11-08-2022

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?!


RE: IIS and RegisterContentType('application/json'); - freshslo - 11-11-2022

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