cannot access a .aspx file from another system in local LAN

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

Guest

hi all,
please let me know how access a .aspx file from a remote system,when the
client system does not have .NET framework & at the server side the website
is running on the ASP.NET web development server.
Error 1:Also i get a error saying that this application is beyond IIS
application level even though i am using ASP.NET web development server&
also talks about virtual directory of IIS not of ASP.NET web development
server when i try to add a new web form
Error 2: Cannot connect to remote host
please help me:(
Thanx in advance!

Regards
rashmi
 
your server with the website must be available for remote system

if it is local network then typically you should be able to connect your
server as http://<server_name_or_ ip_address>/
 
Back
Top