TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
VENKATESWARULU S
1.6k
172
14k
Connection String in Web.conf
Dec 4 2018 3:24 AM
my web config string like that i.e is SQlExrpress 2012 edition
i need to 2016 standard edition where can i change the connection string in the place of express
my connecion string is like that
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />
<add name="IBEEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl;provider=System.Data.SqlClient;provider connection string="data source=INGBTCPIC5VWQ11;initial catalog=IBE;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /></connectionStrings>
i need to upgrade sql express to standation is there any changes to connection string
i need to help whre can i cahnge
Advance thanks
Reply
Answers (
2
)
UWP app back button
Back navigation of pages