This topic is locked
[SOLVED]

 Existin Project Listing

10/21/2015 5:22:25 PM
ASPRunner.NET General questions
A
Arkie author

I removed an existing project name from the "Open Existing" Project list. I have a backup of the files, but how do I get it to show up in the list so I can work with it?
I also have the "output" directory and even a couple of .zip backups.
TIA from a newbie .... ~Arkie
Sorry for the double post... :-|

Sergey Kornilov admin 10/22/2015

'Recent project' is just a list of projects that were open recently. Removing the project from that list doesn't actually delete the project itself. Just click 'Browse' and locate your project file.

A
Arkie author 10/22/2015



'Recent project' is just a list of projects that were open recently. Removing the project from that list doesn't actually delete the project itself. Just click 'Browse' and locate your project file.


hmmmmm... I think I may have just realized something so tell me if I'm correct... or not.
The "project File" is the Filename.netr. And if that's correct, it's generated and saved in the default folder which is ASPNetRunnerProjects/foldername as long as you're using the built-in server and default output folder.
So, now it's "YIKES" time. Once I get so far along, I go ahead and move the output folder to MY server so I start seeing what the world sees over the internet. From what I can tell, once I do this, there is no longer a .netr project file created and also no backups saved.
Let me know If I'm wrong or right so I can understand what to do in the future. Also, can the project file be recovered from my live production server?
Oh... BTW... side issue. The .netr files that are in the backup folder are using (I think) UTC time. I noticed today that I'm gong back to the future as I have a .netr file that I won't create for another 5 hours... LOL

Sergey Kornilov admin 10/26/2015

I have a feeling you are confusing project folder with output folder.
Project folder is the one where .netr project file resides with other project files like visual templates. You never need to upload it anywhere and it always stays on your machine.
Output folder contains generated files and this is the folder you need to deploy to your website. There is no "once I move" situation. Just copy files from output folder to your website and this is it.