Call a .NET component from an ASP page

raj_vkr

New member
Joined
Jun 1, 2006
Messages
1
Programming Experience
1-3
I need to call .Net component from an ASP page.
I followed the process from the below link

http://www.codeproject.com/useritems/dotnetcomponentandasp.asp

it works fine when there is .net framework installed in the system, but failed when tried to run on the machine in which .net framework has not been installed.

So, Please guide me how actually can i call a .Net componenet
even if .Net frame work is not installed.
 
.Net must be installed on the webserver serving the ASP page with .Net assembly dependencies. It is not necessary for the webclient viewing .Net powered webpages to have .Net framework installed.
 
Back
Top