Remotely access my application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bhagya

    Remotely access my application

    Hello all,

    I have a application deployed on my machine. Suppose the url is
    http://187.125.1.96/cs/Default.aspx. I want another machine in the LAN
    network to access my application.
    As of now it is giving page cannot be displayed even with port
    http://192.168.1.69:80/cs/Default.aspx.
    I have giving the sql connection string as
    connectionStrin g="Data Source=myserver ;Initial
    Catalog=Dummy;T rusted_Connecti on=yes;"
    and also set Security-Logins-NT AUTHORITY\SYSTE M-user mapping and
    checked the checkboxes. Still the other machines are not able to
    access my application.

    Please do help me.

    Thanks a lot in advance.
  • =?Utf-8?B?c3VidGlsZQ==?=

    #2
    RE: Remotely access my application

    are you using IIS on vista or xp ?
    is port 80 open on your machine ?

    I dont see what you sql connection has to do with it.. doesnt matter here..
    --

    Jesus Loves You


    "Bhagya" wrote:
    Hello all,
    >
    I have a application deployed on my machine. Suppose the url is
    http://187.125.1.96/cs/Default.aspx. I want another machine in the LAN
    network to access my application.
    As of now it is giving page cannot be displayed even with port
    http://192.168.1.69:80/cs/Default.aspx.
    I have giving the sql connection string as
    connectionStrin g="Data Source=myserver ;Initial
    Catalog=Dummy;T rusted_Connecti on=yes;"
    and also set Security-Logins-NT AUTHORITY\SYSTE M-user mapping and
    checked the checkboxes. Still the other machines are not able to
    access my application.
    >
    Please do help me.
    >
    Thanks a lot in advance.
    >

    Comment

    Working...