Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1009: Unrecognized escape sequence

Source Error:


Line 112:      private void Page_Load(Object sender, EventArgs E) {
Line 113:		  if (Page.IsPostBack) {
Line 114:			  string strDSN = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\\db\site.mdb;Persist Security Info=False";
Line 115:			  string strSQL = "SELECT uid FROM members WHERE ulogin='" + MyLogin.UserName + "' AND upass='" + MyLogin.Password + "'";
Line 116:		

Source File: h:\root\home\svenskadel-001\www\public_html\login.aspx    Line: 114





Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0