Hi Richard Howells,
Thanks.
Please see below the detailed description , Vendor handover one Nuke application of version 5.6.1.
I took the Production Source code and database and I configured locally.
I gave Full Permissions for the Root Source Folder For Network service,Restored database , Created User With db owner Permission,
Then Changed Web.config inside the Source Folder.Then I changed the Portal Alias (added localhost)
IIS settings as per Production I created as Follows.
Let's say testorg is the site name which map to source and inside site there is virtual directory named data which points to another web.config file which contains the content as below
<?xml version="1-0" encoding=""?>
<configuration>
<system.webserver>
<handlers accesspolicy="Read">
</system.webserver>
</configuration>
[The above configuration For waht I am not sure , If You know Please explain me]
when I run I got error message domain name does not exist
Then I found from backend portal settings table SSL enabled , Then I disabled it in Portalsettings table (SSLEnabled=False,SSLEnforced=False)and also in Tabs table(for all the pages issecure=0).Then site was up .
But Few of the images are not displayed , I right click the Properties still it points to https://
I checked the code nowhere hardcoded.
And one more issue is I cannot debug.I run it From the IIS then I tried to attach the Process , exactly I don't know what Process to attach, but I tried by attaching with all the Processes one by one, Stiil I cannot.
Please take note in the web.config File I enabled debug mode.
Thanks in Advance.