|
Question : problem with a FormView control in a sharepoint page.
|
|
Hello, i've created a .aspx page using visual studio which contains a formview control with a sql datasource. Everything runs great on my development machine, but when i move it to the server running sharepoint, the page gives me this error:
The connection name 'TAA DatabaseSQLConnectionString5' was not found in the applications configuration or the connection string is empty.
it works fine on my local machine and displays all the data in the form but gives me that error inside sharepoint.
please assist
Thank You
|
|
Answer : problem with a FormView control in a sharepoint page.
|
|
did you add this connection string to the web.config file of the site? for example.
/>
/>
|
|
|