P
phantom
Hi,
I recently inherited an online application that was written by someone
who is no longer with our company. He said that he was doing it in
ASP.Net but the code is actually in C#. I am a vb 6 developer and not
familiar at all with the .net structure. It looks to me that the
person whom I inherited this program from didn't really get it either.
I am not having trouble working with the C#, I am having terrible
trouble trying to figure out how to work on a local copy of his code.
Apparently, he worked with the live, production code. I thought if I
pulled the production code from the server into SourceSafe and then
pulled a copy onto my machine from there I should be able to work with
it without affecting the online version. I was wrong. When I made a
change and ran it, I opened a separate instance of IE and went through
the normal login process a user does and found that the change WAS made
to the production code. It seems that when I run the code from my
local copy, it saves the changes to the production version on the
server.
So then I tried making a copy of the production code and putting on my
computer and pulling that code into Sourcesafe, however when I make
changes and run it, the changes are not reflected in the compiled
version. I know there must be a standard approach to this, but I don't
know what it is. There are problems with the code and I have people
breathing down my neck waiting for me to get this figured out. Can
anybody help?
I recently inherited an online application that was written by someone
who is no longer with our company. He said that he was doing it in
ASP.Net but the code is actually in C#. I am a vb 6 developer and not
familiar at all with the .net structure. It looks to me that the
person whom I inherited this program from didn't really get it either.
I am not having trouble working with the C#, I am having terrible
trouble trying to figure out how to work on a local copy of his code.
Apparently, he worked with the live, production code. I thought if I
pulled the production code from the server into SourceSafe and then
pulled a copy onto my machine from there I should be able to work with
it without affecting the online version. I was wrong. When I made a
change and ran it, I opened a separate instance of IE and went through
the normal login process a user does and found that the change WAS made
to the production code. It seems that when I run the code from my
local copy, it saves the changes to the production version on the
server.
So then I tried making a copy of the production code and putting on my
computer and pulling that code into Sourcesafe, however when I make
changes and run it, the changes are not reflected in the compiled
version. I know there must be a standard approach to this, but I don't
know what it is. There are problems with the code and I have people
breathing down my neck waiting for me to get this figured out. Can
anybody help?