If it's ol' ASP (perhaps there is several ways in ASP.NET) you need a login that can verify the user as an administrator and since ASP is dynamic - do a check (against a session) and Response.Write out the URI to the .exe file (then he/she is able to click it - tricky right'?!). Or use a VBScript file, that only user on restricted pages is able to execute. Actually the above both apply to aspx and asp.
- mega
Moving to C# .NET
|