Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bob101

  1. bob101

    Sending emails through Exchange using ASP?

    Yes, I found an article about it on Microsoft's Knowledge base - it seems the person who set up the server (not me!) didnt install the Virtual SMTP for IIS. Heres the link: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q235681 Cheers.
  2. bob101

    Sending emails through Exchange using ASP?

    Using the current code: Dim objCDOMail Set objCDOMail = Server.CreateObject(&quot;CDONTS.NewMail&quot;) objCDOMail.To = <email address> objCDOMail.Body = <body> objCDOMail.Send I get the error message: '800 70003' System can not find path specified I have verified the page works on our...
  3. bob101

    Unwieldy ASP pages

    I'm currently working on a website which needs to be customised for every roll out. Each new version is getting bigger and bigger. Its getting to be a major pain to maintain and bug fix. Can anyone suggest techniques or methods of breaking up the pages? Cheers in advance, Al

Part and Inventory Search

Back
Top