Deployed app update problem

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Deployed app update problem

    We have an in house asp.net application . it has been deployed on a
    webserver. it has the aspx pages and the needed dlls.
    I have a page with calendar control which has data from the database. Even
    though the data in the database is updated the calendar is not showing
    updated data.
    the page was refreshed several times. for every refresh the data is rebound
    i got the code( all the code) from the server and complied on my machine
    and tested it still shows the old data. but when i started debugging it
    started showing the new data.

    any similar experiences ? solutions

    jeff



    jeff Guest

  2. Similar Questions and Discussions

    1. Error when deployed on server?
      I keep getting this error, when i deploy a script on my web server but it works fine when i run it on my local web server? Access denied for...
    2. Can't get cfusion.ear expanded and deployed
      I'm trying to install the CFMX7 Developer Edition on my local machine (Win XP with IIS turned on), after already having successfully installed JRun4...
    3. CF and Flex deployed on JRun 4
      Hello, I have installed CF 7 on JRun and deployed it as ear file with expanded directories. I have installed flex and merge web.xml files as...
    4. Deployed Application ASP.NET: file and web access.
      Hi, I've developped a Web application for my customer: this web application allows users to modify some xml file. The customer has deployed the...
    5. WebSerivces not accessible when deployed.
      I have a development environment setup on my Laptop that runs Win2000. I also have IIS running and local SQLServer running. I developed a client in...
  3. #2

    Default Re: Deployed app update problem

    Yep,

    Different versions of the DLL in the GAC and bin directory.

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur 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