Postback not working

  • Thread starter Thread starter Aric Levin
  • Start date Start date
A

Aric Levin

Hi! Need some help.

I moved an ASP.NET application from one computer to another.
The pages load up fine, but clicking on the Command button or Image button
does not respond or Post back.

This is happening throughtout the entire site. I am looking at the Source
code and it is all fine.
Is there some setting?

Thanks,

Aric Levin
 
Aric Levin said:
Hi! Need some help.

I moved an ASP.NET application from one computer to another.
The pages load up fine, but clicking on the Command button or Image button
does not respond or Post back.

This is happening throughtout the entire site. I am looking at the Source
code and it is all fine.
Is there some setting?

Did you run "aspnet_regiis -i" on the new computer?
 
Do you pages depend on any of the client-side scripts that are normally in
C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322 ?
 
Some pages do. aspnet_client is a subdirectory for the application.
I guess the problem is a different one.

Thanks,

Aric
 
Back
Top