Relative Content

Tag Archive for asp.netasp.net-core

ASP.Net Core Redirecting from POST endpoint to Custom URL

I am using a payment service. This service want me to send a callBackUrl while starting payment process. And the service sends a post request to my callBackUrl after 3D security page. And I am checking some datas and return status. But, I need to redirect user directly to a custom url after my checkings. In short, how can I redirect to custom url inside a post method?

Can we Host Asp.net Core Application on Linux Shared Hosting

As i heard Asp.net Core is introduced because of its interoperability. My question is that if we are writing program in Asp.net Core can we deployed it with cPanel Shared Hosting Linux server of GoDaddy or etc. I have seen it is possible with VPS because there are some Routing configuration but for that we need VPS. But in Shared hosting we cannot edit server configuration.