Link to home
Start Free TrialLog in
Avatar of goodwork
goodwork

asked on

Web Application Development

I am creating an simple web appliaction
( ie .dll ) and trying to execute it
from my .html file using an

<a href="sample.dll"> press </a>

but the sample.dll is not executing but
it is getting downloading to my machine.

My question is how can i create an .dll
file and make it work in my web browser locally with my personal Web server, i
also installed internet information server files in my machine.

sample code and a how to do procedure is good too.
Avatar of mhervais
mhervais

listening
ASKER CERTIFIED SOLUTION
Avatar of simonet
simonet
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of goodwork

ASKER


Ok,

I just replaced my .dll file in the
above said code and i am trying to run
that , but it is asking me to download
that file to me local machine, my problem is i got Personal Web server running in my machine and did i need to do any special settings in that , so that it can execute the dll's.

thanks - Babu Manoharan.
It is working