connection string problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
vish

connection string problem

Post by vish » Wed 28 Jun 2006 21:25

hello

when i run app it asks for password saying that password is required to get connected to application . i'm trying an example for ASP.NET 2 data provider i'm trying to create a new user with create new user wizard and when i run it it asks for password how to state that anybody knows format of connection string in web.config to specify pwd?

also i get an error when i try to create user in asp.net configuration tool saying that non-alphanumeric pwd reuired but when i give that still it says same thing

thank you

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 29 Jun 2006 10:15

Could you please clarify: what application you are running; how do you try to create user in asp.net configuration tool.
Describe here in the forum what exactly you need or what is the
problem.

Post Reply