473,396 Members | 1,770 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,396 software developers and data experts.

IIS Question.

I can browse a web application from client machines but when I am on the
hosted server, I can not browse the web application when I am on the server
itself.

Please let me know if I should clarify more.

TIA..
Nov 19 '05 #1
8 1091
Hi,

1) You can configure the website also to look to the machine local address
(keep your public as well)
2) Check your host file and add your website address pointing to the local
address

yourIpAddress www.yourSite.com

Re open the explorer and type your address.

Regards
--
Salvador Alvarez Patuel
Exony Ltd - London, UK
"Trisha" wrote:
I can browse a web application from client machines but when I am on the
hosted server, I can not browse the web application when I am on the server
itself.

Please let me know if I should clarify more.

TIA..

Nov 19 '05 #2
Salvador,

Thanks for the response. Could you please give more details on how to carry
out those steps or point me to an article on line?

TIA...

"Salvador" wrote:
Hi,

1) You can configure the website also to look to the machine local address
(keep your public as well)
2) Check your host file and add your website address pointing to the local
address

yourIpAddress www.yourSite.com

Re open the explorer and type your address.

Regards
--
Salvador Alvarez Patuel
Exony Ltd - London, UK
"Trisha" wrote:
I can browse a web application from client machines but when I am on the
hosted server, I can not browse the web application when I am on the server
itself.

Please let me know if I should clarify more.

TIA..

Nov 19 '05 #3
On Thu, 23 Jun 2005 09:19:01 -0700, Trisha wrote:
I can browse a web application from client machines but when I am on the
hosted server, I can not browse the web application when I am on the server
itself.

Please let me know if I should clarify more.

TIA..


What's the address of the site what is the error message you're getting?

Tony
--
http://www.dotnet-hosting.com
Free web hosting with ASP.NET & SQL Server
No ads - No trials - Innovative features
Nov 19 '05 #4
On Thu, 23 Jun 2005 09:19:01 -0700, Trisha <tr****@nospam.nospam>
wrote:
I can browse a web application from client machines but when I am on the
hosted server, I can not browse the web application when I am on the server
itself.

Please let me know if I should clarify more.

TIA..

To see a site on the local server, use the address localhost.

http:\\localhost

You might need to include the name of the directory containing your
site, like this:

http:\\localhost\mysite
Nov 19 '05 #5
> http:\\localhost

http://localhost

tsk tsk :-)
--
Peace & happy computing,

Mike Labosh, MCSD

"Mr. McKittrick, after very careful consideration, I have
come to the conclusion that this new system SUCKS."
-- General Barringer, "War Games"
Nov 19 '05 #6
May be I was not clear enough before.

On my dev machine, I could view the site.
Then I deploy the site to site1

From my dev machine, I could view the site on site1 server.

If I get to site1 server using remote desktop connection and try to brows
the site using http://localhost/sitename or http://site1/sitename, I fail.
Yet the same application hosted on site1 could be browsed from my dev machine
or any other client machine.

I hope this clarified any misunderstanding.

TIA...

"Wilbur Slice" wrote:
On Thu, 23 Jun 2005 09:19:01 -0700, Trisha <tr****@nospam.nospam>
wrote:
I can browse a web application from client machines but when I am on the
hosted server, I can not browse the web application when I am on the server
itself.

Please let me know if I should clarify more.

TIA..

To see a site on the local server, use the address localhost.

http:\\localhost

You might need to include the name of the directory containing your
site, like this:

http:\\localhost\mysite

Nov 19 '05 #7
On Thu, 23 Jun 2005 13:37:44 -0400, "Mike Labosh"
<ml*****@hotmail.com> wrote:
http:\\localhost


http://localhost

tsk tsk :-)

oops... sorry...
(well, she did say it was on IIS...)

Nov 19 '05 #8
On Thu, 23 Jun 2005 10:39:04 -0700, Trisha <tr****@nospam.nospam>
wrote:
May be I was not clear enough before.

On my dev machine, I could view the site.
Then I deploy the site to site1

From my dev machine, I could view the site on site1 server.

If I get to site1 server using remote desktop connection and try to brows
the site using http://localhost/sitename or http://site1/sitename, I fail.
Yet the same application hosted on site1 could be browsed from my dev machine
or any other client machine.

I hope this clarified any misunderstanding.

Ohhh... well... that's different. In that case, check to make sure
you have a website (or an "Application") set up on the server. What
OS is runnign on the server? And what version of IIS?

TIA...

"Wilbur Slice" wrote:
On Thu, 23 Jun 2005 09:19:01 -0700, Trisha <tr****@nospam.nospam>
wrote:
>I can browse a web application from client machines but when I am on the
>hosted server, I can not browse the web application when I am on the server
>itself.
>
>Please let me know if I should clarify more.
>
>TIA..

To see a site on the local server, use the address localhost.

http:\\localhost

You might need to include the name of the directory containing your
site, like this:

http:\\localhost\mysite


Nov 19 '05 #9

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

Similar topics

3
by: Stevey | last post by:
I have the following XML file... <?xml version="1.0"?> <animals> <animal> <name>Tiger</name> <questions> <question index="0">true</question> <question index="1">true</question> </questions>
3
by: Ekqvist Marko | last post by:
Hi, I have one Access database table including questions and answers. Now I need to give answer id automatically to questionID column. But I don't know how it is best (fastest) to do? table...
53
by: Jeff | last post by:
In the function below, can size ever be 0 (zero)? char *clc_strdup(const char * CLC_RESTRICT s) { size_t size; char *p; clc_assert_not_null(clc_strdup, s); size = strlen(s) + 1;
56
by: spibou | last post by:
In the statement "a *= expression" is expression assumed to be parenthesized ? For example if I write "a *= b+c" is this the same as "a = a * (b+c)" or "a = a * b+c" ?
2
by: Allan Ebdrup | last post by:
Hi, I'm trying to render a Matrix question in my ASP.Net 2.0 page, A matrix question is a question where you have several options that can all be rated according to several possible ratings (from...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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.