vote up 0 vote down star
1

Hi

I followed this article http://www.codeproject.com/KB/sharepoint/ASPNET_to_Sharepoint.aspx and it worked converting my ASP.net Site into SharePoint with a SQL Datasoure.

Does anyone know what i must do in the Web.config of my SharePoint site in order to make my ODBC connection SAVE?

My ODBC connection = SafeControl Assembly="SamrasWebOption4" Namespace="SamrasWebOption4" TypeName="*"

Regards Etienne

flag

69% accept rate

1 Answer

vote up 0 vote down check

Found the problem. I set the Trust Level to FULL in my Web.config of my SharePoint Site and it worked!

trust level="Full"

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.