Ask a Question related to ASP.NET Security, Design and Development.
-
sonyram #1
dllimport call in aspnet application makes the application hangs
As our application design requires us to use one of the validation API engine
which was written on C(so basically all I have is a dll) and I tested calling
the functions using small windows application using DllImport for each
functions and it works without any problem. But when I try to use the same
Dll in my asp.net web application, it hangs with the first call. I tried
giving the dll path as a hardcoded path like C:\validation.dll in my
dllimport funciton call but did not help.
I am wondering it has something to do with ASPNET account security. So I
gave full control for ASPNET account for my application directory and still
my application hangs.
Anybody faced this earlier?
sonyram Guest
-
Mystery CF/Application hangs
Welcome Since month we have problem with application on our Coldfusion server (7.1). Every 58 minutes it hangs for 2-5 min. The break time... -
start commandline.exe form aspnet application
hi there, i have to start a commandline.exe (e.g. ping.exe) file from an aspnet application. the process needs administrative rights, so... -
ASPNET Account Security Problem - Running a Web Application over a network share
All, If anyone has been following my trials over the last week see(Setting up a Web Application on IIS 5.1 and ASP.Net Security Problems). I'm... -
My Application HANGS up sometimes
hi... i m having strange problem... i made a kiosk in Director 8. the kiosk had 7 *.dir files with size of almost 300 mb each. i then bought director... -
Can a web application call methods on a webservice running in the same application
Can a web application call methods on a webservice running in the same application Thanks Ron Vecchi



Reply With Quote

