sql - Is _mmServerScripts necessary? -


When developing sites using Dreamweaver, it creates a _mmServerScripts directory on the root of your site. We are reading that there is a SQL statement in this folder. If possible, we want to save it together, is this folder also necessary? Can not you ever do anything for Dreamweaver to make these folders?

Thanks in advance.

When you create a dynamic page with Dreamweaver, then it creates files in the _mmServerScripts folder Use is done to obtain information about your database, such as table names, table columns, and column types. To create the appropriate code to insert this information into your page, the underlying server behavior (and possibly third-party extensions) A Is in use. Such a server behavior record server would behave like this. This interface allows you to select data source, table name and column names to include in the record set.

If you do not use any dynamic data functions within Dreamweaver, then this is probably the _mmServer link folder, but if you use that functionality, then that folder will be created if you use this folder Want to remove the file from, which by default Dreamweaver files are hidden inside the panel (Show hidden files: file panel options menu, view -> hidden files at the top right of the panel By selecting): Site -> Advanced -> Remove connection scripts

I do not have very comprehensive knowledge of the content of files, so I can not deliberately comment about what is, If the vulnerability exists in the folder within the files, it would be good to include links to such discussions about which you are reading.


Comments