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
Abdalla Elawad
NA
1k
214.3k
How to deploy application use asp with 2 c ConnectionString
Jul 23 2017 7:34 AM
Hello Developers
I have 2 names in my application in web.onfig like below :
<connectionStrings>
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" />
<add name="Cash_PlanConn" connectionString="Data Source=.;Initial Catalog=Cash_Plan;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="Cash_PlanConne" connectionString="Data Source=.;Initial Catalog=Cash_Plan;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
the question now can i deployment to server by 2 connection above , these names work with same database ?
thanks
Reply
Answers (
2
)
i have this code to import multi csv files & it gives error
Winforms Metro UI Framework