0
Answer

Validating login credentials against XML when xml file is on Server(http://localhost/abc/login.xml)

Photo of Mohammad mumtaz

Mohammad mumtaz

14y
5.6k
1

hiii,

i have seen an example here , where validation for login is done with a xml file when file is on local drive(eg: c:/login.xml),
click here    http://www.vbdotnetheaven.com/Forums/ShowMessages.aspx?ThreadID=76814

I want to  to communicate with server when that xml file will be on server(http://localhost/abc/login.xml) . and validate login credential from xml file
What is the easiest way to communicate with server to validate username and password entered in vb.net form with the server's xml file

Answers (0)