473,403 Members | 2,366 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

ASP to cross-domain access

I know this was posted earlier, but I am re-posting it due ot my failure to
provide certain info. I appreciate any and all help concerning this!

We have web server A, sitting outside out firewall in the DMZ
Database server (FoxPro) B, sitting inside out firewall
No trusts, seperate domains.

Webserver A, running just ASP (No ASP.NET) needs to access a DB on B, but
just times out
with no error (bottom of page says done).

I have a strong feeling it is because we need to do cross domain pemissions.
I know how to set this up for ASPNET, but not just ASP.

Help Anyone?

Jul 19 '05 #1
3 2179
You can't go across a Firewall with any "Domain stuff".

I don't know about FoxPro itself but the FoxPro Database Server should make
itself available as a type of "Service" just like an other Database Server
would, therefore what you have to do is "publish" the Datbase Server using
the Firewall. Then you contact the external side of the Firewall *as if* it
was the Database Server and the Firewall will handle the communication
between itself and the Database Server.

Check the Firewall's documentation on how to do this. Different vendors use
different names for it,...the definitions of terms have become "chaos" with
Firewall Vendors, so some may call it "publishing" some may call it NAT,
some may call it Static NAT, some may call it Reverse-NAT, some may call it
One-toOne-NAT. You'll have to sort that out yourself.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"Jose Mariscal" <jm*******@ttcmarketingsolutions.com> wrote in message
news:#s**************@TK2MSFTNGP11.phx.gbl...
I know this was posted earlier, but I am re-posting it due ot my failure to provide certain info. I appreciate any and all help concerning this!

We have web server A, sitting outside out firewall in the DMZ
Database server (FoxPro) B, sitting inside out firewall
No trusts, seperate domains.

Webserver A, running just ASP (No ASP.NET) needs to access a DB on B, but
just times out
with no error (bottom of page says done).

I have a strong feeling it is because we need to do cross domain pemissions. I know how to set this up for ASPNET, but not just ASP.

Help Anyone?

Jul 19 '05 #2
This is NOT a NAT or firewall issue. AND yes, you CAN go across a firewall
with domain acces credentials. It just depends what type of firewall you
have. awe have a very high end one.

I have already gotten what we want doen with ASP.NET using the ASPNET user
account. How do I do the same with just ASP?
"Phillip Windell" <@.> wrote in message
news:eA**************@TK2MSFTNGP09.phx.gbl...
You can't go across a Firewall with any "Domain stuff".

I don't know about FoxPro itself but the FoxPro Database Server should make itself available as a type of "Service" just like an other Database Server
would, therefore what you have to do is "publish" the Datbase Server using
the Firewall. Then you contact the external side of the Firewall *as if* it was the Database Server and the Firewall will handle the communication
between itself and the Database Server.

Check the Firewall's documentation on how to do this. Different vendors use different names for it,...the definitions of terms have become "chaos" with Firewall Vendors, so some may call it "publishing" some may call it NAT,
some may call it Static NAT, some may call it Reverse-NAT, some may call it One-toOne-NAT. You'll have to sort that out yourself.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"Jose Mariscal" <jm*******@ttcmarketingsolutions.com> wrote in message
news:#s**************@TK2MSFTNGP11.phx.gbl...
I know this was posted earlier, but I am re-posting it due ot my failure

to
provide certain info. I appreciate any and all help concerning this!

We have web server A, sitting outside out firewall in the DMZ
Database server (FoxPro) B, sitting inside out firewall
No trusts, seperate domains.

Webserver A, running just ASP (No ASP.NET) needs to access a DB on B, but just times out
with no error (bottom of page says done).

I have a strong feeling it is because we need to do cross domain

pemissions.
I know how to set this up for ASPNET, but not just ASP.

Help Anyone?


Jul 19 '05 #3
"Jose Mariscal" <jm*******@ttcmarketingsolutions.com> wrote in message
news:uq**************@TK2MSFTNGP12.phx.gbl...
This is NOT a NAT or firewall issue. AND yes, you CAN go across a firewall
with domain acces credentials. It just depends what type of firewall you
have. awe have a very high end one.

I have already gotten what we want doen with ASP.NET using the ASPNET user
account. How do I do the same with just ASP?


Geesh!...what is it with everybody lately? It must be a full moon or
something.....

Getting doman credentials across a firewall is not the same thing as getting
Domain Fuctionality (Machine membership, Replication, ect.) over a firewall.
You are either mis-describing what you did, or what you want to do, or both.
If you just publish the stupid FoxPro box from behind the Firewall to be
available to the outside you'd been done already. I'm out-of-it, ask
somebody else.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: * ProteanThread * | last post by:
but depends upon the clique: ...
3
by: rollasoc | last post by:
Hi, Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app). Did a bit of testing. Loaded a previously saved file. A gray box appeared with the text and buttons all white...
4
by: David Peach | last post by:
Hello, hope somebody here can help me... I have a query that lists defects recorded in a user defined date range. That query is then used as the source for a Cross Tab query that cross-tabs count...
23
by: Jeff Rodriguez | last post by:
Here's what I want do: Have a main daemon which starts up several threads in a Boss-Queue structure. From those threads, I want them all to sit and watch a queue. Once an entry goes into the...
7
by: Scott M. | last post by:
How can I disable the cross-site scripting check for one particular page of a site?
1
by: Rob Woodworth | last post by:
Hi, I'm having serious problems getting my report to work. I need to generate a timesheet report which will contain info for one employee between certain dates (one week's worth of dates). I...
6
by: Robert Bravery | last post by:
Hi all, Can some one show me how to achieve a cross product of arrays. So that if I had two arrays (could be any number) with three elements in each (once again could be any number) I would get:...
7
by: Charles | last post by:
I'd like to develop a simple cross-platform application in C++. I'd like it to run in Windows, OS X, PC-BSD and Linux. From my research, it seems I should use Qt or Gtk as a graphical library. Do...
1
by: Otacon22 | last post by:
Hi all, I want to create a robot with a router board based on processor atheros 2.6, called "fonera". I have installed a version of linux, Openwrt and python and i want to use it for some...
3
by: Squat'n Dive | last post by:
Does anyone have an idea why -fno-strict-aliasing is turned off when cross compiling? in configure generated for 2.4.4: case $GCC in yes) # Python violates C99 rules, by casting between...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.