Base solution for your next web application

Activities of "webking"

Hello @ismcagdas! Yeah, we managed to solve the issue after a while. We had to set the following arguments when publishing the build pipeline in azure to "-r win-x64 --self-contained true". And after the asp.net zero can run as a self contained application built on .net core 3.1 on a windows app service.

thanks bobingham, I appreciate your help/answer.

thanks for the answer bobingham. it wasnt ment to be spamming the same question. I just wanted to get some tips/feedback from others that I could see have been using asp.net zero together with asure blob storage

We have a customer scenario where we are going to store larger files (blue prints) and we think that they are to big to store in the sql server itself. Mostly to the increased storage cost. We are now looking into build a blob storage manager we can use in our asp.net zero project. Any tips on how to do that would be appriciated. Did you guys build you own azure blob storage manager?

rvanwoezik deventerprise : did you guys find any way to implement azure blob storage as a file storage instead of the built in binaryobjectmanager that stores files in the sql databas?

We have a customer scenario where we are going to store larger files (blue prints) and we think that they are to big to store in the sql server itself. Mostly to the increased storage cost. We are now looking into build a blob storage manager we can use in our asp.net zero project. Any tips on how to do that would be appriciated.

Showing 1 to 5 of 5 entries