c# applet

C

cmk128

Hi
I am writing an "applet" in c#, which mean i am writing a
userControl and put it in IE. My control will read write some file on
harddisk, so i got a security problem when view it in IE. Can we create
something like "certification", like the "signed applet" does?
thanks
from Peter ([email protected])
 
G

Guest

Peter,
if your objective is to access the local web browser's file system, it's not
likely that's going to happen. Browser security restrictions make this nearly
impossible without a fully trusted ActiveX control.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top