|
From: SM on 10 Jun 2008 23:35 Hi, We are trying to access a .net dll based method from classic asp code. When the method is accessed, system gives a message "You are about to access a Activex component". How do we suppress or stop this message from interfering method access. Any help is appreciated. SM
From: Bob Barrows [MVP] on 11 Jun 2008 06:38 SM wrote: > Hi, > We are trying to access a .net dll based method from classic asp > code. When the method is accessed, system gives a message "You are > about to access a Activex component". How do we suppress or stop this > message from interfering method access. > This means you are trying to access the dll from client-side code, correct? Put a message on the screen advising the user to click Yes. You may also advise the user to use his browser settings to lower security for your site. This is totally under user control - there is nothing you as the programmer can do to affect this. -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
|
Pages: 1 Prev: ASP.NET web app works on some, not all, workstations Next: a trappable error (c0000005) |