1. ***off topic comment removed ***
2. Whatever you do on the server has very little to do with the client side. Unless browser reports user name somehow, the server cannot obtain it.
3. You cannot "register" arbitrary DLL with CF. This DLL must conform to certain interface requirements (C/C++ CFX). For example, "ProcessTagRequest" entry point is a special function call that does not exist in advapi32.dll.
4. Resume. This is completely wrong set of actions that will not work. If you want to obtain Windows user name, you have to force users to login on your Web-site using Windows authetication. After that user name will be reported in HTTP header.
Main Topics
Browse All Topics





by: trailblazzyr55Posted on 2005-06-10 at 14:05:27ID: 14192650
you may have already come past this, just covering it though, I know you got it registered with coldfusion from what you have above, but have you added it to the registry?
v1/cfdocs/ developing _web_appli cations_wi th_coldfus ion/ 18_bui lding_cust om_cfapi_t ags/dwa181 4.htm
here's a page that explains this process...
http://www.macromedia.com/
regards,
~trail