Please tell me how to resolve this error?
and i want host my site,please tell me How to upload database and how to change connection string in webconfig file.. Its little urgent please reply me the solution.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted May 20, 2011, 3:20 AM
Here select the tables,views ,sp and user defined function if any. Save the script into a sql file.
2) Web.config : In the web.config you can see the connectionstring section, there you can give your production database details,
servername, database,username and password details.
Refer : www.connectionstrings.com
3) Once you update the web.config details, build your application and publish into a folder by using visual studio.
4) Copy the published files into your production server. Go to IIS in the Production server , create a web site and map the path to the published files. Check the authentication section once.
5) Run the sql scripts in the sql server.
Moreover, can you post the error details?
Hope this helps.
Abhimanyu K VatsaPosted May 23, 2011, 5:13 AM
Posted May 20, 2011, 5:03 AM
http://www.connectionstrings.com/Articles/Show/store-connection-string-in-web-config
For database, create the database manually by using SQL Server management studio. Once the db is created, select the database and your database script there.
Suthish NairPosted May 20, 2011, 4:21 AM
Periyannan GPosted May 20, 2011, 4:13 AM
and I have already deploy asp.net pages not database. i don't have enough knowledge about how to deploy database and change the connection string.