|
-
Dec 16th, 2009, 09:32 PM
#1
Thread Starter
Addicted Member
Creating Internet Ports
There are some programs like uTorrent that allow me log into them through the url:
http://localhost:8080/gui/
How would I be able to create a port like that, and display information there?
VBNetDude - Thinking Programmatically
By Silver Seal Software
Don't forget to mark your thread as "Resolved" using the Thread Tools menu on top. And don't forget to rate the answers that help you the most! 
-
Dec 16th, 2009, 09:42 PM
#2
Re: Creating Internet Ports
What you've shown there is something you configure in a web server. You create a web site and specify that it's available on port 8080 rather than the standard HTTP port 80.
You can make your .NET apps listen for connections on any port you want using a TcpListener but that doesn't mean you can access them using an HTTP address in a browser.
-
Dec 16th, 2009, 09:50 PM
#3
Thread Starter
Addicted Member
Re: Creating Internet Ports
Could I create my own server? I guess that is what I am trying to do.
Here is a link to a website that does something like what I want: HFS ~ HTTP File Server
VBNetDude - Thinking Programmatically
By Silver Seal Software
Don't forget to mark your thread as "Resolved" using the Thread Tools menu on top. And don't forget to rate the answers that help you the most! 
-
Dec 17th, 2009, 09:58 PM
#4
Thread Starter
Addicted Member
Re: Creating Internet Ports
I would like an HTTP Port opened I my computer...
VBNetDude - Thinking Programmatically
By Silver Seal Software
Don't forget to mark your thread as "Resolved" using the Thread Tools menu on top. And don't forget to rate the answers that help you the most! 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|