I have tried everything under the sun, but I keep getting an error connecting to the database. I've tried explicitly setting up the providers (they're commented out right now), and the thing still won't let me in. I'm connecting via the same web.config from my local machine to the DASP sql server and I can access it just fine. The only difference is that I don't have the location tag setup on my local web.config. Any help you could provide would be greatly appreciated
Try create a simple test page like http://kb.discountasp.net/article.aspx?id=10018which eliminate network connection problem. If the test page works but you code doesn't then somewhere in the code it is trying to use another connection string. Bruce DiscountASP.NET www.DiscountASP.NET