|
|
||||||
|
#1
|
|
|
|
|
I'm going to be developing a new home page for my company's intranet.
This page will have web parts on it that can be customized by registered users (employees). My development computer has SQL Server 2005 Express installed so my application uses that by default to handle the personalization. However, the production server does not have and won't have it. I do have access to a full version of SQL Server 2005. So: 1. How can I configure my project to use a remote SQL Server 2005 instance to handle the persoanlization? 2. How do I deploy this project to the production server so that it also will use the SQL Server 2005 instance? Thanks in advance, tBR |
|
|
|
#2
|
|
|
|
|
In folder C:\Windows\Microsoft.NET\Framework\v2.0.50727 you'll find all the
SQL install scripts that you need to run on you SQL 2005 instance to create the authorization and personalization database. Once you've done that you need to change (if it;s already there) or add the SQL connection string : <remove name="LocalSqlServer"/> <add name="LocalSqlServer" connectionString="Data Source=Your data source" /> Note that you'll have to leave the "name" attributte intact as it's used by the default ASP.NET 2.0 Membership provider to locate the connection string. HTH ____________________ Konstantinos Pantos MCP Software Engineer "theBlindRef" <pem9996> wrote in message news:0260 [..] |
|
|
| Similar Threads | |
| Developing in XP, deploying in Vista I am in the process of writing programs using VB6 in XP Pro. However, I am thinking about starting over using VB2005 as my company is migrating to Vista. Two... |
|
| Developing and Deploying Pocket PC Setup Applications I've developed an MSI Installer a while back according to this pattern. [..] Of course, it has been updated with VS 2005 and .NET CF 2.0. It installs the .NET CF 2.0 cab,... |
|
| Developing and deploying Application for Pocket PC I am trying to deploy a simple "Hello World" C# application that i wrote in Visual Studio .NET 2003 and i am encountering troublem in all the following methods: 1. simple... |
|
| developing on an XP box and deploying to a W2K3Server? I am deploying webapps using XP (IIS5) and deploying them to a Windows 2003 Server box (IIS6). So far so good. However, when I try to manage my w2k3 server from XP, I get... |
|
| developing with .net on win2003 and deploying on win2000 my work station contains visual studio.net and windows2003+iis6. the production server on wich the applications run is windows2000+iis5. is there going to be a problem with... |
|
|
All times are GMT. The time now is 04:40 PM. | Privacy Policy
|