views:

22

answers:

0

Hi

I am trying to use the package/publish sql in VS 2010. So I went through this tutorial

http://msdn.microsoft.com/query/dev10.query?appId=Dev10IDEF1&l=EN-US&k=k%28WEBAPPLICATIONPROJECTS.DEPLOYSQLWALKTHROUGH%29;k%28TargetFrameworkMoniker-%22.NETFRAMEWORK%2cVERSION%3dV4.0%22%29&rd=true

I imported the connection string from the web.config. I put a destination database and I put a database to pull the data. I then packed it up and went to my iis server and hit "import application"

It imports my applications. I get some error about the app data folder not found or something like that but when I look it is their(and my database is not stored in there anyways).

Then I go to my ms sql server 2005 and look an no database stuff has been changed. I went to my web.config and my connection string is still the same. It is like nothing of the database is sent along.