A DNN technical support experience from a 3essentials employee.
Site was asking for IIS authentication when we try to edit home. On other other pages the links are not properly active.
when traced using procmon i got this in the logs.
—
“Time of Day”,”Process Name”,”PID”,”Operation”,”Path”,”Result”,”Detail”
“9:22:04.3888602 PM”,”w3wp.exe”,”9348″,”QueryOpen”,”C:\inetpub\vhosts\3essentials-dnn-test.net\httpdocs\DesktopModules\internalservices\web.config”,”FAST IO DISALLOWED”,””
“9:22:04.3888915 PM”,”w3wp.exe”,”9348″,”CreateFile”,”C:\inetpub\vhosts\3essentials-dnn-test.net\httpdocs\DesktopModules\internalservices\web.config”,”PATH NOT FOUND”,”Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a”
“9:22:04.3889520 PM”,”w3wp.exe”,”9348″,”QueryOpen”,”C:\inetpub\vhosts\3essentials-dnn-test.net\httpdocs\DesktopModules\internalservices\API\web.config”,”FAST IO DISALLOWED”,””
“9:22:04.3889787 PM”,”w3wp.exe”,”9348″,”CreateFile”,”C:\inetpub\vhosts\3essentials-dnn-test.net\httpdocs\DesktopModules\internalservices\API\web.config”,”PATH NOT FOUND”,”Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a”
“9:22:04.3890265 PM”,”w3wp.exe”,”9348″,”QueryOpen”,”C:\inetpub\vhosts\3essentials-dnn-test.net\httpdocs\DesktopModules\internalservices\API\controlbar\web.config”,”FAST IO DISALLOWED”,””
“9:22:04.3890532 PM”,”w3wp.exe”,”9348″,”CreateFile”,”C:\inetpub\vhosts\3essentials-dnn-test.net\httpdocs\DesktopModules\internalservices\API\controlbar\web.config”,”PATH NOT FOUND”,”Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a”–
I changed from Controlbar to Ribbonbar under DNN–host settings–other settings.
This fixed the issue from my end.
Thanks,
James