Jul 18 2024 01:57 AM
Hi All,
I have some custom ASPX files on a SharePoint site. When you click on them, they run a html file (saved as ASPX). However, if I create a new file in the same vein, when a user clicks on it, it downloads instead of running.
Even if I copy an existing file and paste in the same folder, the existing file will continue to run as intended however the new file will download, even though the file is identical.
Has anyone experienced any similar issues, or know of a solution? Thanks.
Jul 18 2024 03:03 PM
@Ashley_Nicholson custom site scripts are blocked. So, aspx files wouldn't be able to run because of that setting:
When you try to allow it the custom script settings for a specific site only lasts for a maximum of 24 hours. After that time, the setting will reset to its original blocked value for that specific site.
What are you trying to present in those aspx pages?
Jul 22 2024 01:05 AM