Llama.web app published into iis windows 64bit server, after deployment model values not loaded from appsettings
Localhost is working fine. When we publish the code in iis it's not working. We created the sub app and folder permission provided. Still unable to load the models
@saddam213 Hi, would you like to take a look into this issue? And a possibly similar issue #598
You may have to check the ASPNETCORE_ENVIRONMENT environment variable is set correctly on the server or it will try use the appsettings.Development.json
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-8.0
And double check your launchSettings.json make sure its correct
This is a IIS configuration issue and not related to LLamaSharp.
We tried with all the environment files like appsettings.json , appsettings.Production.json, appsettings.Development.json Once modify the appsettings file we restart tha app in iis, Still models not loaded
@pxramesh Did you resolve the issue? I am also facing the same issue. Tried everything, still it is not working.