Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

hasan_shan

@hasan_shan
About
Posts
6
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Bug tracking system
    H hasan_shan

    Could any one recommand a free windows based bug tracking system, We don’t want to keep our bug repository online we want to keep a localized copy. Thanks Best of Luck

    The Lounge help

  • Bug Tracking System
    H hasan_shan

    Could any one recommand a free windows based bug tracking system, We don’t want to keep our bug repository online we want to keep a localized copy. Thanks Best of Luck

    Web Development help

  • Book Recommendation
    H hasan_shan

    Thanks for your recommendation. Best of Luck

    The Lounge design learning

  • Book Recommendation
    H hasan_shan

    Hi, Could anyone recommend a book on Design Patterns covering all major aspects. Thanks Best of Luck -- modified at 12:15 Monday 13th March, 2006

    The Lounge design learning

  • Design Pattern
    H hasan_shan

    Hi, Could anyone recommend a book on Design Patterns covering all major aspects. Thanks Best of Luck

    Web Development design regex architecture learning

  • 'Could not access CDO.Message object'
    H hasan_shan

    I am using the code below to send the email, but the problem is that when I am working locally (localhost) using the client smtpserver, username and password, it is working fine but when I built the project and upload files and DLL on the ftpserver. And test the project on internet it throws message 'Could not access CDO.Message object'. Can anyone help in this regard. objMailmessage.From = Request["email"]; objMailmessage.To = "asd@veri.com"; objMailmessage.Subject = "Brochure Request"; objMailmessage.Body= strMailbody; objMailmessage.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserver", smptserver); objMailmessage.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpserverport", 25); objMailmessage.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusing", 2); objMailmessage.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", 1); objMailmessage.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", username); objMailmessage.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", password); try { SmtpMail.Send(objMailmessage); } catch(System.Web.HttpException ehttp) { lblerror.Text=ehttp.Message; } Best of Luck

    ASP.NET help com workspace
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups