Does the web application have an error log? Or does the system event viewer have any information?
How To Edit Pre-defined Templates Or Create A New Template? The templates are inside "/AspNetZeroRadTool/FileTemplates" directory in your project's root directory. Every template is split into three files: "MainTemplate.txt", "PartialTemplates.txt" and "TemplateInfo.txt". If you want to edit any file, just copy it in same directory and change it's extension to ".custom.txt" from ".txt". For example, you can create "MainTemplate.custom.txt" to override "MainTemplate.txt" in same directory. Please don't make any changes to the original templates.
To create a new template, do the same process as editing a pre-defined template. The tool doesn't know any info about templates and discovers them in the "/FileTemplates" directory every time it is run. This means your new template will be processed like the pre-defined ones. (".custom" extension is not needed for new templates.)
https://docs.aspnetzero.com/documents/common/latest/Development-Guide-Rad-Tool#how-to-edit-pre-defined-templates-or-create-a-new-template
Please send the full project, I need to test it locally.
Do you try using [HttpPost] on the GetSeatGrid method interface?
@bobingham
I think we are back to the origin. Can you send your project code to my mailbox? [email protected]
Make your GetSeatGrid method HttpPost
PM> Install-Package Microsoft.AspNetCore.Mvc.Core
[HttpPost]
public Task GetSeatGrid(GetSeatGridInput seatGridFilter)
{
//...
}
but the external CSS file (the bundle) fails to load.
What is the specific error?
Please share your code and proxy code generated by service-proxies (just need your method).