I have some dll that developed by ASP application,can i use reuse that dll to ASP.net application,Is it possible ,How Explain?
Shahul Hameed
Select an image from your device to upload
We can develop dll either in vb or atl for asp application. Now in dot net we can use it by interop services.
Namespace : using System.Runtime.InteropServices;You can go through lot of examples available on com reusibility in dot net.