When using WebMatrix to publish webpages we have two possibilities:
- WebDeploy
- FTP
Why when we use ftp, since it was not possible (in my particular case) to use Webdeploy for that provider (I don't know the reason), the database (sql server compact edtion) is being copied as file?
Doing so, does FTP make it impossible to access the database? Would the option "Webdeploy" work better? And when?
Please, can someone help me understand what's really happen?
hjp810
Member
25 Points
20 Posts
Webdeploy vs FTP
Mar 01, 2012 01:25 AM|LINK
When using WebMatrix to publish webpages we have two possibilities:
- WebDeploy
- FTP
Why when we use ftp, since it was not possible (in my particular case) to use Webdeploy for that provider (I don't know the reason), the database (sql server compact edtion) is being copied as file?
Doing so, does FTP make it impossible to access the database? Would the option "Webdeploy" work better? And when?
Please, can someone help me understand what's really happen?
Best regards
TOMCIO
Contributor
3648 Points
833 Posts
Re: Webdeploy vs FTP
Mar 01, 2012 02:33 AM|LINK
SQL CE it is a file based db, so it will be always copied as one to app_data folder
NO, in fact for most of the site i still use FTP
Web: Chicago Website Design
r@zorC - Open Source ASP.net CMS for WebMatrix
hjp810
Member
25 Points
20 Posts
Re: Webdeploy vs FTP
Mar 01, 2012 02:45 PM|LINK
Thank you Tomcio,
I got it now. Though it means that the problem I ran into is of different nature.
Thanks again