I've got this crazy backoffice issue which is driving me insane and it happens on all browsers. I cant get to any section.
What I've tried:
- Increasing the client dependency version
- Deleting the client dependency folder
- Deleting the temp folder
- Restarting IIS
- Deleting the IIS site and creating a new one
- Setting all files to NOT read only
- Giving full access for all files to IIS_IUSRS
- Giving full access for all files to Network Service
What seems to temporarily work (until after a build)...
Rename the entire web application folder, create a new folder with the original name, then move the files to the new folder.
This smells of file permissions, but I have no idea why that would make this work. We do have webdeploy in this project with file permission modifications to GIVE correct permissions. I've got no idea what the hell it would be doing to the files.
I does sound like a Browser Link issue. Disable it in Visual Studio ?
The round arrow circle thing next to the debug/release drop down, press the tiny arrow and uncheck "Enable Browser Link".
Crazy backoffice issue
I've got this crazy backoffice issue which is driving me insane and it happens on all browsers. I cant get to any section.
What I've tried:
- Increasing the client dependency version
- Deleting the client dependency folder
- Deleting the temp folder
- Restarting IIS
- Deleting the IIS site and creating a new one
- Setting all files to NOT read only
- Giving full access for all files to IIS_IUSRS
- Giving full access for all files to Network Service
What seems to temporarily work (until after a build)...
Rename the entire web application folder, create a new folder with the original name, then move the files to the new folder.
This smells of file permissions, but I have no idea why that would make this work. We do have webdeploy in this project with file permission modifications to GIVE correct permissions. I've got no idea what the hell it would be doing to the files.
Any help would be appreciated.
I does sound like a Browser Link issue. Disable it in Visual Studio ?
The round arrow circle thing next to the debug/release drop down, press the tiny arrow and uncheck "Enable Browser Link".
It's a browser link issue. I had a problem with it too a while back. Disabled it, and everything worked fine.
<insert lots of swearing here>
Thanks guys. That was driving me insane!
Hehe yeah, it's a pain :P
Care for an accepted answer ? :P
is working on a reply...