Base solution for your next web application

Activities of "kumaran"

Hi We are building a site to buy tickets for events. I need to accept payment through paypal gateway. We do have business account. I cannot find any documentation on how to implement paypal in a new page to complete an order. Please point me to the right direction.
Thanks

Thanks for the reply. I can find the settings for paypal.

How to integration the payment solution in the application. Any example would be great.

Thanks Kumaran

I am not using paypal for tenant subscription. I am using paypal to place order in a new page. It is hard to understand the current tenant subscription related screen to understand the server side communication with paypal and convert that to my new screen paypal integration. Hope you understand what i am asking.

Also if there is a detail documentation on how paypal integration works other than the settings, it would be great.

I have the same issue. when i login, i cannot search forum

HI I am using asphostportal cloud hosting to deploy my application. I could not find any help in deploying to 3rd party hosting for .net core and angular in your web site. All i found is only Azure deployment.

After i deployed my core project to a virtual directory, i go the following error mentioned below. I am sure i am missing some steps regarding port. Also how do i deploy my database to this 3rd party hosting server. I do have sql server in the hosting.

Need help. Thanks

Error details:

HTTP Error 502.5 - Process Failure

Common causes of this issue: The application process failed to start The application process started but then stopped The application process started but failed to listen on the configured port

Troubleshooting steps: Check the system event log for error messages Enable logging the application process’ stdout messages Attach a debugger to the application process and inspect

For more information visit: <a class="postlink" href="http://go.microsoft.com/fwlink/?LinkID=808681">http://go.microsoft.com/fwlink/?LinkID=808681</a>

Hi

Thanks for your reply. I will check on "ASP.NET Core hosting bundle" in my server. Meanwhile do you have any deployment document similar to azure deployments you have for 3rd party hosting.

Thanks Kumaran

HI I deployed the server and angular to 2 different sub-domain

When i access the angular site, i get the following error.

Failed to load http://sandboxserver.xxxxxx.com/AbpUserConfiguration/GetAll: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://sandboxclient.xxxxxxxx.com' is therefore not allowed access.

Here are my config details: <ins>On server side: - appsettings.json (same for production.json and sandbox.json)</ins>

{
  "ConnectionStrings": {
    "Default": "Data Source=xxxxxxx"
  },
  "App": {
    "ServerRootAddress": "http://sandboxServer.xxxxxx.com",
    "ClientRootAddress": "http://sandboxClient.xxxxxx.com",
    "CorsOrigins": "http://sandboxClient.xxxxx.com, http://*"
  }
}

On client side appconfig.json (same for appconfig.production.json)

{
  "remoteServiceBaseUrl": "http://sandboxServer.xxxxxxxx.com",
  "appBaseUrl": "http://sandboxClient.xxxxxxxxx.com",
  "localeMappings": [
    {
      "from": "pt-BR",
      "to": "pt"
    },
    {
      "from": "zh-CN",
      "to": "zh"
    },
	{
		"from": "he-IL",
		"to": "he"
	}
  ]
}

I have also tried with the custom header on the server side web.config with the following and still doesn't work.

<add name="Access-Control-Allow-Headers" value="*" />

What am i missing?

No, both are different.

sandboxServer.domain.com sandboxClient.domain.com

I do not have any app data folder.

Showing 11 to 20 of 47 entries