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

  • Home
  • SEARCH
  • 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 7917529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:10:52+00:00 2026-06-03T15:10:52+00:00

I have an ImageHandler class that I am using to retrieve photos from an

  • 0

I have an ImageHandler class that I am using to retrieve photos from an active directory. However I want to display a default image in the event that one cannot be retrieved. I tried using return Bitmap.FromFile ( "~/images/default_person.jpg" ); however it appears as though that is looking for a file system path.

I would like to specify an image that is located in my solution in the folder “images” without hardcoding a system path into the code.

Here is the piece of code that is getting the image:

static Image GetUserPicture ( string userName )
    {
        DirectoryEntry myLdapConnection = SCDirectoryEntry.GetDirectoryEntry ( );

        using ( DirectorySearcher dsSearcher = new DirectorySearcher ( myLdapConnection ) )
        {

            dsSearcher.Filter = String.Format ( "(SAMAccountName={0})", userName );

            SearchResult result = dsSearcher.FindOne ( );
            DirectoryEntry user = result.GetDirectoryEntry ( );

                byte [ ] data = user.Properties [ "jpegPhoto" ].Value as byte [ ];

                if ( data != null )
                {

                        var s = new MemoryStream ( data );

                        return Bitmap.FromStream ( s );

                }

            //return default image here    
            return Bitmap.FromFile ( "~/images/default_person.jpg" );


        }
    }
  • 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-06-03T15:10:54+00:00Added an answer on June 3, 2026 at 3:10 pm

    You can use Server.MapPath( "~/images/default_person.jpg" );

    Server.MapPath will convert this relative path into physical path as describe here, in MSDN page.

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

Sidebar

Related Questions

I have a class which implements IHttpHandler that is designed to handle image resize
I have a script that pulls an image from SQL Server and displays it
I want to make an application with plugins that also can have plugins (which
In my project I am using the UIIamgepickercontroller to select an image from the
I have a HttpHandler that I'm using to handle certain images on a client's
I have an upload form that takes an image jpg/gif/etc, I use it to
I have created a basic Client Server that will send image files in a
I have some images in a SQL Server database. I want to display them
I have an HTTP Handler that sends an image to the client (during a
I have a custom handler (ImageHandler.ashx) that works fine when browsed to. It locates

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.