I have hosted a website and i am unable to retrieve the data using SQLdatasource into an ASP.NET page framework is 4.5 and Web Config file has the right data connection string
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
None
0 Points
2 Posts
Cannot retrive data from a Access database using ASp.net
Sep 25, 2015 04:19 AM|Cherry2015|LINK
I have hosted a website and i am unable to retrieve the data using SQLdatasource into an ASP.NET page framework is 4.5 and Web Config file has the right data connection string
All-Star
194886 Points
28105 Posts
Moderator
Re: Cannot retrive data from a Access database using ASp.net
Sep 25, 2015 04:34 AM|Mikesdotnetting|LINK
None
0 Points
2 Posts
Re: Cannot retrive data from a Access database using ASp.net
Sep 25, 2015 11:58 PM|Cherry2015|LINK
I am unable to see the errors on the remote server, On my browser the only message I am getting is redirect customerrors
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
Star
12330 Points
2021 Posts
Re: Cannot retrive data from a Access database using ASp.net
Sep 28, 2015 05:39 AM|Candice Zhou|LINK
Hi Cherry,
It won't show error until you have set correct .NET framework in server.
For more information, please refer to the following links:
https://msdn.microsoft.com/en-us/library/h0hfz6fc(v=vs.85).aspx
https://support.microsoft.com/en-us/kb/910434
http://stackoverflow.com/questions/4363941/asp-net-customerrors-mode-off-error-when-trying-to-access-working-webpage
Best Regards,
Candice Zhou