<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do you access MS Access in a different domain?</title>
	<link>http://ask.metafilter.com/58765/How-do-you-access-MS-Access-in-a-different-domain/</link>
	<description>Comments on Ask MetaFilter post How do you access MS Access in a different domain?</description>
	<pubDate>Thu, 15 Mar 2007 08:36:08 -0800</pubDate>
	<lastBuildDate>Thu, 15 Mar 2007 08:36:08 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do you access MS Access in a different domain?</title>
		<link>http://ask.metafilter.com/58765/How-do-you-access-MS-Access-in-a-different-domain</link>	
		<description>I&apos;m trying to get my head around some Microsoft Access security issues, and could use some help. &lt;br /&gt;&lt;br /&gt; My company has a website (on IIS6). A portion of that website (written in ASP), pulls data from a Microsoft Access database, located on the same server.&lt;br&gt;
&lt;br&gt;
The ASP web site is now moving to a data centre, to a server in a different Active Directory domain (no trust yet exists between the two domains), but the Access database has to stay where it is (other applications reference it).&lt;br&gt;
&lt;br&gt;
Previously, the &quot;anonymous access&quot; internet account had permission to read/write to the Microsoft Access database. But now the &quot;anonymous access&quot; account is in a different AD domain, and as such can&apos;t be granted read/write access to the Access file (unless I&apos;m very much mistaken).&lt;br&gt;
&lt;br&gt;
So, my question is - what is the quickest/simplest way to grant the ASP application access to the Microsoft Access file? Is there someway I can specify the Active Directory account to authenticate as in the connection string or something?&lt;br&gt;
&lt;br&gt;
Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.58765</guid>
		<pubDate>Thu, 15 Mar 2007 07:50:17 -0800</pubDate>
		<dc:creator>chill</dc:creator>
		
			<category>Microsoft</category>
		
			<category>Access</category>
		
			<category>security</category>
		
			<category>authentication</category>
		
	</item> <item>
		<title>By: chill</title>
		<link>http://ask.metafilter.com/58765/How-do-you-access-MS-Access-in-a-different-domain#883245</link>	
		<description>Aah, now since I posted this, someone else has potentially found the answer. Need to read up on how this Remote Server business works, but the connection string is:&lt;br&gt;
&quot;Provider=MS Remote;Remote Server=http://www.xxx.com;Remote Provider=Microsoft.Jet.OLEDB.4.0;Data Source=xxx.mdb;uid=xxx\xxx;Password=xxx&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.58765-883245</guid>
		<pubDate>Thu, 15 Mar 2007 08:36:08 -0800</pubDate>
		<dc:creator>chill</dc:creator>
	</item><item>
		<title>By: sluglicker</title>
		<link>http://ask.metafilter.com/58765/How-do-you-access-MS-Access-in-a-different-domain#883278</link>	
		<description>sp_addlinkedserver [ @server = ] &apos;server&apos;&lt;br&gt;
    [ , [ @srvproduct = ] &apos;product_name&apos; ]&lt;br&gt;
    [ , [ @provider = ] &apos;provider_name&apos; ]&lt;br&gt;
    [ , [ @datasrc = ] &apos;data_source&apos; ]&lt;br&gt;
    [ , [ @location = ] &apos;location&apos; ]&lt;br&gt;
    [ , [ @provstr = ] &apos;provider_string&apos; ]&lt;br&gt;
    [ , [ @catalog = ] &apos;catalog&apos; ]</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.58765-883278</guid>
		<pubDate>Thu, 15 Mar 2007 09:01:18 -0800</pubDate>
		<dc:creator>sluglicker</dc:creator>
	</item><item>
		<title>By: mrbugsentry</title>
		<link>http://ask.metafilter.com/58765/How-do-you-access-MS-Access-in-a-different-domain#883280</link>	
		<description>Usually the answer here is &quot;use a real database.&quot;  That is far and away the best way to handle this.&lt;br&gt;
&lt;br&gt;
Is it asp.net or &quot;classic&quot; asp?  If .NET you could run your data calls through a webservice in the domain that contains the db.  So keep data code in Domain A, and have the web app run in Domain B.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.58765-883280</guid>
		<pubDate>Thu, 15 Mar 2007 09:01:57 -0800</pubDate>
		<dc:creator>mrbugsentry</dc:creator>
	</item><item>
		<title>By: sluglicker</title>
		<link>http://ask.metafilter.com/58765/How-do-you-access-MS-Access-in-a-different-domain#883294</link>	
		<description>Except that the first DATA step generates a data set containing a covariance matrix for the ARRIVING and LEAVING variables. The covariance is:&lt;br&gt;&lt;br&gt;&lt;br&gt;
|1 .7|&lt;br&gt;&lt;br&gt;
|.7 1|&lt;br&gt;&lt;br&gt;&lt;br&gt;
Otherwise, not a bad idea.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.58765-883294</guid>
		<pubDate>Thu, 15 Mar 2007 09:12:59 -0800</pubDate>
		<dc:creator>sluglicker</dc:creator>
	</item>
	</channel>
</rss>
