Base solution for your next web application

Activities of "kumaran"

Ok after giving read/write permission to asp.net, i see the log file and here is the details of the log .... ... DEBUG 2018-08-26 22:41:35,300 [1 ] Abp.BackgroundJobs.BackgroundJobManager - Start background worker: Abp.BackgroundJobs.BackgroundJobManager DEBUG 2018-08-26 22:41:35,382 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Found 2 classes define auto mapping attributes DEBUG 2018-08-26 22:41:35,384 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Events.Web.Models.TokenAuth.ExternalLoginProviderInfoModel DEBUG 2018-08-26 22:41:35,390 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Events.Friendships.Cache.FriendCacheItem DEBUG 2018-08-26 22:41:42,492 [1 ] enancy.SubscriptionExpirationCheckWorker - Start background worker: Events.MultiTenancy.SubscriptionExpirationCheckWorker DEBUG 2018-08-26 22:41:42,495 [1 ] cy.SubscriptionExpireEmailNotifierWorker - Start background worker: Events.MultiTenancy.SubscriptionExpireEmailNotifierWorker INFO 2018-08-26 22:41:43,892 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS <a class="postlink" href="http://server-001-site1.itempurl.com/AbpUserConfiguration/GetAll">http://server-001-site1.itempurl.com/Ab ... ion/GetAll</a>
INFO 2018-08-26 22:41:43,976 [3 ] pNetCore.Cors.Infrastructure.CorsService - Policy execution failed. INFO 2018-08-26 22:41:43,977 [3 ] pNetCore.Cors.Infrastructure.CorsService - Request origin <a class="postlink" href="http://client-001-site1.gtempurl.com">http://client-001-site1.gtempurl.com</a> does not have permission to access the resource. INFO 2018-08-26 22:41:44,090 [3 ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 204.2933ms 204

The error is happening in the server after the deployment and not in my local machine. I do not see any folder called "App_data"

I do not have any app data folder.

No, both are different.

sandboxServer.domain.com sandboxClient.domain.com

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

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

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

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.

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

Found the problem. None of the data was returning back from the UI to the server. The reason is when i created a entity called "Show" it messed up with the method model.show and the model variable called show to create new instance of createoredit. I had to rename the show variable and update the angular page with the new variable.

Showing 21 to 30 of 35 entries