how can i?

  • Thread starter Thread starter fa_2064
  • Start date Start date
F

fa_2064

hi guys!

do u know how can i:
1. with asp.net code, change the home page of a client???
2. get the server name in asp.net???
3. get the ip of client?


best regards
thanx!
 
<<1. with asp.net code, change the home page of a client???>>
Nope. ASP.Net code is server side (C#, VB, etc.). In addition, as far as I'm
concerned this is a security threat. No site should EVER change my default
page. I should control my own browser's settings.

<<2. get the server name in asp.net???>>
Environment.MachineName

<<3. get the ip of client?>>
Request.UserHostAddress
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top