c# applet

  • Thread starter Thread starter cmk128
  • Start date Start date
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])
 
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
 
Back
Top