Forum Discussion
Ongoing support for .aspx pages launched from document libraries
Hi euank
The approach of storing the .aspx file directly in the library is not recommended by Microsoft. Using this approach will cause more security issues and whoever has permission can download or modify the file. The best practice is to use the SharePoint Framework(SPFx) development model which is more secure and you can implement a lot of features without any restrictions. You can get the full details on the link below.
- euankJan 10, 2024Copper Contributor
Sudharsan K Thanks so much for taking the time to respond!
I appreciate your guidance: I'm definitely aware of the security considerations, and of SpFx, and indeed the context for my question is essentially, how long do we have to progressively migrate the current apps to SpFx (or other supported scenario) - e.g. is it possible to know when this 'feature'/capability will cease to work?
Do you have a reference for "The approach of storing the .aspx file directly in the library is not recommended by Microsoft."? Is there an explicit statement from MSFT somewhere about this?
- jivetolkeinMar 14, 2024Copper ContributorWould also appreciate some clarity on this!
- FryskJul 17, 2024Copper Contributor
I am also searching for a solution to this exact issue.