function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DML2020DML2020 

Locating visualforce pages

In our org, there's a webpage (which I believe is a visualforce page) that's linked from an application and needs to be edited. What steps do I take to find that page in the org?
ANUTEJANUTEJ (Salesforce Developers) 
Hi there,

Make sure you have the permissions [Enabled Visualforce Page Access] for more details you can check this link:

>>https://help.salesforce.com/articleView?id=000325936&type=1&mode=1

If it is in lightning then you can go to edit page and click on the component then see the name of the visualforce page that is used and navigate to that visualforce page from setup.

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.  

Thanks.
DML2020DML2020
Anutej, thanks for the reply. However, this doesn't help me since the page I want to look for doesn't have an 'edit' button. It's actually an .aspx URL which is tied to our org. Searching in setup for text that appears on that page doesn't help either.