Problem with Server.CreateObject

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Suresh Paul
    New Member
    • Aug 2006
    • 2

    Problem with Server.CreateObject

    Hi All,

    I have a problem with dll when created with Server.CreateOb ject.
    It gives the message "Automation error The specified domain either does not exist or could not be contacted."

    The same dll when used with a vb form it works fine. What could be the reason? Can anybody help on this?

    Thanks
    :confused:
  • jay_dev
    New Member
    • Jul 2006
    • 10

    #2
    what if the server does not recognize the dll
    i think you have to let IIS see it first

    coz when you say VB, VB is not executed by IIS
    it happened to me with the mail, when i could send mails from C#,ASP.NET but not from ASP, it turned out that components should be installed

    i could be wrong too i dunno

    Comment

    • teju
      New Member
      • Jul 2006
      • 34

      #3
      You need to make settings in your IIS server to run your dll file.Check out the activex component for it in your system files.

      Comment

      • sashi
        Recognized Expert Top Contributor
        • Jun 2006
        • 1749

        #4
        Hi Suresh,

        did you register the activex dll? good luck and take care my fren.. :)

        Comment

        • Suresh Paul
          New Member
          • Aug 2006
          • 2

          #5
          Hi Guys,

          Thanx for the replies. It was actually a security issue. Solved when given "digest authentication" in anonymous access settings.

          Comment

          Working...