[DotNetDevelopment] Re: computer name

2009-08-19 Thread Processor Devil
1) stupid answer2) no, there is no way how to obtain the name... you can obtain dns name, not the machine's name... Only one way I can figure out is that machine name is stored in environment variable computername... So to post content of the variable back to the server Yeah, Mustafa, one more

[DotNetDevelopment] Re: computer name

2009-08-18 Thread Mustafa Battal
it is simply because code access the server machine's name, i'm not an expert on the subject but there must be some library that access client machine's name, and i'm pretty sure it won't take much to look up google for it. good luck. On Tue, Aug 18, 2009 at 3:39 PM, vikas arora wrote: > hello ev

[DotNetDevelopment] Re: computer name

2009-08-18 Thread Arjun Priyananth
Is your site is hosted in hosting server? On Tue, Aug 18, 2009 at 6:09 PM, vikas arora wrote: > hello everyone, > My problem is i need to access the computer name using website. > > on local system the following code work fine.. > > Dim MyName As String = System.Windows.Forms.SystemInformation.C

[DotNetDevelopment] Re: computer name

2009-08-18 Thread The_Fruitman
If you're using a website to get the computer name, why are you trying to use Windows.Forms libraries? http://www.google.com/search?hl=en&q=get+computer+name+asp.net&aq=9&oq=get+computer+name+&aqi=g10 2nd link on results page: http://www.tek-tips.com/viewthread.cfm?qid=1226006&page=1 On Aug