The file or folder name contains characters that are not permitted. Please use a different name.
-
29 มิถุนายน 2555 16:01In MOOS 2007 aspx pages works only on detach from page layout otherwise it's throws error:"The file or folder name contains characters that are not permitted. Please use a different name." And if i click any Exixting pages from the WebApplication Subsites that also will throw the above error.
Mahalingam S
ตอบทั้งหมด
-
3 กรกฎาคม 2555 6:45ผู้ดูแลHi 123maha,
Cause: This error is caused by one of the aspx files in your site definition referencing and invalid master page. ei not default.masterWork Around: Put your custom master page in the masterpage library of the top site.Even if the master page exists in both \Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL & LAYOUTS it will not work.
Update: OK had this issue again and its caused by the SP dll not finding the master page defined in the aspx page.
The fix is to make sure it can.
Options:- Put the masterpage at the site collection level, use it's absolute path (/_catalogs/masterpage/new.master or ~sitecollection/_catalogs/masterpage/new.master)
- Use a site local masterpage library and use (~site/_catalogs/masterpage/new.master)
For more information, please refer to the following link:
http://blog.ray1.net/2007/12/file-or-folder-name-contains-characters.html
Thanks,
Lhan Han -
3 กรกฎาคม 2555 6:59ผู้ดูแล
Hi 123maha,
Cause: This error is caused by one of the aspx files in your site definition referencing and invalid master page. ei not default.master
Work Around: Put your custom master page in the masterpage library of the top site.Even if the master page exists in both \Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL & LAYOUTS it will not work.
Update: OK had this issue again and its caused by the SP dll not finding the master page defined in the aspx page.
The fix is to make sure it can.
Options:
Put the masterpage at the site collection level, use it's absolute path (/_catalogs/masterpage/new.master or ~sitecollection/_catalogs/masterpage/new.master)
Use a site local masterpage library and use (~site/_catalogs/masterpage/new.master)
For more information, please refer to the following link:
http://blog.ray1.net/2007/12/file-or-folder-name-contains-characters.html
Thanks,
Lhan Han
- แก้ไขโดย Lhan HanModerator 3 กรกฎาคม 2555 7:03
-
3 กรกฎาคม 2555 7:17
Hi Lhan Han,
Here with in my Web Application am not able to create a single page using the default layout, Which is reffered the default master page. Even all the Subsites existing aspx pages also not open that all are throws the same error:""The file or folder name contains characters that are not permitted. Please use a different name".
Mahalingam S
- แก้ไขโดย 123maha 3 กรกฎาคม 2555 7:22