|
I am trying out V14.5 sdk for my dot net 1.1 web applcation. We have 2 development machines here on one machine if i deploy the sample code and provide entry in code group, it runs fine. But if i deploy and run the same code on 2nd development machine and provide entry in code group then it does not work.
As both the macines are on network we tryied to access application of second devlopment machine from the first machine, it worked fine. then we tried to access application of first machine from the second develpment machine it again failed to load.
We have done almost every thing we could to resolve the isue like making the site a trusted site on browser, checked prmissions on browser, services, folder. every thing seems to be almost same on both the machines. Only visible difference is that first machine is using Microsoft .NET Framework 2.0 Configuration and second machine has only Microsoft .NET Framework 1.1 Configuration.
|