Page 1 of 1

How add providers to web.config

Posted: Tue 21 Oct 2008 19:04
by robertnzana
To get my web app to read basic data correctly I had to add an entry in my web.config for CoreLab.MySql:







General db access works fine now.

I am using ASP.NET built-in membership/roles/profiles. It works fine on my development machine, but not on the production server. Do I have to add similar entries for the membership/roles/profiles stuff? If so, how do I do this?

In my web.config I set it up like this...














-->












Posted: Wed 22 Oct 2008 08:02
by Shalex
What is the error you are getting? Give us more information.

Posted: Wed 22 Oct 2008 13:47
by robertnzana
I apologize for the ambiguity. The problem was that the role provider did not have an application name. For some reason it worked locally but not on the production server. It’s fixed now. Thanks as usual! :)