Deployment Trouble

  • Thread starter Thread starter Jairo Nieto
  • Start date Start date
J

Jairo Nieto

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?
 
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 :)
 
Back
Top