Re: ASP on local network?



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
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
.asp
pages and was wondering if it was possible to make use of all of the
written
.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






.



Relevant Pages

  • Disable IIS5 asp buffering good idea ?
    ... We've an asp application, which also uses some COM+ objects to access an SQL ... Server 2000 backend server. ... formated html data to the client. ... consume all available cpu in the IIS server, cpu which is split equally 50% ...
    (microsoft.public.inetserver.iis)
  • Re: IIS downtime!
    ... Start by disabling "Show Friendly HTTP errors" in IE (Tools -> Internet ... : processed by the server. ... but the asp pages are not.. ... :>: How can a IIS server start the asp processing server for just ...
    (microsoft.public.inetserver.iis)
  • Re: Getting attacked on port(s) 53, 139, 445 & 1433???
    ... the traffic is originating from your IIS server, ... If you can confirm that the traffic is really coming from your IIS server, ... Note that successful IIS buffer overflow attacks don't show up in the IIS ... > these ports is because these ports are the only ones ...
    (microsoft.public.inetserver.iis.security)
  • Re: Socket programming in asp.net ?
    ... about the client itself is often complex. ... server, and your client machines will more than likely be behind NATs, ... this data received from IIS server machine. ... socket programming concepts in c# will be ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Calling a DCOM component from ASP
    ... This solution is working for me for Win2K component server and Win2003 ... On the client which host the asp, ... It depends on who log in to the IIS server. ... > Server.CreateObject failed while checking permissions. ...
    (microsoft.public.inetserver.iis.security)

Loading