I have created a COM+ component that can be accessed either through ASP or ASP.NET applications.
I have created this as a .NET class library.
I have noticed that the component fails intermittently in the ASP applications but not in the ASP.NET applications. I'm not seeing anything on the event logs on the web server. It will fail on the ASP applications at Server.CreateObject(). I suspect some sort of permissions issue is causing the problem.
This question spans different architectures, but checking to see if anyone has run across this problem.
Anyone have any clues on this?
I have created this as a .NET class library.
I have noticed that the component fails intermittently in the ASP applications but not in the ASP.NET applications. I'm not seeing anything on the event logs on the web server. It will fail on the ASP applications at Server.CreateObject(). I suspect some sort of permissions issue is causing the problem.
This question spans different architectures, but checking to see if anyone has run across this problem.
Anyone have any clues on this?