Use FTP , upload your site to server (keep in mind you will have to upload bin folder and all the dlls too), go to Godaddy's control panel make sure you use asp.net 4.0 and set permission to App_Data folder (must be read/write) and it will work
I upload my files and folders using WebMatrix and/or Expression 4 to Go Daddy srvers with really no issues. 3rd party ftp clients I've had issues. If it will run on your local iis it will run on Go Daddy.
U need to use FTP and transfer your site files to your GoDaddy server.
In order to create a database for my webmatrix site on hostgator...I had taken a backup of my webmatrix site database and then next i created a database on my hostgator server and restored the database backup file on that database. Similarly you can do on
your GoDaddy server.
For connecting the database with your webmatrix site you need to alter your web.config..check that out here
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
Inorder to take the Backup of your Webmatrix Database and Install it on your GoDaddy Server
1. Migrate your database from SQL Server CE to SQL Server Express, That can done by the Migrate Button in Webmatrix.
2. Login to your SQL Server Express using SSMS and then take a backup of that database.(Remember both the database backup file and the database on your GoDaddy server should be of SQL Server 2008 )
3. Now create a database on your server and then restore that database file on that database.
4. Done
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
But what if we wants our site to connect to GoDaddy's SQL Server and not SQL Server CE database file in our App_Data folder.
Thanks
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
pares101
Member
37 Points
37 Posts
Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 25, 2012 09:07 PM|LINK
I have all the files and I have numerous books on publishing webmatrix... need some help
the site name is djfelipekaval.com
where do i put server name , username , password and those sorts of things
Mikesdotnett...
All-Star
154955 Points
19872 Posts
Moderator
MVP
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 25, 2012 09:18 PM|LINK
I have a feeling that GoDaddy do not support Web Deploy so you should use FTP. You should check with GoDaddy.
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter
pares101
Member
37 Points
37 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 25, 2012 09:30 PM|LINK
FTP is fine.... but how do i make my database connect to the database on the server???
How do i upload everything and make everything work from the serverside at godaddy??
djfelipe.db.9512097.hostedresource.com is the server name...
pares101
Member
37 Points
37 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 25, 2012 10:40 PM|LINK
Godaddy doesnt support web deploy , so how would i add the database information????
TOMCIO
Contributor
3638 Points
833 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 26, 2012 12:39 AM|LINK
Use FTP , upload your site to server (keep in mind you will have to upload bin folder and all the dlls too), go to Godaddy's control panel make sure you use asp.net 4.0 and set permission to App_Data folder (must be read/write) and it will work
Web: Chicago Website Design
r@zorC - Open Source ASP.net CMS for WebMatrix
Sukola
Member
5 Points
2 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 26, 2012 12:52 AM|LINK
I have 4 sites that are running on Go Daddy servers, 2 of which I am developing with WebMatix.
I populate everything from MSSql, it posts to Facebook, and loads everything quite fast.
http://sixbeatsmusic.com/media/video/801451/default.cshtml
This one is HTML5, Expression 4, jPlayer with a playlist, and on Go Daddy
http://sixbeatsmusic.com/core.html
http://sixbeatsmusic.com/media/video/10111/
I upload my files and folders using WebMatrix and/or Expression 4 to Go Daddy srvers with really no issues. 3rd party ftp clients I've had issues. If it will run on your local iis it will run on Go Daddy.
David Sukola
Abhishek Luv
Participant
1746 Points
468 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 26, 2012 01:29 AM|LINK
U need to use FTP and transfer your site files to your GoDaddy server.
In order to create a database for my webmatrix site on hostgator...I had taken a backup of my webmatrix site database and then next i created a database on my hostgator server and restored the database backup file on that database. Similarly you can do on your GoDaddy server.
For connecting the database with your webmatrix site you need to alter your web.config..check that out here
http://forums.asp.net/t/1800612.aspx/1?How+can+we+connect+a+ASP+NET+web+pages+application+to+a+SQL+Server+Database+on+Hostgator
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
Abhishek Luv
Participant
1746 Points
468 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 26, 2012 01:47 AM|LINK
Inorder to take the Backup of your Webmatrix Database and Install it on your GoDaddy Server
1. Migrate your database from SQL Server CE to SQL Server Express, That can done by the Migrate Button in Webmatrix.
2. Login to your SQL Server Express using SSMS and then take a backup of that database.(Remember both the database backup file and the database on your GoDaddy server should be of SQL Server 2008 )
3. Now create a database on your server and then restore that database file on that database.
4. Done
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv
TOMCIO
Contributor
3638 Points
833 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 26, 2012 02:13 AM|LINK
WHY ??? He can simply copy entire site with sql ce database to the server - there is no need to migrate it from sql ce to full sql
Web: Chicago Website Design
r@zorC - Open Source ASP.net CMS for WebMatrix
Abhishek Luv
Participant
1746 Points
468 Posts
Re: Publishing to GoDaddy !!! now this is a mystery!!! Completely lost ....
Jun 26, 2012 02:46 AM|LINK
Yes your absolutely correct.
But what if we wants our site to connect to GoDaddy's SQL Server and not SQL Server CE database file in our App_Data folder.
With Regards
Abhishek Rajiv Luv
"Helpful then please Mark as Answer"
http://www.codeabstract.com/
http://pluralsight.com/training/users/abhishekluv