asp.net mvc 5 - Unable to read beyond the end of the stream. Azure Deployment Issue -
i want integrate office 365 api's , i'm following sample git code enter link description here follow steps , working fine in localhost when deploy same asp application on git gives me following error **unable read beyond end of stream.**it can git line issue // place entry in memory this.deserialize((cache == null) ? null : cache.cachebits);
debug app, when debug app providing localdb connectionstring works fine when change connectionstring online throws above mention exception on above mention line
i have sold issue replacing local db connection string online gb connection string , run migration
the problem migrated data when deploy on azure htat's why have run online migration first deploy
Comments
Post a Comment