Hi
a) You need a static *public* address. I assume you already have one - it's
assigned to your router. If you are using NAT to hide your internal
addresses (becuase they are not public), then your NAT device should be able
to do port-forwarding. Forward port 80 (for HTTP traffic) to your internal
webserver. Otherwise, if your internal addresses are public, you don't need
to do anything.
b) On IIS, the most common development platforms are ASP and ASP.NET. There
are lots of books available on developing ASP or ASP.NET applications. For
ASP.NET I recommend Stephen Walther's ASP.NET Unleashed:
www.adopenstatic.com/resources/books/ For Classic ASP (which is an older
technology), I'd recommend the Wrox Beginning ASP v3 and Professional ASP v3
(if you can still get hold of them).
Cheers
Ken
"Jim" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
news:6953D69F-19CC-413C-B059-4B6C7641C574@microsoft.com...
: I need help understanding some really basic concepts.
:
: We're a small office that has hitherto developed Access applications that
crunch our client's data for them. So now they want an internet application.
:
: What do I have to do to make the Access data on a machine in our office
available for queries from a website form residing on a unix server
somewhere out there on the internet.
:
: The machines in the office are networked and running XP and are connected
to the internet via DSL. We want only one of them to be available onLine and
only to queries from a specific website.
:
: Am I correct in assuming:
: 1) I need IIS
: 2) I need a static IP but not necessarily a domain name. (But how does the
IP address get pointed to my machine.)
: 3) I need a router to direct the request to the correct machine in the
office.
: 4) The IIS that comes with XP Professional will be sufficient for
development but not so once the whole ball of wax is up and working.
: 5) In the long run I'll probably drive myself crazy if I try and do it
myself and should probably hire someone who knows what's what.
: 6) OR, It would probably be easier all around for me to just move our data
to mySQL and write some Perl scripts. At least the whole mess is in one
place and I wouldn't need to try and wrap my brain around all of this.
Although I'm more than willing to try if someone out there can jump start my
synapses.
:
: Thanks in advance for any help,
:
: Jim >> Stay informed about: Getting Started