I have created a web application using asp.net3.0 and sql server. I want to host that application in web. I am using filezilla for uploading files to server.i uploaded the aspx files to a server. but i donot know where to and how to upload the database .
Also i need to know the changes i need to make in the connection string. please help me to solve this problem...i am expecting cooperation from all of you.
Thanks
Abhi
VS 2005 Web Deployment ProjectsVisual Studio 2005 Web Deployment ProjectsWebDeploymentSetup.msiweb deployasp.netWeb Deployment ProjectVWD Express 2005 App Publishingwdp Web Deployment Project Custom Configuration ConfigurationSection ConfigurationSectionGroupweb deployment projectsWeb Deployment 2008webb setup project"Web Deployment Project" MSCRM4.0ASPNETWeb Site ProjectWeb Servervisual studio 2008 projectWeb setup project : sql connectionstring problemDeployment toolsSQL Practicedeploying websetup in windows 2000 serverweb deployment project duplicate class nameSetup and Deployment Databaseaspnetdb aspsqlproviderweb set-upDeployment Problemweb deployment
Please give me answer to my question...i want to know how to deploy my database along with my web application...Your post only describibng how to deploy web application....i want to know whether i need to deploy database along with web application? if so,
then how and where?
abhilashkana...
Member
1 Points
30 Posts
how to deploy an asp.net application in web
Apr 19, 2010 05:38 AM|LINK
Hi all..
I have created a web application using asp.net3.0 and sql server. I want to host that application in web. I am using filezilla for uploading files to server.i uploaded the aspx files to a server. but i donot know where to and how to upload the database . Also i need to know the changes i need to make in the connection string. please help me to solve this problem...i am expecting cooperation from all of you.
Thanks
Abhi
VS 2005 Web Deployment Projects Visual Studio 2005 Web Deployment Projects WebDeploymentSetup.msi web deploy asp.net Web Deployment Project VWD Express 2005 App Publishing wdp Web Deployment Project Custom Configuration ConfigurationSection ConfigurationSectionGroup web deployment projects Web Deployment 2008 webb setup project "Web Deployment Project" MSCRM4.0 ASPNET Web Site Project Web Server visual studio 2008 project Web setup project : sql connectionstring problem Deployment tools SQL Practice deploying websetup in windows 2000 server web deployment project duplicate class name Setup and Deployment Database aspnetdb aspsqlprovider web set-up Deployment Problem web deployment
Abhi
qwe123kids
All-Star
48619 Points
7957 Posts
MVP
Re: how to deploy an asp.net application in web
Apr 19, 2010 01:19 PM|LINK
Hi,
http://www.beansoftware.com/ASP.NET-Tutorials/Set-Up-IIS-ASP.NET.aspx
http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx
http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx
deploying asp.net in IIS
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
abhilashkana...
Member
1 Points
30 Posts
Re: how to deploy an asp.net application in web
Apr 20, 2010 12:26 PM|LINK
Please give me answer to my question...i want to know how to deploy my database along with my web application...Your post only describibng how to deploy web application....i want to know whether i need to deploy database along with web application? if so, then how and where?
Abhi
qwe123kids
All-Star
48619 Points
7957 Posts
MVP
Re: how to deploy an asp.net application in web
Apr 20, 2010 12:49 PM|LINK
Hi,
if u have diifernet Sqlserver.. u may use web.config file..
http://www.connectionstrings.com/sql-server-2005
sqlserver connection string
OR
if u want sqlserver mdf file then
http://weblogs.asp.net/scottgu/archive/2007/06/15/tip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx
http://forums.asp.net/p/1253826/2325065.aspx#2325065
http://www.asp.net/learn/hosting/tutorial-07-cs.aspx
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
hans_v
All-Star
35986 Points
6550 Posts
Re: how to deploy an asp.net application in web
Apr 20, 2010 03:20 PM|LINK
There's a Deploying and Running Websites section on this website which also includes a tutorial on how to deploy a SQL Server Database
http://www.asp.net/learn/hosting/tutorial-07-cs.aspx