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: BC30451: Name 'sConn' is not declared.

Source Error:


Line 15:                 ' adds subscriber and preferences or tells them they're already a subscriber
Line 16:                 Dim strConnectionString  = ConfigurationManager.ConnectionStrings("vtg_constr").ConnectionString
Line 17:                 Dim cConn As New SqlConnection(sConn)
Line 18:                 Dim sCmd As String = "SELECT * FROM vtg_tblNewsletterSubs WHERE (sEmail = '" & Request.Form("txtEM") & "')"
Line 19:                 Dim cCmd As New SqlCommand(sCmd, cConn)

Source File: \\NAS40ENT\domains\v\vet2go.co.uk\user\htdocs\Subscribe.aspx    Line: 17