J
Jason Shohet
I need to get the computer name that the user's browser is on (intranet app
here). We don't want Netbios turned on. So, when the user logs in, the
network engineers have a file written onto the user's machine. Then, my .NET
app is going to read from that text file -- ON THE USER'S MACHINE. How to
do it... I'm thinking the only way is: Have the text file written to the
place that .NET cookies are written to. Then I'll be able to access it like
reading a cookie.
Does this sound like a good idea? If so, I assume the location only
c:\documents and settings\chuckie\cookies
where chuckie is the name of the user?
VR
Jason Shohet
here). We don't want Netbios turned on. So, when the user logs in, the
network engineers have a file written onto the user's machine. Then, my .NET
app is going to read from that text file -- ON THE USER'S MACHINE. How to
do it... I'm thinking the only way is: Have the text file written to the
place that .NET cookies are written to. Then I'll be able to access it like
reading a cookie.
Does this sound like a good idea? If so, I assume the location only
c:\documents and settings\chuckie\cookies
where chuckie is the name of the user?
VR
Jason Shohet