Components under IIS6

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Components under IIS6

    I migrated an application from NT4 (IIS4) to 2003 (IIS6).

    The application only works when the components are registered with regsvr32.



    One of the webpages doesn't work-- when I fill the form out and hit submit I

    get "compx error '800af10a' Insufficient memory to perform operation.
    /submit.asp, line 283"

    I've tried going through and changing permissions but haven't had any luck.

    I also tried setting the Web Site to use an Application Pool that I created

    to run as System Mode but that didn't make any difference.

    Everything works when I select "IIS5 Isolation Mode".

    Knowing that it works under IIS5 Isolation mode how can I determine what is

    causing the message so I can run it under IIS6?

    Thanks
    aspee Guest

  2. Similar Questions and Discussions

    1. CF5 on IIS6
      I've followed the instructions here http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18689 but the installation doesn't work. In IIS...
    2. ASP, Access db on IIS6
      I recently installed Windows 2003 Server Web Edition/IIS6. I put an ASP site that uses Access 2000. I have ASP extensions enabled in IIS. When I go...
    3. php.ini will not load for IIS6
      Simply put, I cannot get php.ini to load while using Windows 2003/IIS6 Mind you, php.ini is in the windows directory, as it should be. And if I...
    4. IIS6 migration
      IIS6 Windows server 2003. I have migrated an ASP application from a iis 5 server. The ASP app calls COM+ proxy services. I have installed the...
    5. iis5 vs iis6
      You won't need IIS 6 unless you want to get into the new server administration features. .NET 1.1 will run fine on Windows 2000. -- Ron
  3. #2

    Default Re: Components under IIS6


    "aspee" <nospam@nospam.com> wrote in message
    news:f8f50a0af2c24fe1989e564339f52d03@ureader.com. ..
    > I migrated an application from NT4 (IIS4) to 2003 (IIS6).
    >
    > The application only works when the components are registered with
    regsvr32.
    >
    >
    >
    > One of the webpages doesn't work-- when I fill the form out and hit submit
    I
    >
    > get "compx error '800af10a' Insufficient memory to perform operation.
    > /submit.asp, line 283"
    >
    What does line 283 look like?

    > I've tried going through and changing permissions but haven't had any
    luck.
    >
    > I also tried setting the Web Site to use an Application Pool that I
    created
    >
    > to run as System Mode but that didn't make any difference.
    >
    > Everything works when I select "IIS5 Isolation Mode".
    >
    > Knowing that it works under IIS5 Isolation mode how can I determine what
    is
    >
    > causing the message so I can run it under IIS6?
    >
    > Thanks

    Anthony Jones Guest

  4. #3

    Default Re: Components under IIS6

    (279) RTMIpAddress = GetRTMIpAddress()

    (281) set SocketCom = Server.CreateObject "compx.CompXSocketComCtrl.1")

    (283) SocketCom.Connect RTMIpAddress, CLng( 1111 )
    aspee Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139