Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2006

Tip: Looking for answers? Try searching our database.

Membership Provider

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DenniLi - 17 Feb 2006 03:35 GMT
I have a perfectly working aspnet v2 website on my local machine with the
following connection strings:
    <connectionStrings>
        <add name="ClubSiteDB" connectionString="Data
Source=.\SQLExpress;Integrated Security=true;
                AttachDBFileName=|DataDirectory|Club.mdf;
                User Instance=True" providerName="System.Data.SqlClient"

               <add name="LocalSqlServer" connectionString="Data
Source=.\SQLExpress;Integrated Security=True;
               User
Instance=True;AttachDBFilename=|DataDirectory|ASPNET.mdf"
providerName="System.Data.SqlClient" />
/>
    </connectionStrings>

when i upload it to my remote web host with SQL 2000, it doesnt work.  I
called the support and said just
restore the database.  i use sql server mgmt studio but it wont restore or
attach the dbs.  DO i need a sql 2005
server on the remote to able to attach the sqlExpress.  do i need to copy
each tables (I tried and it give s error).

i have a simpler pages develop using access mdb drag and drop located in the
app_data folder and it is working like magic.
i am used to asp.net 1.x where even there is some code needed, i have the
sql server ready even without the
app_data folder and just connect direct to sql 2000.  Is there something
wrong in how i utilize the
above connection string or the app_data folder? How can i deploy the
aspnetdb.mdf on my remote sql 2000
only capable web host so i can use the new membership features in v2?  I
have some aspnet 2 books and all samples
work except no sample on deploying to a remote server.
Can someone please enlighten me with my ignorance?  thanks a lot.
Parag C Mehta - 17 Feb 2006 06:06 GMT
Hi Denn,

You need Sql 2005 for dynamic database attachment ("Registration") to the
server.

Best Regards,
Parag.

>I have a perfectly working aspnet v2 website on my local machine with the
> following connection strings:
[quoted text clipped - 32 lines]
> work except no sample on deploying to a remote server.
> Can someone please enlighten me with my ignorance?  thanks a lot.
DWS - 17 Feb 2006 16:55 GMT
Denili,

You need to import your database to the ISP database and change your
connection strings so they point to the ISP database.  Your ISP should have a
help page on the connection strings.

Good Luck
DWS

> I have a perfectly working aspnet v2 website on my local machine with the
> following connection strings:
[quoted text clipped - 31 lines]
> work except no sample on deploying to a remote server.
> Can someone please enlighten me with my ignorance?  thanks a lot.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.