Server Connection

patrick

Well-known member
Joined
Dec 5, 2021
Messages
251
Programming Experience
1-3
Hello
IN ASP.NET, Server DB is not connection

1.png


2.png


3.png


4.png


5.png
 
That exception doesn't seem to have anything to do with database connections. It's a NullReferenceException, so you need to determine what reference on that line of code is null.
 
Back
Top Bottom