IIS Question.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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..
 
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,

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...
 
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:\\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"
 
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
 
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...
 
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?
 

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