The resource you are looking for has been removed azure website
The resource you are looking for has been removed azure website The go to Debug console->CMD->site->wwwroot-> web.config then select the edit button add this lines <?xml version="1.0"?> <configuration> <system.web> <staticContent> <mimeMap fileExtension=".extension" mimeType="your_files_url" /> </staticContent> </system.webServer> </configuration> This is the ultimate solution of this problem For video Tutorial of this solution click here
Comments
Post a Comment