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
Peter Dzuya
NA
313
40.6k
Running C# winform Program from azure portal
May 11 2016 7:30 AM
Hi everyone,
I have a c# entity framework code first Project whose database I wanted to be Azure hosted. I created my connection string as follows:-
<add name="MakGarmContext" connectionString="Server= tcp:ubahpn7emt.database.windows.net,1433;Database=Garment;User Id = Chiri@ubahpn7emt; Password = Seagate1320; Encrypt=True; TrustServerCertificate=False; Connection Timeout=30;" providerName="System.Data.SqlClient" />
I also enabled the azure firewall to accept the IP address of my computer from the portal.
On running the program, I get this message :-
"Additional information: Login failed for user 'Chiri'."
Please advice.
Reply
Answers (
3
)
How to copy treeview selected node into datagridView in c#
Need to resolve an IP to a domain name