Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

viewing page from another machine?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Pls advise how do determine if DotNet and IIS is ..  
Author Message
knowgroup

External


Since: Aug 27, 2003
Posts: 4



(Msg. 1) Posted: Wed Aug 27, 2003 11:58 pm
Post subject: viewing page from another machine?
Archived from groups: microsoft>public>inetserver>iis (more info?)

hi...

Can I make somebody else view my webpage, that i made in
asp-mysql on anohter machine? I tried to give my ip
address to another person to view my page. But it doesnt
work. i tried as : http:\\ip-address\logindb.asp?

To run ASP on my machine i had to change my port for
localhost to 8888 from the original. Before changing it to
8888 it was giving 'in use...' error. I got asp
functioning when i changes my port to 8888. Now when i
want to make others view my page can I do it? If yes, then
i was wondering why would we need space to host a website
(small scall). I can always make my machine as the host
machine and no need to buy space and all?

can any one suggest me?

do i need to make any changes to my IIS setting for any
2nd person to view my login page?

thanks in advance.
janet

 >> Stay informed about: viewing page from another machine? 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Thu Aug 28, 2003 5:00 pm
Post subject: Re: viewing page from another machine? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

http://ip-address:8888/logindb.asp

(if you don't include the port number, then the browser will use port 80,
which is the default for HTTP traffic).

If you want to work out what other program is using port 80, then you can
use FPort from www.foundstone.com

Cheers
Ken


"janet" <knowgroup.TakeThisOut@hotmail.com> wrote in message
news:00a901c36d18$9fe985b0$a001280a@phx.gbl...
: hi...
:
: Can I make somebody else view my webpage, that i made in
: asp-mysql on anohter machine? I tried to give my ip
: address to another person to view my page. But it doesnt
: work. i tried as : http:\\ip-address\logindb.asp?
:
: To run ASP on my machine i had to change my port for
: localhost to 8888 from the original. Before changing it to
: 8888 it was giving 'in use...' error. I got asp
: functioning when i changes my port to 8888. Now when i
: want to make others view my page can I do it? If yes, then
: i was wondering why would we need space to host a website
: (small scall). I can always make my machine as the host
: machine and no need to buy space and all?
:
: can any one suggest me?
:
: do i need to make any changes to my IIS setting for any
: 2nd person to view my login page?
:
: thanks in advance.
: janet
:
:

 >> Stay informed about: viewing page from another machine? 
Back to top
Login to vote
knowgroup

External


Since: Aug 27, 2003
Posts: 4



(Msg. 3) Posted: Thu Aug 28, 2003 5:00 pm
Post subject: Re: viewing page from another machine? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

no its nto working Sad i even tried to make my intepub
folder for websharing then also it doent work. i cannot
see my page with my ip on my machine then how can any
other person see it!

any further suggestion?
thanks
 >-----Original Message-----
 >http://ip-address:8888/logindb.asp
 >
 >(if you don't include the port number, then the browser
will use port 80,
 >which is the default for HTTP traffic).
 >
 >If you want to work out what other program is using port
80, then you can
<font color=purple> >use FPort from <a style='text-decoration: underline;' href="http://www.foundstone.com</font" target="_blank">www.foundstone.com</font</a>>
 >
 >Cheers
 >Ken
 >
 >
 >"janet" <knowgroup DeleteThis @hotmail.com> wrote in message
 >news:00a901c36d18$9fe985b0$a001280a@phx.gbl...
 >: hi...
 >:
 >: Can I make somebody else view my webpage, that i made in
 >: asp-mysql on anohter machine? I tried to give my ip
 >: address to another person to view my page. But it doesnt
 >: work. i tried as : http:\\ip-address\logindb.asp?
 >:
 >: To run ASP on my machine i had to change my port for
 >: localhost to 8888 from the original. Before changing it
to
 >: 8888 it was giving 'in use...' error. I got asp
 >: functioning when i changes my port to 8888. Now when i
 >: want to make others view my page can I do it? If yes,
then
 >: i was wondering why would we need space to host a
website
 >: (small scall). I can always make my machine as the host
 >: machine and no need to buy space and all?
 >:
 >: can any one suggest me?
 >:
 >: do i need to make any changes to my IIS setting for any
 >: 2nd person to view my login page?
 >:
 >: thanks in advance.
 >: janet
 >:
 >:
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: viewing page from another machine? 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 4) Posted: Thu Aug 28, 2003 6:42 pm
Post subject: Re: viewing page from another machine? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

a) Verify your IP address (use can use a command prompt, and ipconfig.exe to
do this)

b) Verify that you have the correct port (use the IIS MMC Snapin, and check
the website's properties, and find the port that the website is listening
on)

c) Verify that your website is started - you can do this via the IIS MMC
Snapin. When you select your website node, the "Start" button at the top of
the MMC Snapin should be greyed out

d) Open your browser and goto http://yourIPAddress:YourPort/

If you still have problems please *tell* us what the problem is. Are you
receiving an error? What is it? Do you get something, but not what you
expect? etc

Cheers
Ken


"janet" <knowgroup.RemoveThis@hotmail.com> wrote in message
news:095401c36d23$9adfff80$a301280a@phx.gbl...
: no its nto working Sad i even tried to make my intepub
: folder for websharing then also it doent work. i cannot
: see my page with my ip on my machine then how can any
: other person see it!
:
: any further suggestion?
: thanks
: >-----Original Message-----
: >http://ip-address:8888/logindb.asp
: >
: >(if you don't include the port number, then the browser
: will use port 80,
: >which is the default for HTTP traffic).
: >
: >If you want to work out what other program is using port
: 80, then you can
: >use FPort from www.foundstone.com
: >
: >Cheers
: >Ken
: >
: >
: >"janet" <knowgroup.RemoveThis@hotmail.com> wrote in message
: >news:00a901c36d18$9fe985b0$a001280a@phx.gbl...
: >: hi...
: >:
: >: Can I make somebody else view my webpage, that i made in
: >: asp-mysql on anohter machine? I tried to give my ip
: >: address to another person to view my page. But it doesnt
: >: work. i tried as : http:\\ip-address\logindb.asp?
: >:
: >: To run ASP on my machine i had to change my port for
: >: localhost to 8888 from the original. Before changing it
: to
: >: 8888 it was giving 'in use...' error. I got asp
: >: functioning when i changes my port to 8888. Now when i
: >: want to make others view my page can I do it? If yes,
: then
: >: i was wondering why would we need space to host a
: website
: >: (small scall). I can always make my machine as the host
: >: machine and no need to buy space and all?
: >:
: >: can any one suggest me?
: >:
: >: do i need to make any changes to my IIS setting for any
: >: 2nd person to view my login page?
: >:
: >: thanks in advance.
: >: janet
: >:
: >:
: >
: >
: >.
: >
 >> Stay informed about: viewing page from another machine? 
Back to top
Login to vote
knowgroup

External


Since: Aug 27, 2003
Posts: 4



(Msg. 5) Posted: Thu Aug 28, 2003 6:42 pm
Post subject: Re: viewing page from another machine? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

1. i verified my ip address by typing ipconfig on c promt

2. i have the correct port..8888 ...bec i changes it to
8888 to make it running.
3. my website is started.... i stopped and restarted..to
verify again.
4. here is hte error:

......hey thanks...

while wrtign all this .. i was fiddlng with the same and i
got it workign:-)

thanks a lot!!!!

i was jsut wondering hten is my machien secured now? if i
strt giving my ip like this to others ...my machine is not
secured then ?

thanks
 >-----Original Message-----
 >a) Verify your IP address (use can use a command prompt,
and ipconfig.exe to
 >do this)
 >
 >b) Verify that you have the correct port (use the IIS MMC
Snapin, and check
 >the website's properties, and find the port that the
website is listening
 >on)
 >
 >c) Verify that your website is started - you can do this
via the IIS MMC
 >Snapin. When you select your website node, the "Start"
button at the top of
 >the MMC Snapin should be greyed out
 >
 >d) Open your browser and goto
<a style='text-decoration: underline;' href="http://yourIPAddress:YourPort/" target="_blank">http://yourIPAddress:YourPort/</a>
 >
 >If you still have problems please *tell* us what the
problem is. Are you
 >receiving an error? What is it? Do you get something, but
not what you
 >expect? etc
 >
 >Cheers
 >Ken
 >
 >
 >"janet" <knowgroup DeleteThis @hotmail.com> wrote in message
 >news:095401c36d23$9adfff80$a301280a@phx.gbl...
 >: no its nto working Sad i even tried to make my intepub
 >: folder for websharing then also it doent work. i cannot
 >: see my page with my ip on my machine then how can any
 >: other person see it!
 >:
 >: any further suggestion?
 >: thanks
 >: >-----Original Message-----
 >: >http://ip-address:8888/logindb.asp
 >: >
 >: >(if you don't include the port number, then the browser
 >: will use port 80,
 >: >which is the default for HTTP traffic).
 >: >
 >: >If you want to work out what other program is using
port
 >: 80, then you can
<font color=purple> >: >use FPort from <a style='text-decoration: underline;' href="http://www.foundstone.com</font" target="_blank">www.foundstone.com</font</a>>
 >: >
 >: >Cheers
 >: >Ken
 >: >
 >: >
 >: >"janet" <knowgroup DeleteThis @hotmail.com> wrote in message
 >: >news:00a901c36d18$9fe985b0$a001280a@phx.gbl...
 >: >: hi...
 >: >:
 >: >: Can I make somebody else view my webpage, that i
made in
 >: >: asp-mysql on anohter machine? I tried to give my ip
 >: >: address to another person to view my page. But it
doesnt
 >: >: work. i tried as : http:\\ip-address\logindb.asp?
 >: >:
 >: >: To run ASP on my machine i had to change my port for
 >: >: localhost to 8888 from the original. Before changing
it
 >: to
 >: >: 8888 it was giving 'in use...' error. I got asp
 >: >: functioning when i changes my port to 8888. Now when
i
 >: >: want to make others view my page can I do it? If yes,
 >: then
 >: >: i was wondering why would we need space to host a
 >: website
 >: >: (small scall). I can always make my machine as the
host
 >: >: machine and no need to buy space and all?
 >: >:
 >: >: can any one suggest me?
 >: >:
 >: >: do i need to make any changes to my IIS setting for
any
 >: >: 2nd person to view my login page?
 >: >:
 >: >: thanks in advance.
 >: >: janet
 >: >:
 >: >:
 >: >
 >: >
 >: >.
 >: >
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: viewing page from another machine? 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 6) Posted: Thu Aug 28, 2003 8:37 pm
Post subject: Re: viewing page from another machine? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Goto:
http://windowsupdate.microsoft.com
and make sure you have all the latest patches for your machine.

Cheers
Ken

"janet" <knowgroup.DeleteThis@hotmail.com> wrote in message
news:075a01c36d33$05fef320$a601280a@phx.gbl...
: 1. i verified my ip address by typing ipconfig on c promt
:
: 2. i have the correct port..8888 ...bec i changes it to
: 8888 to make it running.
: 3. my website is started.... i stopped and restarted..to
: verify again.
: 4. here is hte error:
:
: .....hey thanks...
:
: while wrtign all this .. i was fiddlng with the same and i
: got it workign:-)
:
: thanks a lot!!!!
:
: i was jsut wondering hten is my machien secured now? if i
: strt giving my ip like this to others ...my machine is not
: secured then ?
:
: thanks
 >> Stay informed about: viewing page from another machine? 
Back to top
Login to vote
knowgroup

External


Since: Aug 27, 2003
Posts: 4



(Msg. 7) Posted: Thu Aug 28, 2003 8:37 pm
Post subject: Re: viewing page from another machine? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks...

i will update my machine Smile)

janet
 >-----Original Message-----
 >Goto:
 >http://windowsupdate.microsoft.com
 >and make sure you have all the latest patches for your
machine.
 >
 >Cheers
 >Ken
 >
 >"janet" <knowgroup.DeleteThis@hotmail.com> wrote in message
 >news:075a01c36d33$05fef320$a601280a@phx.gbl...
 >: 1. i verified my ip address by typing ipconfig on c
promt
 >:
 >: 2. i have the correct port..8888 ...bec i changes it to
 >: 8888 to make it running.
 >: 3. my website is started.... i stopped and restarted..to
 >: verify again.
 >: 4. here is hte error:
 >:
 >: .....hey thanks...
 >:
 >: while wrtign all this .. i was fiddlng with the same
and i
 >: got it workign:-)
 >:
 >: thanks a lot!!!!
 >:
 >: i was jsut wondering hten is my machien secured now? if
i
 >: strt giving my ip like this to others ...my machine is
not
 >: secured then ?
 >:
 >: thanks
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: viewing page from another machine? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
After moving web page - After moving a web page to different folder and making a new virtual directory on same machine with same IP address, users cannot connect to web site without deleting cache of internet files, cookies and all offline content. How can the server be set...

ASP Page crashes after installing sp4 - Hello, I have a dll which is developed in VB6 sp3 and which is a drawing component called via ASP page, ir uses vbpng1.dll and zlib.dll, it was working fine until windows SP4 and Blaster patch installed, now after installation of SP4 and Patch i'm..

Page Fault high??? - Hello: I have been chasing a memory leak for several weeks. I noticed the Page Faults for "dllhost.exe" are over a million and the number is slowly creaping higher and higher. This seems excessively high? Does anyone know anything about &qu...

Error returning basic asp page - Has anyone come across an issue where asp pages don't return at all. When I browse to just a basic asp page I eventually get returned to a page that says "The page cannot be displayed". I have turned off friendly http errors but don't get any m...

No environment when running script on ASP page - We have a server running W2K SP3 that's having problems running ASP pages. The problem seems to be that there's no user environment for the user executing the ASP page (I guess it is the IWAM_<server> user), so when trying to do a..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]