Reputation: 169
I just published my ASP.Net website on azure through Visual Studio, and it directs me to my site, and it gives me the error RESOURCE NOT FOUND HTTP 404....but when i enter mysite.azurewebsites.net/index.html it gives me my site...how do I fix this?
Upvotes: 0
Views: 35
Reputation: 169
I successfuly changed the name of the desired home page, in my case index.html
, to default.html
...I solved my problem with a little help from my commentators. Tnx
Upvotes: 0
Reputation: 1764
You probably need to set up the default document in Application Settings. Assuming you are using App Services that is.
Upvotes: 1