Ask a Question related to ASP.NET Security, Design and Development.
-
Chapman #1
Security concern to block Win32 API in ASP.NET?
Hello,
I have to call the Win32 API such as PostMessage and
CreateNamedPipe through my ASP.NET pages (.aspx) directly,
but all return is no error and not functioned (i.e. No
response on client/receiver side). However it work for
some Win32 API such as GetPrivateProfileString etc., Do
you know what is the reason?
Do .NET framework block the request to other process
generated from anonymous web users?
I have tried to change the ASP.NET user to administrator
(both in IIS and machine.config, <processModel>), but same
problem occurred.
Do anyone have experience on this issue?
How can I solve this issue? (Because I need to integrated
with the old program)
Many Thanks
Chapman
Chapman Guest
-
Security permissions for Win32 LogonUser call.
I am running my ASP.NET page under IIS in Windows 2000 Pro. I need to make a call to the Win32 LogonUser function to get a logon token. How can I... -
Security Application Block
Anyone using the Security Application Block from the Enterprise Library? I have a rather embarassing situation where I've setup the database and... -
How to deal with the second security header block with WSE2?
My scenario is that one client need make soap request and send some information to a soap server1, signed by its X509 cert. Inside of the request... -
Converting Win32 API to VB.NET for Folder Security
Did you try the Win32 security library from GotDotNet... -
Asp.Net.Vulnerability: Win32 API calls (potential security problems)
Asp.Net.Vulnerability: Win32 API calls (potential security problems) Since win32 calls are supported in Asp.Net and cannot be disabled when the...



Reply With Quote

