15-01-14, 11:43 AM
Set your website as updateable.
Open your solutin file in the text editor and check if Updateable property is set to true
AspNetCompiler.Updateable = "true"
OR
Check your aspnet_compiler.exe parameters. You should use it with -u option.
Open your solutin file in the text editor and check if Updateable property is set to true
AspNetCompiler.Updateable = "true"
OR
Check your aspnet_compiler.exe parameters. You should use it with -u option.
1 ) افتح الملف الاساسي للمشروع ببرنامج المذكره ثم راج الخاصيه AspNetCompiler هل قيمتها true
2) لم افهم المقصود من محتواها و لكن بشكل عام يقول راجع عمل الممررات في نظام aspnet_compiler.exe
