Link to home
Start Free TrialLog in
Avatar of regsamp
regsamp

asked on

Web page issue

We run Visual Studios.NET coding on a test machine and it compiles with no errors and runs all of our modifications without issues but when we upload the new coding to our Intranet site and someone does a search on a particular field on an asp page it goes to the IIS webpage of the test machine and not the desired webpage of the IIS Intranet server??  We upload code all the time and this is not may files that have changed and never had this issue.  We have debugged the new coding, tried breakpoints, step throughs but we are not finding where it is going to the webpage of the creation machine.  Any assistance offered would be greatly appreciated.  
ASKER CERTIFIED SOLUTION
Avatar of Focusyn
Focusyn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of regsamp
regsamp

ASKER

Did a complete search and found one reference in some old coding to a link to the development machine but it is not part of any file or folder that gets uploaded and should be causing this but maybe will have to upload and then check that file and line of coding to test.  
Maybe there is some old piece of code left on the productive machine that spoils the whole thing...
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of regsamp

ASKER

Check the coding and it seems okay but noticed that everything works well until the Bin folder is uploaded and then it points to the development machine URL.  
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of regsamp

ASKER

I searched and found one instance of it being redirected to the URL in the dll and had to recompile the solution, upload and it worked.