Deployment Trouble

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

    #1

    Deployment Trouble

    Hi,

    I have currently migrated my asp.net application to a new server. Problem
    is, the buttons dont seem to be working when i access the application from
    any computer other than the server. If i open IE in the server the
    application works fine, but if i open it from another computer, the buttons
    dont do anything when clicked. What can the problem be?


  • Natty Gur

    #2
    Re: Deployment Trouble

    Hi,

    Is your clients running IE 5.0 or IIS 6.0.

    Natty Gur[MVP]

    blog : http://weblogs.asp.net/ngur
    Mobile: +972-(0)58-888377


    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!

    Comment

    • Jairo Nieto

      #3
      Re: Deployment Trouble

      Hi,
      My clients are running IE 6.0

      "Natty Gur" <natty@dao2com. com> wrote in message
      news:O9jrd2CAEH A.2212@TK2MSFTN GP10.phx.gbl...[color=blue]
      > Hi,
      >
      > Is your clients running IE 5.0 or IIS 6.0.
      >
      > Natty Gur[MVP]
      >
      > blog : http://weblogs.asp.net/ngur
      > Mobile: +972-(0)58-888377
      >
      >
      > *** Sent via Developersdex http://www.developersdex.com ***
      > Don't just participate in USENET...get rewarded for it![/color]


      Comment

      • Natty Gur

        #4
        Re: Deployment Trouble

        OK,

        If you using tracing to write down notification on bottun click, can you
        see it with trace.axd?

        Natty Gur[MVP]

        blog : http://weblogs.asp.net/ngur
        Mobile: +972-(0)58-888377


        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        • Jairo Nieto

          #5
          Re: Deployment Trouble

          I used tracing and was able to solve the problem. i was actually missing
          some event handlers in some code-behind pages written in vb. they compiled,
          and ran on the server fine, but on the clients,they didnt work.

          Thx a lot for the help :)

          "Natty Gur" <natty@dao2com. com> wrote in message
          news:Oi2G7VGAEH A.684@tk2msftng p13.phx.gbl...[color=blue]
          > OK,
          >
          > If you using tracing to write down notification on bottun click, can you
          > see it with trace.axd?
          >
          > Natty Gur[MVP]
          >
          > blog : http://weblogs.asp.net/ngur
          > Mobile: +972-(0)58-888377
          >
          >
          > *** Sent via Developersdex http://www.developersdex.com ***
          > Don't just participate in USENET...get rewarded for it![/color]


          Comment

          Working...