Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

How to protect ASPNETDB from Overwritten ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
luqman - 03 Jul 2007 11:39 GMT
Whenever I publish and update my web site through Visual Studio 2005, the
ASPNETDB.MDF (Sql Server Security DB) overwrites, I just want to update the
aspx files and not the ASPNETDB.MDF file in App_Data folder, how can I ?

Best Regards,

Luqman
Eliyahu Goldin - 03 Jul 2007 13:25 GMT
You can always ftp or copy the aspx files only.

Signature

Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net

> Whenever I publish and update my web site through Visual Studio 2005, the
> ASPNETDB.MDF (Sql Server Security DB) overwrites, I just want to update
[quoted text clipped - 4 lines]
>
> Luqman
nahid - 03 Jul 2007 13:31 GMT
On Jul 3, 6:25 pm, "Eliyahu Goldin"
<REMOVEALLCAPITALSeEgGoldD...@mMvVpPsS.org> wrote:
> You can always ftp or copy the aspx files only.
>
[quoted text clipped - 13 lines]
>
> - Show quoted text -

hi,
try this way

xcopy %sourcePath% %destinationPath% /i /s /k /d /
exclude:FilesToExclude.txt
//copy css file i don't know for some reason css files not copy useing
previous command
xcopy %sourcePath%\Styles\*.css %destinationPath%\Styles /s

Check following links hope helps you
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
http://msdn2.microsoft.com/en-us/library/f735abw9.aspx

nahid
KAZ Software
http://www.kaz.com.bd
blog: http://nahidulkibria.blogspot.com

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.