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???

best regards
thanx!
 
#1, Don't do it. If a user wants your site as their home page, they
can do that themselves.

#2, HttpRequest.ServerVariable[ "SERVER_NAME" ]

Andy
 
Hello (e-mail address removed),
hi guys!

do u know how can i:
1. with asp.net code, change the home page of a client???

What do you mean? Client has only compiled page, that is represented as HTML

2. get the server name in asp.net???

HttpServerUtility.MachineName
Enviroment.MachineName

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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