Want To access Windows IIS

Asked by rkalise

I'm having windows 2008 standard server as my main server to implement ERP. I'm working with client system of ubuntu 9.04. How can i access the http://localhost/MEH/frmlogin.aspx (my local webpage). Anyone pls answer my question.

with regards
rkalise

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu vinagre Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You are accessing the page from an external system so the host will NOT be localhost as that is the local machine.

The address for the clients will be:

http://<server name here>/MEH/frmlogin.aspx

e.g. If the server is named web01:

http://web01/MEH/frmlogin.aspx

localhost is how you can make the system talk to its own local services. If you use 'localhost' on another system then it will talk to itself too. This is a defacto ISO standard called the loopback protocol and is why you have an extra network device named lo on your system.

Can you help with this problem?

Provide an answer of your own, or ask rkalise for more information if necessary.

To post a message you must log in.