- Feb 17, 2002
- 4,723
- 80
- 91
Hey guys. So here's the situation...
Someone wants me to make ongoing changes to their web app. The only source code they have is the deployed website, in other words "C:\Inetpub\website". It was developed in Visual Studio 2005 using ASP.NET in C#. Don't know the exact .NET version.
So my goal is to somehow create an offline or otherwise isolated development version, then have a mechanism for deploying the changes. One main issue comes to mind: I don't see a visual studio solution or project file.
I'm not too familiar with web app development, so excuse me if my terminology is off. If I could just get pointed in the right direction to set this up, the actual coding will be a piece of cake.
Thanks in advance
edit: GOOD NEWS. I found the original development project and solution. So what other steps do I need to take?
Someone wants me to make ongoing changes to their web app. The only source code they have is the deployed website, in other words "C:\Inetpub\website". It was developed in Visual Studio 2005 using ASP.NET in C#. Don't know the exact .NET version.
So my goal is to somehow create an offline or otherwise isolated development version, then have a mechanism for deploying the changes. One main issue comes to mind: I don't see a visual studio solution or project file.
I'm not too familiar with web app development, so excuse me if my terminology is off. If I could just get pointed in the right direction to set this up, the actual coding will be a piece of cake.
Thanks in advance
edit: GOOD NEWS. I found the original development project and solution. So what other steps do I need to take?
Last edited: