PDA

View Full Version : Features


munrobasher
06-21-2009, 04:30 AM
Having been bitten by some blatent lies from 1&1 about their hosting service, DiscountASP.NET comes highly recommended but need to double check the following:

Do websites run at full trust? My application uses a fair amount of reflection and don't want to have to recode to get around the problems when running in medium retrust
Is the Microsoft Report Viewer 2005 installed?
Is the Microsoft Report Viewer 2008 installed?
Thanks, Rob.

cioina
06-21-2009, 06:51 AM
Having been bitten by some blatent lies from 1&1 about their hosting service, DiscountASP.NET comes highly recommended but need to double check the following:

Do websites run at full trust? My application uses a fair amount of reflection and don't want to have to recode to get around the problems when running in medium retrust
Is the Microsoft Report Viewer 2005 installed?
Is the Microsoft Report Viewer 2008 installed?
Thanks, Rob.

>Do websites run at full trust? My application uses a fair amount of reflection and don't want to have to recode to get around the problems when running in medium retrust
I don't know
>Is the Microsoft Report Viewer 2005 installed?
Yes
>Is the Microsoft Report Viewer 2008 installed?
Yes
I was very satisfied about DASP SSRS 2005 but I did not renew my DASP account because I need SSRS 2008. So I'm waiting for DASP SSRS 2008 to renew my account.

Eric
06-21-2009, 07:28 PM
The windows 2003 platform runs in full trust.
For the windows 2008 platform, we have delegated the trust control, so you can switch to full trust with your web.config settings.
We run each site in their own isolated application pool.
Hope that helps.