473,385 Members | 1,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How do I copy App_Data info to production server?

I have been following a few walkthroughs that came with VS 2005, and they
work fine (I had to change the machine.config files to work with my SQL 2005
Pro version, instead of the SQL 2005 Express). Pages dealing with logins,
New users, etc... locally work fine, I am able to add users, log in or off,
etc...

Now, I would like to see how to do that when I copy the pages to the remote
production server of my ISP. Right now, it is running SQL 2000, in a week
it will be running 2005.

Just trying to copy everything does not work. How can I get to use the
pages that (seem to) depend on the App_Data file in the solution explorer to
work on the remote computer? The rest of the site written using VS2005 that
uses the remote sql 2000 server work fine.

TIA, and Happy New Year!
Dec 30 '05 #1
1 1745
If you are using membership, you are forced to either set up an Access or SQL
database (or write a custom provider). SQL Server 2005 can be set up to work
off of an MDB file without much work; SQL Server 2000 forces you to attach
the MDB as a database (no automagic stuff). Bearing this in mind, you cannot
simply copy app_data for SQL 2000.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
"Paolo" wrote:
I have been following a few walkthroughs that came with VS 2005, and they
work fine (I had to change the machine.config files to work with my SQL 2005
Pro version, instead of the SQL 2005 Express). Pages dealing with logins,
New users, etc... locally work fine, I am able to add users, log in or off,
etc...

Now, I would like to see how to do that when I copy the pages to the remote
production server of my ISP. Right now, it is running SQL 2000, in a week
it will be running 2005.

Just trying to copy everything does not work. How can I get to use the
pages that (seem to) depend on the App_Data file in the solution explorer to
work on the remote computer? The rest of the site written using VS2005 that
uses the remote sql 2000 server work fine.

TIA, and Happy New Year!

Dec 30 '05 #2

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

Similar topics

1
by: Khue Pham | last post by:
Does anyone knows how to copy database from one server to another. By copying I mean literally everything, not just the database. I know we can dump the database from one server then reload it to...
4
by: Hugo Flores | last post by:
I created a Web Application Project in VS 2005. The site is working fine in the development computer. Then I transfer all my files and dll to the production computer. I have a login form. If I try...
5
by: CharlesA | last post by:
hi folks I'm working on reverse engineering TheBeerHouse by Marco Bellinaso which appears to have 100% unanimous approval on Amazon. I got the book and downloaded the code and I opened the...
0
by: PinkBishop | last post by:
Question regarding the ASP.NET 2.O Membership / Role component The following works fine on local machine and networked dev box. ASP.NET Membership protecting files and folders. I am trying...
2
by: itfetish | last post by:
I've just upgraded our WIndows 2003 (with SBS server) web server to .Net framework 2.0 (it had 1.1 before) As I have been working on a web parts page on my laptop, hosting it there, working...
3
by: Ilyas | last post by:
Hi I f I place an .mdf file inside the App_data to deploy a web app - can I deply my site so that the database at runtime is picked up in the App_data directory? Would my server need to have...
0
by: aboutjav.com | last post by:
Hi, How do I attach the .mdf and .ldf with the SQL Server Management Studio Express? Do I attached all 4 files? MyWebSiteName_log.LDF MyWebSiteName.mdf ASPNETDB.MDF aspnetdb_log.ldf
7
by: Arthur | last post by:
hi, this might be a simple one to them who know: i'm developing an asp.net project and use the debug mode. i have a xml file which contains data, that shall be read, if a specific page is...
0
by: =?Utf-8?B?YW5raXQuc3Jp?= | last post by:
Hi, I have a issue deploying a MCMS based webapplication which is developed in Asp.net 2.0 on the Production box, the issue is :There is a customized configuration XML which is residing under the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...

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.