M
mcmg
Hi,
I have an asp app that works fine on a windows xp machine but does not work
on a windows 2000 server.
I have the following code in my global.asa:
<OBJECT RUNAT=Server
SCOPE=SESSION
ID=MyID
PROGID="MyAppName.MyID">
</OBJECT>
I get the following error when trying to run my app:
Active Server Pages (0x8002802B)
An error occurred while creating object 'MyID'
Initial searches pointed me towards a permissions error but I still can't
find the problem (everybody has full permission to the app folder).
Once agian it works on windows xp machines running IIS 5.1 but does not
works on win 2000 IIS 5.0. I think I've changed every setting in IIS but
still can't get it to work.
Any suggestions on what might be the problem or how I can troubleshoot this?
I'd be happy to post whatever more info might be helpful. Thanks!
Michael
I have an asp app that works fine on a windows xp machine but does not work
on a windows 2000 server.
I have the following code in my global.asa:
<OBJECT RUNAT=Server
SCOPE=SESSION
ID=MyID
PROGID="MyAppName.MyID">
</OBJECT>
I get the following error when trying to run my app:
Active Server Pages (0x8002802B)
An error occurred while creating object 'MyID'
Initial searches pointed me towards a permissions error but I still can't
find the problem (everybody has full permission to the app folder).
Once agian it works on windows xp machines running IIS 5.1 but does not
works on win 2000 IIS 5.0. I think I've changed every setting in IIS but
still can't get it to work.
Any suggestions on what might be the problem or how I can troubleshoot this?
I'd be happy to post whatever more info might be helpful. Thanks!
Michael