and my connection string is given here
Loading
and my connection string is given here
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Jan 20, 2023, 7:40 AM
Hello
The error, Keyword not supported: 'metadata' is because you are not passing correct connection string, you are passing Entity framework Connection string that contains a SQL Server connection string in its provider connection string parameter. WebSecurity.InitializeDatabaseConnection expects a valid database connection string.
Please try below connection string it should work.
Naimish MakwanaPosted Jan 20, 2023, 6:58 AM
ConnectionString is of EntityFramework Type. you can remove metaData and then getting the complete connectionString.
Use below connection string.
Thanks
Sachin SinghPosted Jan 20, 2023, 6:32 AM
Replace all the " with the normal single quote character.