How to get the Source Error in ASP.NET
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
how can i get the Source Error line by line code using server.GetLastError as the default working of the ASP.NET for example Source Error: Line 55: Line 56: Private Sub SaveContacts() Line 57: _dsContacts.WriteXml(Server.MapPath("Contacts.xml")) Line 58: End Sub Line 59: :confused: Awais