Page canot be displayed-Please help ASAP (Urgent!)

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

Guest

Hi:

I have developed a small application uisng ASP.Net/C# (2.0). I am able to
view the application UI when I connect to my own m/c. If I try to access the
application on my m/c from another m/c using an http something like
http://mypc/project/sample.aspx, I see the error "Page cannot be displayed
error". Any idea what I may be missing ?

Thanks
 
Hi SDRoy,

Do you have a web server installed? If you don't, ASP.NET 2.0 will use the
inbuilt one, however, this is limited to local use only. It's included for
developers that don't have a web server installed and when you deploy the
website, you'll need to copy it across to IIS5/6.

The other thing you should check is that you don't have the firewall
blocking the port of the website as this would also cause you to not be able
to browse the site remotely.

HTH,

Adam
 

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

Back
Top