I am new to c# and web services... when i debug the login coding it run on the browser but when enter the login button it shows error Object reference not set to an instance of an object with the source error as below:
{ SqlConnection DBConn = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["ASPNETDBConnectionString"].ConnectionString); try { is there any syntax that missing or error connection with database?