dataset

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kalaivanan

    dataset

    Hi,
    I am converting a dataset into xml file using the following command:

    dsXml.WriteXml( "filename.xml") ;

    Using the xml file i did my functionality. I works fine in the
    developed machine. I deployed the same in a remote server through ftp.

    When i request for the page i am getting the pop u window asking for
    user name, password and domain.

    whenever i click cancel i am getting the following error:

    Access to the path "\filename. xml" is denied.

    since this file created at remote server i am no able to set the
    attributes for this file.

    what could be solution for this problem.

    kalaivanan

  • Michael Nemtsev

    #2
    RE: dataset


    What kind of project - win/web?
    How to do load this file?
    Where this file locates?

    --
    WBR,
    Michael Nemtsev :: blog: http://spaces.live.com/laflour

    "At times one remains faithful to a cause only because its opponents do not
    cease to be insipid." (c) Friedrich Nietzsche




    "kalaivanan " wrote:
    Hi,
    I am converting a dataset into xml file using the following command:
    >
    dsXml.WriteXml( "filename.xml") ;
    >
    Using the xml file i did my functionality. I works fine in the
    developed machine. I deployed the same in a remote server through ftp.
    >
    When i request for the page i am getting the pop u window asking for
    user name, password and domain.
    >
    whenever i click cancel i am getting the following error:
    >
    Access to the path "\filename. xml" is denied.
    >
    since this file created at remote server i am no able to set the
    attributes for this file.
    >
    what could be solution for this problem.
    >
    kalaivanan
    >
    >

    Comment

    • kalaivanan

      #3
      Re: dataset

      # Project - web application
      # i am converting a dataset into xml file which will be created at run
      time.
      # xml file located at the remote server.

      Michael Nemtsev wrote:
      What kind of project - win/web?
      How to do load this file?
      Where this file locates?
      >
      --
      WBR,
      Michael Nemtsev :: blog: http://spaces.live.com/laflour
      >
      "At times one remains faithful to a cause only because its opponents do not
      cease to be insipid." (c) Friedrich Nietzsche
      >
      >
      >
      >
      "kalaivanan " wrote:
      >
      Hi,
      I am converting a dataset into xml file using the following command:

      dsXml.WriteXml( "filename.xml") ;

      Using the xml file i did my functionality. I works fine in the
      developed machine. I deployed the same in a remote server through ftp.

      When i request for the page i am getting the pop u window asking for
      user name, password and domain.

      whenever i click cancel i am getting the following error:

      Access to the path "\filename. xml" is denied.

      since this file created at remote server i am no able to set the
      attributes for this file.

      what could be solution for this problem.

      kalaivanan

      Comment

      • Michael Nemtsev

        #4
        Re: dataset

        Check that your xml file locates into the project virtual folder.
        Do u use the Server.MapPath to load your xml?

        --
        WBR,
        Michael Nemtsev :: blog: http://spaces.live.com/laflour

        "At times one remains faithful to a cause only because its opponents do not
        cease to be insipid." (c) Friedrich Nietzsche




        "kalaivanan " wrote:
        # Project - web application
        # i am converting a dataset into xml file which will be created at run
        time.
        # xml file located at the remote server.
        >
        Michael Nemtsev wrote:
        >
        What kind of project - win/web?
        How to do load this file?
        Where this file locates?

        --
        WBR,
        Michael Nemtsev :: blog: http://spaces.live.com/laflour

        "At times one remains faithful to a cause only because its opponents do not
        cease to be insipid." (c) Friedrich Nietzsche




        "kalaivanan " wrote:
        Hi,
        I am converting a dataset into xml file using the following command:
        >
        dsXml.WriteXml( "filename.xml") ;
        >
        Using the xml file i did my functionality. I works fine in the
        developed machine. I deployed the same in a remote server through ftp.
        >
        When i request for the page i am getting the pop u window asking for
        user name, password and domain.
        >
        whenever i click cancel i am getting the following error:
        >
        Access to the path "\filename. xml" is denied.
        >
        since this file created at remote server i am no able to set the
        attributes for this file.
        >
        what could be solution for this problem.
        >
        kalaivanan
        >
        >
        >
        >

        Comment

        • kalaivanan

          #5
          Re: dataset


          yes. my xml file is located in the virtual folder.
          and i am using dataset.writexm l(server.mappat h("file.xml") )

          Michael Nemtsev wrote:
          Check that your xml file locates into the project virtual folder.
          Do u use the Server.MapPath to load your xml?
          >
          --
          WBR,
          Michael Nemtsev :: blog: http://spaces.live.com/laflour
          >
          "At times one remains faithful to a cause only because its opponents do not
          cease to be insipid." (c) Friedrich Nietzsche
          >
          >
          >
          >
          "kalaivanan " wrote:
          >
          # Project - web application
          # i am converting a dataset into xml file which will be created at run
          time.
          # xml file located at the remote server.

          Michael Nemtsev wrote:
          What kind of project - win/web?
          How to do load this file?
          Where this file locates?
          >
          --
          WBR,
          Michael Nemtsev :: blog: http://spaces.live.com/laflour
          >
          "At times one remains faithful to a cause only because its opponents do not
          cease to be insipid." (c) Friedrich Nietzsche
          >
          >
          >
          >
          "kalaivanan " wrote:
          >
          Hi,
          I am converting a dataset into xml file using the following command:

          dsXml.WriteXml( "filename.xml") ;

          Using the xml file i did my functionality. I works fine in the
          developed machine. I deployed the same in a remote server through ftp.

          When i request for the page i am getting the pop u window asking for
          user name, password and domain.

          whenever i click cancel i am getting the following error:

          Access to the path "\filename. xml" is denied.

          since this file created at remote server i am no able to set the
          attributes for this file.

          what could be solution for this problem.

          kalaivanan

          Comment

          Working...