all groups > dotnet remoting > april 2008 >
You're in the

dotnet remoting

group:

how to use remoting to execute native dll calls from ASP.NET page?


how to use remoting to execute native dll calls from ASP.NET page? Chris Bordeman
4/10/2008 6:25:35 PM
dotnet remoting:
I have a native C dll (NOT COM) and I don't want to do a COM wrapper.

My problem is that ASP.NET won't let you directly call (DllImport) native
code unless using COM, which isn't an option.

Is there a way to maybe run a process somewhere that I can use .Net remoting
to make these calls from ASP.NET pages?

AddThis Social Bookmark Button