Re: ASP on local network?
- From: "J" <IDontLikeSpam@xxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 09:52:29 -0800
Thanks for the info Athony. Much appreciated.
Take care.
J
"Anthony Jones" <Ant@xxxxxxxxxxxxxxxx> wrote in message
news:eGBcoOSRHHA.3996@xxxxxxxxxxxxxxxxxxxxxxx
"J" <IDontLikeSpam@xxxxxxxxxxx> wrote in message
news:%23D7KmVLRHHA.1208@xxxxxxxxxxxxxxxxxxxxxxx
Hello. Sorry if this doesn't sound like much sense but is it possible to.asp
run .asp pages on a local internal network server (not the development
\localhost\ address and not on the public internet)? I have a bunch of
pages and was wondering if it was possible to make use of all of thewritten
.asp code (including calls to SQL Server stored procedures) instead of
putting them on the webserver could i put them on a local internal
network
server for users to access?...or does it need to have IIS to run these on
the web server only.
You need an IIS server.
If you can access them as a developer as http://localhost/ then you can
also
access them as http://<yourmachinename>/
Other users on your LAN can also access those pages as
http://<yourmachinename>/.
If you don't want others accessing your machine as an IIS server since
it's
the development machine the you can probably pick on any XP Pro machine
with
IIS installed to act as the server. Just don't try to use it too heavily
since XP has the number of inbound connections it will serve capped pretty
tightly.
Thanks in advance.
J
.
- References:
- ASP on local network?
- From: J
- Re: ASP on local network?
- From: Anthony Jones
- ASP on local network?
- Prev by Date: Re: ASP on local network?
- Previous by thread: Re: ASP on local network?
- Index(es):
Relevant Pages
|
Loading