|
-
Jul 16th, 2003, 05:53 PM
#1
determining a local user?
How can I determine if the user that's viewing a page is on the local network or not (ie myself, or anyone on my router).. I dont really wanna check the ip, is there any way besides checking teh ip?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jul 17th, 2003, 03:16 PM
#2
bump
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jul 19th, 2003, 03:27 AM
#3
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jul 19th, 2003, 01:18 PM
#4
Well unless you are using Windows Authentication then the user will be ASP.NET. Since it by default runs as that or the generic user/group that IIS sets up (i.e. IWAM_COMPUTERNAME, IUSR_COMPUTERNAME). But all that aside you can use the User object of a page: Me.User.Identity.Name
-
Jul 19th, 2003, 02:50 PM
#5
umm ok I think I didnt quite explain what I wanted correctly
I dont care which user is logged in. I want to know if the person who's viewing a page is viewing it from my local network (ie my computer or anyone connected to my router), or if they are viewing it from some other location
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|