Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Sir
I have deployed my application in IIS 8.5
but i got error



Detailed Error Information
Module StaticCompressionModule
Notification MapRequestHandler
Error Code 0800700c1


Please help me on ths. I am stuck in this from 1 week.

What I have tried:

I have tried add authentication Read and Write permission to IIS_IUSERS

changed Application Pool Setting for Enable 32 bit Application set to True

still i am getting the same error
Posted
Updated 2-Oct-19 23:11pm
v2
Comments
ZurdoDev 23-Sep-19 10:10am    
Check in the event viewer for more detailed information.
SukirtiShetty 3-Oct-19 2:43am    
Still I m facing the same Error
Please anybody help me.
Richard MacCutchan 3-Oct-19 4:03am    
Have you checked Google for the above error code?
SukirtiShetty 3-Oct-19 6:32am    
Yes I have checked in Google the Error Code but nothing seems to be works for me

1 solution

Please have a look at Troubleshooting HTTP 500.19 Errors in IIS 7[^], especially scenario number 1, which seems to perfectly fit your issue.
 
Share this answer
 
Comments
SukirtiShetty 3-Oct-19 6:27am    
I have checked the above but still i am facing the same problem
phil.o 3-Oct-19 6:43am    
What were the results of those checks?
SukirtiShetty 4-Oct-19 0:18am    
We recommend to remove DynamicCompressionModule from IIS. Follow the steps as shown below to remove the module from IIS -

Open up the IIS Manager
Click on your Server Node (top level). In the right-pane, look for Modules and double-click Modules
Within Modules, look for DynamicCompressionModule. Select the module, and in the upper-right pane (Actions), choose Unlock
Fall back to the left Pane (Connections), expand the Server Node and then expand Sites. Go ahead and click on BizTalk360
Within BizTalk360 Home in the right pane, locate Modules and double-click Modules. This will display all of the propagated Modules from top level (Server Node)
You will notice DynamicCompressionModule in the list of Modules. Right-click and select Remove DynamicCompressionModule
Reset IIS by using iisreset in Admin command prompt


I have checked the above solution
but it showed me same error
phil.o 4-Oct-19 3:18am    
I cannot find those recommandations in the page I provided a link for.
I would have thought the checks would have been more on the platform of your application: in which mode does your IIS application pool run? 32 or 64 bits?
And which platform for the compiled dll: 32 or 64 bits. 0800700c1 stands for "# %1 is not a valid Win32 application.". Hence, please check that your are not using a 32-bits compiled dll on a 64-bits application pool, or the other way around, a 64-bits compiled dll on a 32-bits application pool.
SukirtiShetty 5-Oct-19 5:29am    
It has been solved thank you all for your help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900