Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7633391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:52:16+00:00 2026-05-31T06:52:16+00:00

In my application, I keep some files on server and make them available for

  • 0

In my application, I keep some files on server and make them available for download on some business logic.

All other file types are getting downloaded but .msg(Outlook message) file do not get downloaded and gives Error:

404 - File or directory not found. The resource you are looking for might
have been removed, had its name changed, or is temporarily unavailable.

Images, .docx, .txt all other files are working well.

The page is designed in ASP.NET and at client site following mark up comes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T06:52:18+00:00Added an answer on May 31, 2026 at 6:52 am

    Found on ASP.NET forum.

    Create a handler, download it as a file:

    Response.ContentType = "application/vnd.ms-outlook";
    Response.AppendHeader("Content-Disposition","attachment; filename=Message.msg");
    Response.TransmitFile(Server.MapPath(YourPathToMsgFile));
    Response.End();
    

    or change the setting in IIS 6.0:

    Select HTTP Header -> click MIME types – > Click New and add “.msg” as extension and “application/vnd.ms-outlook” as MIME type.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my application I store on every machine some files in an application folder.
I have a simple server client application. Everything works, but at some stage it
In my application I keep a LINQ object fetched from the database, and regularly
I have an .asmx in a folder in my application and I keep getting
I keep getting this NPE in my application and I can't seem to get
I keep having an error when running my web application. The error does not
In my web application I've to keep audit of the user actions. So whenever
When I deploy my application to GoogleAppEngine I keep getting the following error Uncaught
For our application, we keep large amounts of data indexed by three integer columns
I've written a small test application using the .Net FileSystemWatcher to keep an eye

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.