Remotely access my application

  • Thread starter Thread starter Bhagya
  • Start date Start date
B

Bhagya

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
connectionString="Data Source=myserver;Initial
Catalog=Dummy;Trusted_Connection=yes;"
and also set Security-Logins-NT AUTHORITY\SYSTEM-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.
 
Hello Bhagya,

Have you checked the firewall settings? Easiest way is to disable firewall
completely and see if it works...

Leo
 
Hello all,

I have a application deployed on my machine. Suppose the url ishttp://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 porthttp://192.168.1.69:80/cs/Default.aspx.
I have giving the sql connection string as
connectionString="Data Source=myserver;Initial
Catalog=Dummy;Trusted_Connection=yes;"
and also set Security-Logins-NT AUTHORITY\SYSTEM-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.

It is clearly some problem with Security...

1. Try turning off the firewall.
2. Try logging in as same user on both the machines
3. Try chaging the ASP.NET security setting and IIS Security settings.

If you can provide more details, that would be helpful to resolve the
issue.

-Cnu
 
Back
Top