Paypal + WebPermissions

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dadkind
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 105
Joined: Thu Jan 22, 2009 3:32 pm

Paypal + WebPermissions

Post by dadkind » Thu Apr 09, 2009 10:04 pm

Hello All,
In this thread viewtopic.php?f=42&t=8894&start=25

Logan_AbleCommerce states:
For future reference, IPN works in medium trust. If you have straight medium trust, the payment will work but the ProcessPayPal.ashx script will give errors. You have to have medium trust + webpermission otherwise your customers will see an error upon attempting to return to the store. (It is common practice for hosting companies to enable webpermission.)
I'm getting these script errors on my shared hosting site (Drundo). So I suspect that I need to enable (or at least check) "webpermission".

Will a tech support person (at the hosting company) know what "webpermissions" means when I ask them to enable it?

Thanks,
-tomas

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Paypal + WebPermissions

Post by jmestep » Fri Apr 10, 2009 5:35 am

Drundo should be familiar with it. They have been able to answer anything I have asked them.
If you site is large enough to justify it, they have Hyper-V virtual servers now so that you can run in full trust. I moved a couple of my old clients from a shared server there to a Hyper-V and have been very pleased. Backups are more accessible, I can log on remotely if I need to fix anything. Downtime is practically non-existent and the performance is fantastic.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

dadkind
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 105
Joined: Thu Jan 22, 2009 3:32 pm

Re: Paypal + WebPermissions

Post by dadkind » Fri Apr 10, 2009 8:35 am

Judy,
Cost is a bit of an issue and shared hosting is all that we can afford at this point.

Is there anything that I can do from the user's console that they provide?

Drundo is ending shared hosting for new customers (we're OK for now, they say) and so tech support is no longer easy to come by. ;-)

Thanks,
-tomas
jmestep wrote:Drundo should be familiar with it. They have been able to answer anything I have asked them.
If you site is large enough to justify it, they have Hyper-V virtual servers now so that you can run in full trust. I moved a couple of my old clients from a shared server there to a Hyper-V and have been very pleased. Backups are more accessible, I can log on remotely if I need to fix anything. Downtime is practically non-existent and the performance is fantastic.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Paypal + WebPermissions

Post by Logan Rhodehamel » Mon Apr 13, 2009 9:46 am

dadkind wrote:Is there anything that I can do from the user's console that they provide?
I do not have an account there but I would say it is unlikely. The trust level is probably locked in such a way that you cannot modify it yourself.

I would imagine a host would be familiar with the concept of ASP.NET trust levels. You could first ask them if you are running in Medium Trust to confirm your suspicion. Then you could tell them that you need to have WebPermission enabled for the software to work. Without WebPermission, there are many features that should not work right - such as the integrated shipping rate quotes, automatic currency exchange rates, and most payment processors. These features require our code to communicate with another website (or webservice) and this requires WebPermission.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

dadkind
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 105
Joined: Thu Jan 22, 2009 3:32 pm

Re: Paypal + WebPermissions

Post by dadkind » Mon Apr 13, 2009 10:30 am

Of the items on your list, the only one we are using is the payment processors (Authorize.NET). But this is working properly.

The only payment processor that we are having trouble with is paypal.

Still, I've not heard back from Drundo's tech support (perhaps its time to move... again).

We have logging enabled. Where are the log files put (for review)?

Thanks
-tomas


Logan_AbleCommerce wrote:
I do not have an account there but I would say it is unlikely. The trust level is probably locked in such a way that you cannot modify it yourself.

I would imagine a host would be familiar with the concept of ASP.NET trust levels. You could first ask them if you are running in Medium Trust to confirm your suspicion. Then you could tell them that you need to have WebPermission enabled for the software to work. Without WebPermission, there are many features that should not work right - such as the integrated shipping rate quotes, automatic currency exchange rates, and most payment processors. These features require our code to communicate with another website (or webservice) and this requires WebPermission.

Post Reply