A set of technologies in the .NET Framework for building web applications and XML web services.
As you want a static file to be the default, you need to config the default file handler. You want to configure default documents. See docs
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using asp.net core web and linux.
the nginx.conf I add index index.html but it not work.
in razorpages I change the index to index.html
and I want to If one open the url can open the index.html.
http://www.xxxx.com
but now I have to enter the index.html
http://www.xxx.com/index.html
or there will be an 404 error
A set of technologies in the .NET Framework for building web applications and XML web services.
As you want a static file to be the default, you need to config the default file handler. You want to configure default documents. See docs