This is really idiotic for me to ask but I just want to make sure :D. In case I'm going for Web Hosting, does Enterprise Library need to be installed on the Web Server where it will be hosted ? I'm asking this because I'm having some trouble in testing
on my own server that does not have Enterprise Library installed and the Database db = DatabaseFactory.CreateDatabase() throws the null reference exception and everything is configured perfectly. Thanks in advance
When the Enterprise Library isn't installed on the machine itself (and therefore teh GAC) you seem to run into security issues. To get this to work properly, you then need to enable a medium level trust for the web applilcation. You will run into further
problems if your hosting service has frozen the trust level.
When the Enterprise Library isn't installed on the machine itself (and therefore teh GAC) you seem to run into security issues. To get this to work properly, you then need to enable a medium level trust for the web applilcation. You will run into further
problems if your hosting service has frozen the trust level.
Maybe that is an issue directly associated with your host? I certainly haven't had any issues like this with
any site or host I've used.
I'm having this particular issue with a website I have hosted with GoDaddy. I've contacted their support and there doesn't seem to be a way to utilize the Enterprise Library on sites hosted with them. If you know a way, I'm all ears.
n0f8h
Member
24 Points
37 Posts
Enterprise Library and Web Hosting
Oct 12, 2007 09:10 AM|LINK
This is really idiotic for me to ask but I just want to make sure :D. In case I'm going for Web Hosting, does Enterprise Library need to be installed on the Web Server where it will be hosted ? I'm asking this because I'm having some trouble in testing on my own server that does not have Enterprise Library installed and the Database db = DatabaseFactory.CreateDatabase() throws the null reference exception and everything is configured perfectly. Thanks in advance
ca8msm
Star
12439 Points
2153 Posts
Re: Enterprise Library and Web Hosting
Oct 12, 2007 10:25 AM|LINK
No, it doesn't need to be installed. You just need to make sure the files are referenced and included in the bin folder.
Website Design Darlington - http://lessthandot.com -
http://aspnetlibrary.com
n0f8h
Member
24 Points
37 Posts
Re: Enterprise Library and Web Hosting
Oct 12, 2007 04:07 PM|LINK
ok thanks.
bnaffas
Member
188 Points
24 Posts
Re: Enterprise Library and Web Hosting
Nov 25, 2007 01:21 AM|LINK
When the Enterprise Library isn't installed on the machine itself (and therefore teh GAC) you seem to run into security issues. To get this to work properly, you then need to enable a medium level trust for the web applilcation. You will run into further problems if your hosting service has frozen the trust level.
http://www.bitsoftconsulting.com
ca8msm
Star
12439 Points
2153 Posts
Re: Enterprise Library and Web Hosting
Nov 30, 2007 12:48 PM|LINK
Maybe that is an issue directly associated with your host? I certainly haven't had any issues like this with any site or host I've used.
Website Design Darlington - http://lessthandot.com -
http://aspnetlibrary.com
bnaffas
Member
188 Points
24 Posts
Re: Enterprise Library and Web Hosting
Nov 30, 2007 04:16 PM|LINK
I'm having this particular issue with a website I have hosted with GoDaddy. I've contacted their support and there doesn't seem to be a way to utilize the Enterprise Library on sites hosted with them. If you know a way, I'm all ears.
enterprise Library 2.0 shared hosting
http://www.bitsoftconsulting.com