﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Newest KB Articles in Databases</title>
    <description>Recent additions to the Knowledge Base from Integral Hosting</description>
    <link>http://www.integralhelp.com/KB/c7/databases.aspx</link>
    <dt>Sat, 04 Sep 2010 17:47:39 GMT</dt>
    <generator>SmarterTrack Professional 3.6.3267</generator>
    <item>
      <title>How to configure the ASP.NET 2.0 Membership/Roles Provider to use SQL 2000 or SQL 2005?</title>
      <link>http://www.integralhelp.com/KB/a31/how-to-configure-aspnet-20-membershiproles-provider.aspx</link>
      <pubDate>Tue, 01 Jul 2008 17:43:15 GMT</pubDate>
      <guid isPermaLink="false">kbarticle31</guid>
      <description>The information in this article applies to:&lt;BR&gt;
&lt;BR&gt;
ASP.NET 2.0 &lt;BR&gt;
MS SQL 2000 &lt;BR&gt;
MS SQL 2005 &lt;BR&gt;
&lt;BR&gt;
SUMMARY&lt;BR&gt;
&lt;BR&gt;
This article describes how to configure the ASP.NET 2.0 Membership/Roles provider to use SQL 2000 or SQL 2005. &lt;BR&gt;
&lt;BR&gt;
DETAILS&lt;BR&gt;
&lt;BR&gt;
First you will need to create the database in HELM control panel to use with DotNetNuke. If you have purchased a DotNetNuke hosting package then you will already have a SQL Server database resource for you to utilize.&lt;BR&gt;
&lt;BR&gt;
Now use the following steps to create the full Application Services database schema on our SQL Server database. &lt;BR&gt;
Open the command prompt on your local computer, and navigate to: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 &lt;BR&gt;
Execute the command: aspnet_regsql.exe -S [DB Server Name] -U [DB login] -P [Password] -A all -d [Database name]&lt;BR&gt;
Currently, there is no management interface to manage the membership database besides using Visual Web Developer or creating your own application using the membership provider class. &lt;BR&gt;
&lt;BR&gt;
Below is an example of how to configure Visual Web Developer to manage the membership database. &lt;BR&gt;
&lt;BR&gt;
Create a web application in Visual Web Developer or Visual Studio 2005. &lt;BR&gt;
Open the web.config. &lt;BR&gt;
The default membership provider uses a connection string called "LocalSqlServer". Therefore, replace: &lt;BR&gt;
&amp;lt;connectionStrings/&amp;gt;&lt;BR&gt;
&lt;BR&gt;
with&lt;BR&gt;
&lt;BR&gt;
&amp;lt;connectionStrings&amp;gt;&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;remove name="LocalSqlServer" /&amp;gt;&lt;BR&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;add name="LocalSqlServer" connectionString="Data Source=&lt;DB_SERVER&gt;;Integrated Security=false;Initial Catalog=&lt;DB_NAME&gt;;User ID=&lt;DB_USER&gt;;Password=&lt;DB_PASSWORD&gt;" providerName="System.Data.SqlClient" /&amp;gt;&lt;BR&gt;
&amp;lt;/connectionStrings&amp;gt;&lt;BR&gt;
&lt;BR&gt;
Save and close the web.config. &lt;BR&gt;
Go to Website menu, and run the ASP.NET Configuration tool. This will open the Web Site Administration tool. &lt;BR&gt;
In the Web Site Administration tool, go to the Security tab. &lt;BR&gt;
Click on "Select authentication type". &lt;BR&gt;
Select "From the internet". Click the Done button. &lt;BR&gt;
Create your admin roles and users. &lt;BR&gt;
Then create access rules. &lt;BR&gt;
Create a rule that applies to the "Anonymous users" with "Deny" permissions. &lt;BR&gt;
Create another rule that applies to the admin role you created with "Allow" permissions. &lt;BR&gt;
Your application is now ready to use the membership provider, and you can begin creating your login forms.</description>
    </item>
    <item>
      <title>How can I secure my Access database on your servers?</title>
      <link>http://www.integralhelp.com/KB/a30/how-can-i-secure-my-access-database-on-your-servers.aspx</link>
      <pubDate>Tue, 01 Jul 2008 17:42:03 GMT</pubDate>
      <guid isPermaLink="false">kbarticle30</guid>
      <description>The information in this article applies to:&lt;BR&gt;
&lt;BR&gt;
Database Security&lt;BR&gt;
&lt;BR&gt;
DETAILS&lt;BR&gt;
&lt;BR&gt;
You have a /db/ or a /data/&amp;nbsp;folder above the wwwroot folder so that your access database cannot be downloaded via the web. *NOTE You will also be required to enable Parent Paths under 'Website Settings' in the control panel.</description>
    </item>
    <item>
      <title>What databases are supported?</title>
      <link>http://www.integralhelp.com/KB/a29/what-databases-are-supported.aspx</link>
      <pubDate>Tue, 01 Jul 2008 17:41:18 GMT</pubDate>
      <guid isPermaLink="false">kbarticle29</guid>
      <description>This information in this article applies to:&lt;BR&gt;
&lt;BR&gt;
Database Support&lt;BR&gt;
&lt;BR&gt;
DETAILS&lt;BR&gt;
&lt;BR&gt;
We support the following database types:&lt;BR&gt;
&lt;BR&gt;
Microsoft Access (mdb)&lt;BR&gt;
Microsoft Excel (xls)&lt;BR&gt;
Text (txt/csv)&lt;BR&gt;
Extensible Markup Language (xml)&lt;BR&gt;
Microsoft SQL Server 2000&lt;BR&gt;
Microsoft SQL Server 2005</description>
    </item>
    <item>
      <title>Remote Connections for SQL Server 2005</title>
      <link>http://www.integralhelp.com/KB/a8/remote-connections-for-sql-server-2005.aspx</link>
      <pubDate>Tue, 01 Jul 2008 12:30:48 GMT</pubDate>
      <guid isPermaLink="false">kbarticle8</guid>
      <description>&lt;P align=left&gt;Remote Connections to the MS SQL Server are enabled for all SQL Server 2005 instances. &lt;/P&gt;
&lt;P align=left&gt;&lt;STRONG&gt;HELM3 Accounts:&lt;/STRONG&gt; &lt;BR&gt;
Connection information can be found within the Database Manager screen. to get to the Database Manager; Control Panel to, Domains, then select Database Manager.&lt;/P&gt;
&lt;P align=left&gt;Once in the Database Manager, select the database you wish to make a remote connection to.&amp;nbsp; Notice the "Connection Information" field.&amp;nbsp; This will be populated with the remote connection string and local connection strings you should be using.&lt;/P&gt;
&lt;P align=left&gt;&lt;STRONG&gt;DotNetPanel Accounts:&lt;BR&gt;
&lt;/STRONG&gt;The connection information from within DotNetPanel can be found in the "Space Summary". To navigate to the space summary login to your DotNetPanel account and click on your space. On the next screen click the "Space Summary" link located on the right of the screen.&lt;/P&gt;
&lt;P align=left&gt;Please be aware that in order to connect remotely use SQL Server Management Studio 2005. Enterprise Manager is not supported and will fail if you try to connect to&amp;nbsp;an SQL Server 2005&amp;nbsp;database.&lt;/P&gt;</description>
    </item>
  </channel>
</rss>