Remotely access my application

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

Leo Seccia

Hello Bhagya,

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

Leo
 
D

Duggi

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
 

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

Top