Error at Map Path System.Mappath()

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Error at Map Path System.Mappath()

    Shree Ganesha



    I am unable to use the following

    server.mappath("../database/data.mdb")

    please tell me a walk around

    Regards
    Ganesh J. Acharya

    ********************
    [url]http://kamashastra.com[/url]
    Your website for adult education
    Ganesh J. Acharya Guest

  2. Similar Questions and Discussions

    1. System.UnauthorizedAccessException: Access to the path error on virtual dir pointing to a network share only!
      Win 2003 DC - IIS 6.0 I received the following error when trying to run an ASP.NET app resides in a network share (on a 2003 member server). All...
    2. MapPath invalid character error
      Hi, I'm trying to use MapPath on a folder named with a comma in it: xmldoc.load Server.MapPath(Request.QueryString("fname")) where the...
    3. Server.MapPath returning wrong path
      I've got the directory f:\Company\Product set as web shared so it's got a virtual directory in the default web site on my test server's IIS. If I...
    4. System.UnauthorizedAccessException: Access to the path
      I know this question my have been asked many times, but non the less. What I have to do so I can access from my c# web from to file (file.xml) in...
    5. Invalid path for MapPath
      paste the entire path in the error string into your browser address bar. it should attempt to open the file, if not your path is incorrect. ...
  3. #2

    Default Re: Error at Map Path System.Mappath()

    What is the error you are getting?

    Cheers
    Ken

    "Ganesh J. Acharya" <ganesh_j_acharya@indiatimes.com> wrote in message
    news:1a8444d1.0402110440.78bbab60@posting.google.c om...
    : Shree Ganesha
    :
    :
    :
    : I am unable to use the following
    :
    : server.mappath("../database/data.mdb")
    :
    : please tell me a walk around
    :
    : Regards
    : Ganesh J. Acharya
    :
    : ********************
    : [url]http://kamashastra.com[/url]
    : Your website for adult education


    Ken Schaefer Guest

  4. #3

    Default Re: Error at Map Path System.Mappath()

    [url]http://www.aspfaq.com/5003[/url]

    Ray at work

    "Ganesh J. Acharya" <ganesh_j_acharya@indiatimes.com> wrote in message
    news:1a8444d1.0402110440.78bbab60@posting.google.c om...
    > Shree Ganesha
    >
    >
    >
    > I am unable to use the following
    >
    > server.mappath("../database/data.mdb")
    >
    > please tell me a walk around
    >
    > Regards
    > Ganesh J. Acharya
    >
    > ********************
    > [url]http://kamashastra.com[/url]
    > Your website for adult education

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139