Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
servervariables user_logonを分割し、domain\部分を削除する必要があります。
現在、domain\542458として返されます
var numbers = user_logon.Split("\\")[1];
var user = user_logon.Split("\")[1];
http://msdn.microsoft.com/en-us/library/system.string.split.aspx