Hi
i have a web application which is code behind html ,upgrading from vj++ to vj#.The application uses wfc control to launch it.While trying to run ,it throws a security warning saying"This page contains components that are potentially unsafe,Do u wish to continue".The process proceeds when clicking yes button otherwise it does n t move further.
this security warning looks strange ,when come to internet user.So how can i remove or avoid this security warning.
regards
praveen

how can i remove the security warning in VJ#
kk_vc
The warning that u said will be caused by the active x control.Actually the warning ,that i am obtaining is caused by vj# .net warning.The title of the warning box is " Vj# .Net security warning".
I have already enabled the enabled the option that u have provided in ur reply.So the problem is arising when the object tag of browser control trying to access its standalone file.So kindly reply me on how to remove the warning that happens due to vjsharp .net.
regards
praveen
KiwiJohn
Hi Praveen,
I tried with some sample code behind wfc html application. I found that
in Html code the following line
"<!-- saved from url=(0025)http://www.microsoft.com/ -->" is causing the " Vj# .Net security warning" dialog window. After removing this line i am getting different warning " active x control warning message". This warning can be removed by enabling InternetExplorer settings i mentioned in my previous reply.
If it is not working for you please post with your sample html code.
Thanks ,
Noorul Ameen.
smith_ranjith
I also want to inform another thing also.When accessing the Page1.jsp through webserver ,i.e http://localhost/Page1.jsp ,the warning throws.But when i access it in a file system ,i.e through
D:/jakarta-tomcat/root/Page1.jsp or as html file .I can be able to access "without any security warning".I also give full trust to the My computer and Local Intranet Zones.Eventhough ,these things were obvious.
thanks
Praveen
Wilton22911
i tried going to the internet options and advanced and security and there is nothing saying enable -Allow active content to run in files on MyComputer any where . im wanting to get rid of the messenger service warnings popups that appear when you formatt pc . and as soon as you reload messenger and msn .
any help can be sent to my email addy as well
ty u all .
tequila
OCardoso
Hi Praveen,
This is by design. According to our design if you are accessing this page through webserver (including intranet) it should throw the warning. We will keep you updated if current behaviour is changed in future.
Thanks,
Noorul Ameen.
mrtrombone
Hi Praveen,
You can disable this warning by the following steps,
1.Go to InternetExplorer-->Tools-->InternetOption-->Advanced
2.Go to "Security" and Enable "Allow active content to run in files on
MyComputer" option and click ok.
Hope this will solve your issue.
Thanks,
Noorul Ameen.
Itzeld
The line <!-- saved from url=(0025)http://www.microsoft.com/ -->" that you commented does not present in my codes,eventhough i got that warning.I also received the active x warning .But i corrected it , as u said in the IE settings revious time itself..So i have send the codes that causing the problem.
Page1.jsp
regards
Praveen