If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Query..

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-19-03, 23:10
sqlboy sqlboy is offline
Registered User
 
Join Date: Mar 2003
Location: Memphis, TN, USA
Posts: 61
Query..

Hi there !!
Can anyone put some light how the below mention things were coded. ..

http://www.servername.com:1234(portnumber, I guess!!) will lead you the admin interface and http://servername.com/ will lead to the client interface.

Being a new born programming kid, i keen to know that stuff.

Any sugeestion is most welcome !

With Thanks !
Reply With Quote
  #2 (permalink)  
Old 12-20-03, 00:27
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
You web server will allow you to specify a port (other than 80) to run multiple web applications/sites. You can also specify like the following:

admin.servername.com - for administration
dev.servername.com - for development
www.servername.com - production.
Reply With Quote
  #3 (permalink)  
Old 12-20-03, 00:40
sqlboy sqlboy is offline
Registered User
 
Join Date: Mar 2003
Location: Memphis, TN, USA
Posts: 61
Thanks Sir !

But would you like add some more lights on it ? How can i specify the things.. ...
admin.servername.com - for administration,
dev.servername.com - for development.


Are admin and dev virtual directories ?

Also, How can i configure my webserver( IIS ) so that it can do that (port number) things ?

With Thanks !
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On