MicroDev92
MicroDev92

Reputation: 169

Azure Cloud publish issue with Server Error

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

Answers (2)

MicroDev92
MicroDev92

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

MikeS
MikeS

Reputation: 1764

You probably need to set up the default document in Application Settings. Assuming you are using App Services that is.

Upvotes: 1

Related Questions