Jump to content
Xtreme .Net Talk

mr relaxo

Avatar/Signature
  • Posts

    53
  • Joined

  • Last visited

Everything posted by mr relaxo

  1. for what its worth - Heres what I did to get mine working under the 'access' tab in virtual smtp server properties 'connection is set to 'all computers except the list below' with the list being blank under 'relay' i have 'only the ilst below' and added my ip address '192.168.0.2' I think that was all. but yeah from your error it sounds like you need to adjust those relay settings.
  2. in your sub page_load couldn't you just put: if request.cookies("nameofcookie") is nothing then server.transfer("whereever.aspx")
  3. I think you need to add something like this after you add all your parameters: cmd.Parameters("@membername").Value = membername.text etc etc
×
×
  • Create New...