Development and Runtime behave differently
Posted: Mon Apr 29, 2019 1:11 pm
We are using Sqlite Db (Since MongoDb Relations are still not working)
with ASP.NET Core
With the same MRT when in Development generates 140pages, and can be saved as File name (based on data) with dialog box to choose file location
however when it is run from the Publish (Runtime)
it produces 126 pages (and also the break seems incorrect), File Name is (not based on the data), with generic file name, and also cannot choose the file path always goto download
Are we doing anything wrong while publishing? Has anyone face this issue.
with ASP.NET Core
With the same MRT when in Development generates 140pages, and can be saved as File name (based on data) with dialog box to choose file location
however when it is run from the Publish (Runtime)
it produces 126 pages (and also the break seems incorrect), File Name is (not based on the data), with generic file name, and also cannot choose the file path always goto download
Are we doing anything wrong while publishing? Has anyone face this issue.