Hi folks, having a bit of a nightmare here, my code works ok on my local computer, but when I upload it to the web server it does not work!!!
If I change the web.config file to point to the live database on my local machine the SP works ok, so I know the SP is working fine.
My code is really straightforward, I have textbox for user to enter their email address, the code runs the SP to check if email address already exists in the database...
 web link http://tyrescanner.net/Pages/Signup
<label class="control-label" for="txtEmail">Email address<label class="control-label" for="txtEmail"><span style="color: #CC0000">*</span></label></label> <div class="controls"> <asp:TextBox ID="txtEmail" runat="server" CssClass="form- ...

Go to the complete details ...