Hello,
We recently upgraded from 9.5 to 9.11.3 and noticed when trying to modify a skin ascx file (directly on the server) that the changes weren't taking affect until incrementing the version in CRM.
I don't remember having to do this in older versions.
Is there a way to turn that off?
Thanks
It makes it difficult to test skin modifications when having to increment the version after each change.
Hello:
I don't recall the theme file itself being impacted by that feature. 🤔
I'm not sure that you can "disable" this feature entirely. Though, it's a provider, so it would be pretty easy to make a copy of the provider in the core and add logic to help you with this use case. Though, that's probably not the correct solution for you.
For example, I'm guessing you're primarily annoyed during theme development. I'm used to a hard-refresh being all that's necessary.
It would be trivial to add logic to look for a query string value in your dev environment (for example), and then auto-increment using a bit of code. This can be done in your theme files, directly. An alternative provider wouldn't be necessary.
Provider in the webconfig:
Yes. I had intended to display the provider to look for in the web-config, but it keeps getting removed.
Okay. I give up, but you can find the provider by searching for "aspnetclientcapabilityprovider" in your config file.
aspnetclientcapabilityprovider
from web(dot)config
That's what I would expect and how it's always been (used DNN since 5.X days). Unfortunately that isn't what I'm seeing.
I've tried in both Evoq Content and Platform editions, using a custom skin and also the out of the box Xcillion skin. Both have the same issue.
I'm starting to think it may be a bug.
Here are the exact steps I've done to test:
I'll put a ticket in with DNN support and see what they say. I tried previously, but couldn't get through the unwanted AI assistance, haha.
There is no page cache on the page and it's happening to both authenticated and non-authenticated users
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.