The URL of the capability you are registering. All capabilities must be available from a publicly accessible URL on your sever where you can receive messages. When you register a capability, this field is not required. But this is required before you can
test your capability.
The best way is to have a hosting space where you can publish your application. That will have a public IP.
Otherwise you may get by with a router that knows how to talk with a Dynamic DNS service (this means publishing the current IP address at a specific interval) and then you can access your network by name.dyndns.com:XXXX. After that you need to forward the
traffic incoming on port XXXX to the correct computer and port. => this is the cheapest version of having a public facing address.
Please click 'Mark as Answer' if my reply has assisted you
thaicarrot
Contributor
5120 Points
1459 Posts
How can I make my local PC to be publicly available?
Mar 29, 2012 09:40 AM|LINK
Hi,
How can I make my local PC to be publicly available? I would like everyone able to access to my pc's resource then do some thing.
Without using other third party tool just code.
Shall I expose my IP address?
Weera
raduenuca
All-Star
24675 Points
4250 Posts
Re: How can I make my local PC to be publicly available?
Mar 29, 2012 09:55 AM|LINK
If you don't have a fixed IP address then you should use some Dynamic DNS servic (dyndns for example). But why is this a MVC related question?
Radu Enuca | Blog
thaicarrot
Contributor
5120 Points
1459 Posts
Re: How can I make my local PC to be publicly available?
Mar 29, 2012 10:05 AM|LINK
See:
https://www.x.com/
I have been working and trying to integrated x.commerce onto MVC4. There's no information for me.
I can send messages to twitter, google+, google, PayPal, facebook, show product on ebay page etc. That is why.
Weera
raduenuca
All-Star
24675 Points
4250 Posts
Re: How can I make my local PC to be publicly available?
Mar 29, 2012 10:15 AM|LINK
So if you want to set this
Endpoint URL
The URL of the capability you are registering. All capabilities must be available from a publicly accessible URL on your sever where you can receive messages. When you register a capability, this field is not required. But this is required before you can test your capability.
The best way is to have a hosting space where you can publish your application. That will have a public IP.
Otherwise you may get by with a router that knows how to talk with a Dynamic DNS service (this means publishing the current IP address at a specific interval) and then you can access your network by name.dyndns.com:XXXX. After that you need to forward the traffic incoming on port XXXX to the correct computer and port. => this is the cheapest version of having a public facing address.
Radu Enuca | Blog
thaicarrot
Contributor
5120 Points
1459 Posts
Re: How can I make my local PC to be publicly available?
Mar 29, 2012 10:20 AM|LINK
Have you ever been with x.commerce? I got it work.
My public pc. Just for test.
http://162.168.1.42:9091/scratchpad
Weera