getting the user the app is running as
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Is there a relatively simple way to grab and display what user the
application is running as?
I'm trying to let my application upload a file but am getting access denied
errors. I gave the user ASPNET permissions, but that isn't working, so I
need to figure out who my application is running as on the server.
I had to do this a long time ago, but have since misplaced the script that i
had used to grab this info.
-Darrel
.
Relevant Pages
- Re: Pagination
... One single DB call to grab everything at one time that you need to ... Establish a $prev and $next routine with integer values that limit ... Filter results by $prev and $next to only display the results you ... having latent results floating around in your $_SESSION cache. ... (comp.lang.php) - Re: Grabbing screen data
... you say you display the data graphically. ... > the data in numeric format to begin with. ... >> I'd like to be able to grab that info and work with it. ... >> then compare them to a pre-saved version of those pixels associated ... (microsoft.public.vc.mfc) - Re: Grabbing screen data
... you say you display the data graphically. ... > the data in numeric format to begin with. ... >> I'd like to be able to grab that info and work with it. ... >> then compare them to a pre-saved version of those pixels associated ... (microsoft.public.vc.mfc) - Re: Grabbing screen data
... you say you display the data graphically. ... the data in numeric format to begin with. ... > I'd like to be able to grab that info and work with it. ... > then compare them to a pre-saved version of those pixels associated ... (microsoft.public.vc.mfc) - Simple Parameter Processing
... I am trying to write a simple function that would grab the "errorId" ... parameter and then display a message when the page loads. ... (comp.lang.javascript) |
|