hi,
I feel so HAPPY that we can use both Front Page and Visual Interdev in a multi-autoring envinronment, and by just use Front Page Built-In Source control to ensure that only one person at a time edit a file.
1.) If we don't have front page, but only have front page Server Extension, can we use the Front Page's Built in Source Control?? This is because I enabled the check in /check out system from the front page.
2.) If without checking the "enabled check in / check out system" / or we don't have Front Page, we must use Visual SourceSafe right?
3.) I face the problem of the Web Folder Structure for my current web-site (which I didn't use Server Extension to create new web (project), and the site is stored under the wwwroot directory, the default.asp is exactly under the wwwroot directory, as well as others sub folders). When we create a new project (In Interdev), our project is located at inetpub/wwwroot/newproject (Staging(local copy)). Normally, for the path parameter, i start with a slash. For instances:
I have default.asp in the root directory, and under the root directory (newproject)I have Folder1, Folder2 and Include Folder so, when I'm trying to point to the default.asp, in the path parameter, I start with slash (a href="/default.asp" </a> ). If I use the Server Extension, and Interdev/FrontPage to create new project (by add in the existing web site) then all the Links will not correct, I have to change all the path. That is instead I'm using relative path. (not start with slash).
4.)4.) Oh ya, when I try to manually create the New Folder/ New files from the Window Explorer I found that it won't automatically add into the source control, we must add it via Interdev. So, that is mean that we better create / add folders/file from the Interdev??
any advice??