Click here to Skip to main content
16,012,611 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: (PHP) Destroying variables Pin
Jeremy Falcon8-Jul-02 5:16
professionalJeremy Falcon8-Jul-02 5:16 
GeneralRe: (PHP) Destroying variables Pin
Nnamdi Onyeyiri8-Jul-02 6:06
Nnamdi Onyeyiri8-Jul-02 6:06 
GeneralRe: (PHP) Destroying variables Pin
Jeremy Falcon8-Jul-02 7:15
professionalJeremy Falcon8-Jul-02 7:15 
GeneralRe: (PHP) Destroying variables Pin
Jon Sagara9-Jul-02 5:58
Jon Sagara9-Jul-02 5:58 
GeneralASP.NET bugger Pin
Nick Parker7-Jul-02 17:28
protectorNick Parker7-Jul-02 17:28 
GeneralRe: ASP.NET bugger Pin
Mazdak7-Jul-02 18:34
Mazdak7-Jul-02 18:34 
GeneralRe: ASP.NET bugger Pin
Nick Parker8-Jul-02 1:17
protectorNick Parker8-Jul-02 1:17 
GeneralRe: ASP.NET bugger Pin
Richard Deeming9-Jul-02 3:01
mveRichard Deeming9-Jul-02 3:01 
The Request.UserAgent and Request.UserHostAddress should work fine.

Try creating a file called "test.aspx", and paste in the following:
<script language="vb" runat="server">
Sub Page_Load(Sender As Object, E As EventArgs)
	Response.Write(Request.UserAgent & "<br />")
	Response.Write(Request.UserHostAddress & "<br />")
End Sub
</script>

Load that page and see what happens. On my machine, the response is:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; .NET CLR 1.0.3705)
127.0.0.1

GeneralRe: ASP.NET bugger Pin
Nick Parker9-Jul-02 3:03
protectorNick Parker9-Jul-02 3:03 
GeneralFree ASP.NET hosting! ( Check this out! ) Pin
Rickard Andersson207-Jul-02 10:22
Rickard Andersson207-Jul-02 10:22 
GeneralRe: Free ASP.NET hosting! ( Check this out! ) Pin
Matt Newman7-Jul-02 16:15
Matt Newman7-Jul-02 16:15 
GeneralRe: Free ASP.NET hosting! ( Check this out! ) Pin
Rickard Andersson208-Jul-02 4:52
Rickard Andersson208-Jul-02 4:52 
GeneralRe: Free ASP.NET hosting! ( Check this out! ) Pin
SimonS8-Jul-02 5:33
SimonS8-Jul-02 5:33 
GeneralRe: Free ASP.NET hosting! ( Check this out! ) Pin
Matt Newman8-Jul-02 6:51
Matt Newman8-Jul-02 6:51 
GeneralRe: Free ASP.NET hosting! ( Check this out! ) Pin
Domenic Denicola9-Jul-02 4:45
Domenic Denicola9-Jul-02 4:45 
GeneralRe: Free ASP.NET hosting! ( Check this out! ) Pin
Matt Newman9-Jul-02 5:08
Matt Newman9-Jul-02 5:08 
QuestionASP.NET support? Pin
Rickard Andersson206-Jul-02 11:36
Rickard Andersson206-Jul-02 11:36 
AnswerRe: ASP.NET support? Pin
Matt Newman6-Jul-02 12:30
Matt Newman6-Jul-02 12:30 
GeneralRe: ASP.NET support? Pin
Rickard Andersson206-Jul-02 13:05
Rickard Andersson206-Jul-02 13:05 
GeneralRe: ASP.NET support? Pin
Matt Newman6-Jul-02 13:38
Matt Newman6-Jul-02 13:38 
GeneralRe: ASP.NET support? Pin
Rickard Andersson206-Jul-02 23:42
Rickard Andersson206-Jul-02 23:42 
GeneralRe: ASP.NET support? Pin
Matt Newman7-Jul-02 3:24
Matt Newman7-Jul-02 3:24 
GeneralMSDE and IIS Pin
Matt Newman6-Jul-02 6:23
Matt Newman6-Jul-02 6:23 
GeneralRe: MSDE and IIS Pin
Not Active6-Jul-02 8:17
mentorNot Active6-Jul-02 8:17 
GeneralRe: MSDE and IIS Pin
Matt Newman6-Jul-02 12:36
Matt Newman6-Jul-02 12:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.