473,789 Members | 2,624 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HELP PLEASE!! one mdb - same machine - different domains

Hi everyone!

Must deliver my project tomorrow....It' s nearly finished.
I've set up a website to be published in 3 different domains.

- same webserver (I mean physically the same machine)
- same .mdb
- must display data on a page published on 3 different domains, with
different look and feel
- I use a dsn-less connection

I thought that specifiying the physical address of the .mdb in the
connection string was enough. But apparently it isn't. As far as I
know, can be also a permission problem. I receive a nondescript error
message on the other domains.

Is there a way to connect on a database in the same machine but
different domain?

THANK YOU!!! Barbara

Nov 13 '05 #1
1 1360
Pretty sure that you'll need a different front-end ASP for each domain.
-Ed

"barbaraJac ob" <bc******@virgi lio.it> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
Hi everyone!

Must deliver my project tomorrow....It' s nearly finished.
I've set up a website to be published in 3 different domains.

- same webserver (I mean physically the same machine)
- same .mdb
- must display data on a page published on 3 different domains, with
different look and feel
- I use a dsn-less connection

I thought that specifiying the physical address of the .mdb in the
connection string was enough. But apparently it isn't. As far as I
know, can be also a permission problem. I receive a nondescript error
message on the other domains.

Is there a way to connect on a database in the same machine but
different domain?

THANK YOU!!! Barbara

Nov 13 '05 #2

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

Similar topics

5
3497
by: duikboot | last post by:
Hi all, I'm trying to export a view tables from a Oracle database to a Mysql database. I create insert statements (they look alright), but it all goes wrong when I try to execute them in Mysql, because the dates must have quotes on each side. I just don't know how make the dates right. Well I'll just show you the code and some insert statements it generates. Could anyone please help me?
1
3913
by: WeAreGoing! | last post by:
Hello. I need to transfer an MD5 digest number between two pages on different domains. I know this is generally not possible, but I have full access on one domain and can insert Javascript at will into tha pages of the other. I'd like to be able to store the number into a cookie for retrieval by either set of pages. I've been racking my brains for a couple of days on this one and just can't come up with the answer. Thanks in...
23
3290
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application to create certain textboxes, labels, and combo boxes? Any ideas would be appreciated. Thanks
0
1310
by: Ramkrishna Kulkarni | last post by:
Hi, We are using UploadData method of WebClient class in C# to establish connection(s) between two machines(typical client/server). Connection is established if the machines are on same domain. If machines are on different domains client state is SYN_SENT (and not ESTABLISHED as expected). This problem does not arise if we use sockets. Is this a problem with WebClient class or is it some networking issue(firewall etc)? Thanks,
4
2704
by: Ian | last post by:
Can anyone help I have a web server on the internet with and ASP.NET application on it, the application is set to allow Anonymous Access and Integrated Windows. The Web.config is set to use Forms authentication. On the server side, where the web server is I have set IIS to disable Anonymous access and allow Integrated Windows. I have sync'd both the APSNET account on the web servers and application server so that access will be...
2
1011
by: Trevor Oakley | last post by:
I have written an account/cart/search facility at redburg.co.uk and now I need to implement it elsewhere, eg at safavid.co.uk. The closest parallel solution I can think of is a Java Package which has several classes and can be accessed via a routine. Similarly I would like to bundle the c# code (eg cart etc) into a class (namespace) and then deploy that but allow access from some control routines from new domains. I need therefore to...
2
4502
by: Josef Meierhofer | last post by:
Hi everybody, there are several SQL-Server 2000 databases within a company located on different servers in different domains. On every database you can find the same table X. I want to merge these tables X (UNION query) and print the result with a Crystal Report. Unfortunately I only have little knowledge on security, domains,
1
1487
by: timmmahh | last post by:
I want to use the new encryption capabilities in .NET 2.0 remoting (e.g using the secure attribute). I've got my demo to work on a single and multiple server deployment in the same domain, but will this also work across different domains or workgroups? I've not looked into the authenticate issues thus far, so would appreciate it if someone could let me know! Thanks in advance
2
1481
by: mukeshrasm | last post by:
Hi I want to redirect different domains which I have to my newly created website using dotnetnuke. As it is currently working on this site bytes.com(when user type thescripts.com it redirects user to bytes.com)
0
10408
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10139
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9983
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9020
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4092
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3700
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.