Servine wrote:
I'm trying to accomplish something that requires a page to be hosted on a port (e.g. localhost:1234)
How would I get visual basic/studio to host something like that? Does it require serialport?
Serial port should be for working with a physical serial port attached to your computer.
Is it a webpage you're trying to host?
Offline
blob8108 wrote:
Servine wrote:
I'm trying to accomplish something that requires a page to be hosted on a port (e.g. localhost:1234)
How would I get visual basic/studio to host something like that? Does it require serialport?Serial port should be for working with a physical serial port attached to your computer.
Is it a webpage you're trying to host?
yes
Offline
Have you managed to run a web server on port 80 yet?
Offline
Google has nearly all the answers.
https://www.google.com/?q=simple+visual … web+server
Offline
Magnie wrote:
Google has nearly all the answers.
https://www.google.com/?q=simple+visual … web+server
Nearly
Offline
Servine wrote:
blob8108 wrote:
Have you managed to run a web server on port 80 yet?
Yep, I've got one running right now.
@Magnie Thankyou so much! I need to test it, NOW!
No one will be able to access the website outside of your home network unless you port-forward.
http://www.scratch.mit.edu/ext/youtube/?v=Kp-R-eHiQco
Offline
Magnie wrote:
Servine wrote:
blob8108 wrote:
Have you managed to run a web server on port 80 yet?
Yep, I've got one running right now.
@Magnie Thankyou so much! I need to test it, NOW!No one will be able to access the website outside of your home network unless you port-forward.
http://www.scratch.mit.edu/ext/youtube/?v=Kp-R-eHiQco
I know how to port forward, but thanks anyway!
Offline