Converting large Interdev projects to VS.NET
-
Does anyone have any experience at converting a large Interdev project to Visual Studio .NET? Is it doable? Our Interdev project is a monster; thousands of files; .htm, .js, .asp files in hundreds of directories. Multiple developers connect to a single web server in Interdev via Front Page extensions. Does this type of environment lend itself to using .NET? I see the option in VS.NET to Open a Project From Web. But when I enter my URL, I get prompted for a .SLN file. The solution file from Interdev doesn't work. The documentation says to simply create a new project and add all your files. Interdev doesn't make you do that, it pulls the project down from the web server via the the Front Page Extensions. I guess what I'm asking is there a way in VS.NET to connect to a remote web server virtual directory with FP extensions and pull down the project, check out files and push changes back to the server? Thanks to anyone with ideas. Ron Ward