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
Different question and answers for the post of Assistant Programmer Question : What is Traceability matrix? Answer : Traceability matrix is a documents which define or shown the relationship between the test cases and requirements and also shown the requirements proposed by the clients and their traceability in a single documents. Question : how many layers in the OSI model and what are they? Answer : There are 7 layers in the OSI model and they are : 1.Application layer 2.Presentation layer 3.Session layer 4.Transport layer 5.Network layer ...
Comments
Post a Comment