How can I get the computer name on which my AMS browser is running? Do I have to use GetLANInfo or is there another way?
I have to determine if the computer name contains "_" (underscore) with String.Find, I guess. If so, I need to warn the user that our Web application may not work properly with an underscored system name (why, I have no idea - that's for the hardcore developers to figure out). Then I guess I'll kill the app or do whatever I am directed to do by the decistion makers at that point.
Any help appreciated.


