473,395 Members | 1,756 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

My server name?

ah
I am running Windows XP Professional.
I am doing the msdn asp tutorial.
It says: type http://<Your Server Name>/Tutorial/Example1.asp in the address
bar.
I installed IIS but I don't know where to find my server name.
Jul 19 '05 #1
5 1837
PW

"ah" <an*******@discussions.microsoft.com> wrote in message
news:eg**************@TK2MSFTNGP10.phx.gbl...
I am running Windows XP Professional.
I am doing the msdn asp tutorial.
It says: type http://<Your Server Name>/Tutorial/Example1.asp in the address bar.
I installed IIS but I don't know where to find my server name.


use "localhost"

Jul 19 '05 #2
On Tue, 5 Oct 2004 13:06:32 +0100, "ah"
<an*******@discussions.microsoft.com> wrote:
I am running Windows XP Professional.
I am doing the msdn asp tutorial.
It says: type http://<Your Server Name>/Tutorial/Example1.asp in the address
bar.
I installed IIS but I don't know where to find my server name.


It's the name of your computer. In ASP, you must access the page
through a URL, since the code has to be processed by the ASP engine.
You have to specify the host name (server name, system name, FQDN,
etc.) on the URL, and the MSDN tutorial uses the system name as an
example. If you can get to your web site by any other URL you can use
that, such as:

http://localhost/
http://{System_Name}/
http://www.sample.com/
http://{IP_Address}/

Jeff
Jul 19 '05 #3
You can even access it by going to http://127.0.0.1/.....

Shahid

"Jeff Cochran" <je*********@zina.com> wrote in message
news:41****************@msnews.microsoft.com...
On Tue, 5 Oct 2004 13:06:32 +0100, "ah"
<an*******@discussions.microsoft.com> wrote:
I am running Windows XP Professional.
I am doing the msdn asp tutorial.
It says: type http://<Your Server Name>/Tutorial/Example1.asp in the addressbar.
I installed IIS but I don't know where to find my server name.


It's the name of your computer. In ASP, you must access the page
through a URL, since the code has to be processed by the ASP engine.
You have to specify the host name (server name, system name, FQDN,
etc.) on the URL, and the MSDN tutorial uses the system name as an
example. If you can get to your web site by any other URL you can use
that, such as:

http://localhost/
http://{System_Name}/
http://www.sample.com/
http://{IP_Address}/

Jeff

Jul 19 '05 #4
ah
Thank you very much to everyone who helped. It works now.

"Shahid Juma" <sh*****************@hotmail.com> wrote in message
news:eh*************@TK2MSFTNGP11.phx.gbl...
You can even access it by going to http://127.0.0.1/.....

Shahid

"Jeff Cochran" <je*********@zina.com> wrote in message
news:41****************@msnews.microsoft.com...
On Tue, 5 Oct 2004 13:06:32 +0100, "ah"
<an*******@discussions.microsoft.com> wrote:
>I am running Windows XP Professional.
>I am doing the msdn asp tutorial.
>It says: type http://<Your Server Name>/Tutorial/Example1.asp in the address >bar.
>I installed IIS but I don't know where to find my server name.


It's the name of your computer. In ASP, you must access the page
through a URL, since the code has to be processed by the ASP engine.
You have to specify the host name (server name, system name, FQDN,
etc.) on the URL, and the MSDN tutorial uses the system name as an
example. If you can get to your web site by any other URL you can use
that, such as:

http://localhost/
http://{System_Name}/
http://www.sample.com/
http://{IP_Address}/

Jeff


Jul 19 '05 #5
Another option, in IE, is http://%computername%

Ray at work

"ah" <an*******@discussions.microsoft.com> wrote in message
news:eg**************@TK2MSFTNGP10.phx.gbl...
I am running Windows XP Professional.
I am doing the msdn asp tutorial.
It says: type http://<Your Server Name>/Tutorial/Example1.asp in the
address bar.
I installed IIS but I don't know where to find my server name.

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Monica Ferrero | last post by:
Hi! I'm not sure if this is the most adequate mySQL list for this post. If not, please indicat me which one I should use... I'm using Tomcat 4.1.24 with Apache 2 and MySQL 4.0.13. I have the...
2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
2
by: gdabbara | last post by:
Hi, We have a situation where we want to move our current database server to a different hardware and rename the server. If we change the Physical server name, do we have to go thru the whole...
6
by: john_williams_800 | last post by:
Hi; I am writing an html page that will live on one server in an ms windows network, but access pictures from a directory on another ms windows server in the network. I know in html the...
22
by: Mr Newbie | last post by:
I was thinking about developing a workflow application yesterday and was musing over the different approaches than one could take in restricting specific actions on a ticket( Form ) at any said...
5
by: Grigs | last post by:
Hello, I have a project that contains a WebService that works great when connecting to it on my Localhost. Once we post the files to the test web server, all of the pages that do not touch the...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow...
14
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can...
3
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I...
2
by: nsaffary | last post by:
hi I hava a client/server program that run correctly when i run it in one computer(local) but when I run client on a one computer and run server run on another, connection does not stablish.(I set...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.