Hello,
I have a requirement to host this file at: 'wwwroot/.well-known/apple-developer-merchantid-domain-association' for my implementation of Stripe to be able to work with Apple Pay Wallets
I have added:
app.UseStaticFiles();
to my program.cs that should allow this for a standard site. However there is likely something else i am missing.
When i go to this page, i get a dynamicWeb 404 page, which suggests the DynamicWeb routing is not allowing this to be accessed.
Does anyone know what else i need to do to allow this?
I have the file properties set as:
In other (non-dynamicWeb) sites, where i have done this in the past, i get the expected output which looks something like:
Any help would be appreciated.
Kind Regards,
Joe