I have written an ASP.Net page which performs a search of AD for a list of users. The code works perfectly on the development box (from within the ASP.Net development environment), and it works perfectly if you call the page from the browser on the web server, but it won't run if you call the page up using just the browser from any other computer (including the development box). There are no errors, it just does nothing when you click the button.
The application uses identity impersonation, and since I am a domain admin I shouldn't be having any access problems due to ACL's.
Permissions for ASP.Net and user accounts have all been set per the MSDN instructions here .
Does anyone have any ideas?