|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How to access my asp files from a different computer
Hi all,
Someone help me on accessing my .asp files from a different computer. Should I place them on a specific directory. I tried giving like... http://12.222.221.229:8080/Asp/get.asp but it never workd' Thanks |
|
#2
|
|||
|
|||
|
I'd worry about getting it to work on your own computer. unless you know you change it to run on port 8080 it defaults to port 80 which is the port for web pages. if you are running it on 8080 then your link should work. if not remove the :8080.
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
Dear nopoints,
Thanks for the suggestion! And ofcourse, I can access pretty good on my computer(I figured out how ) Because this is something that I need to show at a different location, I am worried how to access it. I will try not to use 8080 port. Please flood a few more pointers if you have on this!Thanks Mave |
|
#4
|
|||
|
|||
|
how is this "other" computer conntected to you (internet, lan, etc)?
|
|
#5
|
|||
|
|||
|
Well,
I am trying to access my file from a complete different location...so that would probably be thru internet |
|
#6
|
|||
|
|||
|
then you need to know the IP address of your computer that was given to you by your ISP, which means you must be connected to the internet. IIS must also be running. then just type in that IP address into the browser and it should connect to your computer and display your site.
|
|
#7
|
|||
|
|||
|
Accessible
Yup, I can access that file! Thanks to nopoints!
Mave |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > How to access my asp files from a different computer |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|