Sitefinity Folder
I know this is kind of silly But why cant I see the sitefinity folder as mentioned here.
www.sitefinity.com/.../who-is-who-in-sitefinity-folder.html
How can I access the pages that I create in sitefinity from visual studio?
Hi U,
Sitefinity 4 is a web application and differs from Sitefinity 3 which is a website project. Note the link to the documentation you provided is for Sitefinity 3.x. Here is a link to Sitefinity 4 documentation.
Sitefinity 4 saves pages in the database and you can not edit the page or browsing its code. You can create a template for a page based on master page and use it to create pages. With the master page you have access to how the page is structured. Here is the documentation on how to create a master page for Sitefinity 4 and use it in your project. Save your master page in App_Data/Sitefinity/WebsiteTemplates/name_of_template/App_Master/...your master pages. Create the folder structure I mentioned in Visual Studio and add your files there. Then you will be able to edit the master page directly in Visual Studio.
Regards,
Stanislav Velikov
the Telerik team
Thank you Can you help me with this
Hi U,
1. To connect to an existing membership provider you can use ASP.NET SQL membership provider or connecting trough LDAP. Can you be more specific what you are trying to achieve and direct to the blog posts you refer?
2. The error indicates you are not logged in to your site when trying to create a page. Log with your admin user and then try executing the API code.
Greetings,
Stanislav Velikov
the Telerik team