Ask Your Question
1

Is it impossible to establish a connection to SQL SERVER through an ASP.NET Web Method?

asked 2021-06-13 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-05-16 05:00:00 +0000

huitzilopochtli gravatar image

No, it is not impossible to establish a connection to SQL SERVER through an ASP.NET Web Method. In fact, this is a common practice in web development. The Web Method can use ADO.NET or Entity Framework to establish a connection to the SQL SERVER database and execute queries or stored procedures. However, it is important to ensure that the connection string is secure and sensitive information such as usernames and passwords are not exposed.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-06-13 11:00:00 +0000

Seen: 12 times

Last updated: May 16 '21