P
Peter Schargut
I want to use registration free COM component in the ASP.NET application.
I found the articel about registration free COM in the windows application:
http://msdn.microsoft.com/msdnmag/issues/05/04/RegFreeCOM/default.aspx
So I have wrote the manifest file for my COM component and tested this with
the windows application.
It works realy good.
Now i want to use this manifest with my ASP.NET application.
The native assembly loader looks for a manifest file based on the name of
the executable.
But what ist my executable in the ASP.NET application?
- Is this my DLL?
- Is this the ASP.NET worker?
- Is this the IIS Service?
- How can I use the manifest file for the ASP.NET application?
I found the articel about registration free COM in the windows application:
http://msdn.microsoft.com/msdnmag/issues/05/04/RegFreeCOM/default.aspx
So I have wrote the manifest file for my COM component and tested this with
the windows application.
It works realy good.
Now i want to use this manifest with my ASP.NET application.
The native assembly loader looks for a manifest file based on the name of
the executable.
But what ist my executable in the ASP.NET application?
- Is this my DLL?
- Is this the ASP.NET worker?
- Is this the IIS Service?
- How can I use the manifest file for the ASP.NET application?