My personal website runs on our webfarm (5 webservers, 1 filecluster).
For troubleshooting-purposes (and because i think it is cool to do so) i would like to echo the NETbios name of the serving webserver in the footer of my website. I haven't found a way to output the NETBios servername.
I did find ="umbraco.library:RequestServerVariables('SERVER_NAME')", but it only generates the URL the visitor typed. None of the options in umbraco.library seems to echo the netbios-servername.
Does anybody have an idea how to get the netbios-name echo't in the template?
You would have to write an XSLT extension for this I suppose. It's pretty simple, just create a public class with a public function that returns whatever you need, copy the DLL into the bin folder and adjust your config/xsltExtensions.config
Servername (NETBios) in source website
My personal website runs on our webfarm (5 webservers, 1 filecluster).
For troubleshooting-purposes (and because i think it is cool to do so) i would like to echo the NETbios name of the serving webserver in the footer of my website. I haven't found a way to output the NETBios servername.
I did find ="umbraco.library:RequestServerVariables('SERVER_NAME')", but it only generates the URL the visitor typed. None of the options in umbraco.library seems to echo the netbios-servername.
Does anybody have an idea how to get the netbios-name echo't in the template?
You would have to write an XSLT extension for this I suppose. It's pretty simple, just create a public class with a public function that returns whatever you need, copy the DLL into the bin folder and adjust your config/xsltExtensions.config
is working on a reply...