Ask a Question related to ASP.NET Security, Design and Development.
-
Priya #1
asp.net + unmanaged dll security issues
Hi,
I'm developing an ASP.NET application. I imported a C++ dll into the C# code.
When I tried to access a function in that dll, application threw an exception
"System.Runtime.InteropServices.SEHException:Exter nal component has thrown
an exception". I debugged the unmanaged C++ code & found that the code that
generated this exception is
CDaoDatabase db;
db.open("C:\\VM.mdb") // this is the code that generated exception
I tried using try catch blocks
but the control does'nt come to catch block
How do i determine the exception?
The same dll function works fine if the dll is impoted in a Windows
application.
Is there any security issues in Web application?
Thanks in advance
Priya
Priya Guest
-
Administering Security Issues
I installed a J2EE Configuration of 6.1 30 day trial on top of unmodified perms IIS 6/W2k3. I entered a required password to administering CF and... -
Security issues
http://tinyurl.com/2dlhq -- Ivan "Doomer" Carlos - Cell.: +55 (11) 8112-0666 icarlos@icarlos.net www.icarlos.net - -
Summary of security issues?
I am wondering if there is any place that contains an (up to date) summary of security issues with various software browseable by program name and... -
Security Issues with ASP.Net
Hi All, Need some advice on some of the security issues in my ASP.Net application. There are certain tasks that I need to implement so need... -
Security problem with Managed Code calling Unmanaged Code in a Web Page
Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and...



Reply With Quote

