Ask a Question related to ASP Components, Design and Development.
-
aspee #1
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
-
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... -
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... -
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... -
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... -
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 -
Anthony Jones #2
Re: Components under IIS6
"aspee" <nospam@nospam.com> wrote in message
news:f8f50a0af2c24fe1989e564339f52d03@ureader.com. ..regsvr32.> I migrated an application from NT4 (IIS4) to 2003 (IIS6).
>
> The application only works when the components are registered withI>
>
>
> One of the webpages doesn't work-- when I fill the form out and hit submitWhat does line 283 look like?>
> get "compx error '800af10a' Insufficient memory to perform operation.
> /submit.asp, line 283"
>
luck.> I've tried going through and changing permissions but haven't had anycreated>
> I also tried setting the Web Site to use an Application Pool that Iis>
> 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>
> causing the message so I can run it under IIS6?
>
> Thanks
Anthony Jones Guest
-
aspee #3
Re: Components under IIS6
(279) RTMIpAddress = GetRTMIpAddress()
(281) set SocketCom = Server.CreateObject "compx.CompXSocketComCtrl.1")
(283) SocketCom.Connect RTMIpAddress, CLng( 1111 )
aspee Guest



Reply With Quote

