Hello

My SMTP code sents an email and a duplicate to the user at exactly the same time (so he receives two emails). To try to eliminate this duplicity, I have placed a breakpoint here in my vb.net SMTP code:
[code]Smtpserver.Send(myMessage)[/code] and then pressed F5. That loaded up my Web page (dimadayoub.net/forgot.aspx) which I then closed and then, from the menubar, selected 'Step into'. I am not quite sure what I am looking for (or where to look for it), but there is a list in the Locals pane, nothing in the Watch pane and, in Call stack, I see Global code [forgot.aspx] Line 104 and Language: Script. In the Command pane, I see an inexplicable lonely a right-pointing arrow and nothing else, nothing in the Immediate window, and in Output, under JavaScript Language Service, I get this:

12:07:42.5488: Referenced file '~/Scripts/_references.js' not found.

And yet, in the Scripts folder in Solution Explorer (VS 2013 Express), I can see the _references.js.

Any advice would be welcome.

Thank you.