Port number in a URL

S

Shafia

Hi,
What exactly do I need to do to run an asp.net application remotely? The URL
contains a unique port number for each application e.g
http://localhost:60169/WebSite2/Default.aspx

This port number wasnt there for the ASP 1.1 and I guess this is the
problem. I get http forbidden 403 error while trying to run this remotely.

Thanks,
Shafia
 
G

Guest

You cannot hit localhost from another machine. You need the IP address of the
NIC that faces the network or a machine name. In the sample URL you show, you
have localhost as the address.

I assume that is the issue as ASP.NET does not care what port you are
running under; that is a feature of your web server (IIS?).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

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

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top