Thanks.
I could not find any documentation on whether to include App_Plugins folder in the project. I have tried now, but it has not helped the same problem.
I have not figured out how to view files deployet to Azure.
How does I see the log when I can not install a log view package.
Best regards Christian Lyck
Sorry I can see the files via FTP and they are not the same.
I think it is a database problem, maybe when I export from local to Azure.
Database exception occurred
System.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column 'id', table '[DateBase].dbo.umbracoLog'; column does not allow nulls. INSERT fails.
Package section does not work after deploy to Azure
Hi How to Web deploy to Azure ?
I deployet my Umbraco website to Azure using Web Deploy.
The site runs fine except all that concerns the packages. I can not install or uninstall packages. Forms package does not works either.
Anybody know what I'm doing wrong.
Best Regards Christian Lyck.
Hi Christian,
Can you check App_Plugins folder, does it have the same files as your locall installation?
Also look logs, maybe there are some errors.
Thanks,
Alex
Hi Alex
Thanks. I could not find any documentation on whether to include App_Plugins folder in the project. I have tried now, but it has not helped the same problem.
I have not figured out how to view files deployet to Azure.
How does I see the log when I can not install a log view package.
Best regards Christian Lyck
Sorry I can see the files via FTP and they are not the same.
I think it is a database problem, maybe when I export from local to Azure.
Database exception occurred System.Data.SqlClient.SqlException (0x80131904): Cannot insert the value NULL into column 'id', table '[DateBase].dbo.umbracoLog'; column does not allow nulls. INSERT fails.
Hi Christian
Log files are in "/App_Data/Logs" folder, you can see it via a file system. or just install this package - https://our.umbraco.org/projects/developer-tools/diplo-trace-log-viewer/ and you will able to see logs in admin section.
Thanks,
Alex
is working on a reply...