I am studying the ASP.NET Webpages in my home. While I was studying and I have some questions that I want to know. I am learning "Creating a Text File and Writing Data to It". The steps were 1. Create a new folder named App_Data, if it doesn't exist already.
At the root of your website, create a new file named UserData.cshtml.
Replace the existing content with the following:
What does the "at the root of your website" means?