473,809 Members | 2,668 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Making backups

et
This might be more of a visual studio question, or maybe even an iss
question, but I couldn't find a newsgroup for just visual studio, and my
project is an asp dot net project.

I made backups of my projects usually at particular milestones, and
sometimes I need to go back and review what I did in certain circumstances,
such as a procedure or something that has since been removed. Yet I can't:
the directory is now labeled bk1Project and when I try to open it in visual
studio, it says it is not mapped to Project. I can't remap it to Project
becasue project is my real one. So I create a virtual web directory named
bk1Project and it still won't open and then IIS drops the new name as if it
never existed.

So 2 qeustions: How do I open old versions of a program that is no longer
named "Project" and how should I have done this to prevent this problem.
Nov 18 '05 #1
1 1179
well you can directly open the files in vs.net and look at the code. or you
could deploy that version (if you have a compiled version)

in future.. you could start to use source safe. create a release section and
share you main project files and pin them down to correct version.

then you can fully check out the pinned files any given time knowing that it
will work. plus you can use sourcesafe to view the files or sourcesafe to
open the files in vs.net..

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"et" <ea************ *@yahoo.com> wrote in message
news:ud******** ******@TK2MSFTN GP15.phx.gbl...
This might be more of a visual studio question, or maybe even an iss
question, but I couldn't find a newsgroup for just visual studio, and my
project is an asp dot net project.

I made backups of my projects usually at particular milestones, and
sometimes I need to go back and review what I did in certain circumstances, such as a procedure or something that has since been removed. Yet I can't: the directory is now labeled bk1Project and when I try to open it in visual studio, it says it is not mapped to Project. I can't remap it to Project
becasue project is my real one. So I create a virtual web directory named
bk1Project and it still won't open and then IIS drops the new name as if it never existed.

So 2 qeustions: How do I open old versions of a program that is no longer
named "Project" and how should I have done this to prevent this problem.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

34
7663
by: Ian Rastall | last post by:
I'm doing a small project right now where I create a table from a database. This is the code, which Dreamweaver, for the most part, has written: *** <?php mysql_select_db($database_tdream, $tdream); $query_rstdream = "SELECT * FROM albums ORDER BY `year` ASC"; $rstdream = mysql_query($query_rstdream, $tdream) or die
4
3640
by: Glen A Stromquist | last post by:
I have a 6.5 db that I want to create a copy of, I can move it to either a machine running 7 or 2000. I am more used to doing this in Oracle so pls bear with me... I don't want to have any downtime on the 6.5 db, so I'm thinking perhaps import is the best way to go? I am assuming that 6.5 backups are not comaptible with either 7 or 2000 restore, or I'd go that route. The database in question is fairly simple, pretty well just tables...
0
1397
by: JJ | last post by:
I'm trying to create a backup set which maintains only a fixed number of days. As such, I've got the following script: BACKUP DATABASE to WITH NOINIT, NOUNLOAD, NAME=N'My Database Backup', NOSKIP, STATS=10, NOFORMAT, RETAINDAYS=5 DECLARE @i INT select @i=position from msdb.backupset where database_name='mydb' and type!='F' amd backup_set_id=(select max(backupset_set_id) from msdb.backupset where database_name='mydb') RESTORE VERIFYONLY...
1
2443
by: Sgt. Sausage | last post by:
I've got a server (SQL 2K, Win2K) where the backups have started running long. The database is a bit largish -- 150GB or so. Up until last month, the backups were taking on the order of 4 to 5 hours -- depending on the level of activity on the server. I'm using a T-SQL script in the SQLAgent to run the backups. Native SQL backup to an AIT tape drive.
1
4700
by: Loopy | last post by:
I'm trying to create a backup set which maintains only a fixed number of days. As such, I've got the following script: BACKUP DATABASE to WITH NOINIT, NOUNLOAD, NAME=N'My Database Backup', NOSKIP, STATS=10, NOFORMAT, RETAINDAYS=5 DECLARE @i INT select @i=position from msdb.backupset where database name='mydb' and type!='F' amd backup set id=(select max(backupset set id) from msdb.backupset where database name='mydb')
2
2356
by: greggarpin | last post by:
Hi All. I'm currently maintaining 4 servers - 1 for public/customers and 3 for backups, development, etc... I regularly backup the entire SQL database for our public server and restore it on each of the other servers. Lately, however, the database backups have grown (in size) incredibly fast - they've gone from about 200MB to 2+ GB in 2 months. (I wasn't entirely surprised by this at first since our client traffic has drastically...
1
14114
by: Polani | last post by:
Hi Guys , I am taking DB2 Online backups through TSM API daily. When i check the database configuration parameters , it shows me " Number of database backup verions to maintain"= 12. This is also shown when i check " db2 list history db " it showed me 12 versions of backups which is ok, but problem is that when i run "db2adutl query" it showed me 69 or 70 entries like that:::
25
2866
by: NDayave | last post by:
How do, I have a access 2000 booking database with Personal Details, Outing Details and the Bookings in three tables: tblBookings -- -Autonumber, -Number, -Number, -Currency, -Yes/No, -Yes/No tblPersonaldetails -- -Autonumber, etc tblOutingDetails -- -Autonumber, etc
11
2258
by: RoB | last post by:
Hi all, I'm coming from the Informix world and I have a customer using DB2 8.2.3 for Linux on Red Hat Enterprise ES. The customer is performing filesystem backups of the containers etc every night but they are not shutting down the database server while doing this. I only assume that this most likelly would leave an inconsistant backup image as there is nothing assuring that the modified pages in the buffer pool get written to disk...
1
10391
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7664
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6881
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4333
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3862
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3015
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.