Tech Tips
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Set Dnx Project in IIS

Go down

Set Dnx Project in IIS Empty Set Dnx Project in IIS

Post  Admin Thu Nov 21, 2019 8:21 am

A Dnx based Asp Net Core Project need to be set on IIS server
First install required dnx from server it is using asp.net version v4.0 . it uses asp.net version from Global cache . so you need to install v4.0 not any higher version.
Then run web.cmd file. it should not give any error except network access denied
Now configure it in IIS use ASP Net Core 5 API pool using iisapp_user not managed code
When run api it gives error Duplicate entry of httpPlatformHandler

Admin
Admin

Posts : 60
Join date : 2009-06-05

https://softro.forumotion.net

Back to top Go down

Set Dnx Project in IIS Empty Re: Set Dnx Project in IIS

Post  Admin Thu Nov 21, 2019 8:25 am

Remove add handler entry from web.config. it does not require for IIS 10. It require if you are implementing app on IIS server less than 10
Now it gives error : httpPlatformHandler and Notification of MapRequestHandler
Remove httpPlatformHandler from IIS, web app modules and Map Request Handler
It will remove entry in web.config

Admin
Admin

Posts : 60
Join date : 2009-06-05

https://softro.forumotion.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum