Problem on ASP.Net migration from W2000 to W2003

  • Thread starter Thread starter hb
  • Start date Start date
H

hb

Hi,

I move one off our Asp.Net web site from Windows 2000 Server to a Windows
2003 Server.
The way I did is copy whole site to the new server and create a new web site
pointed to the folder.

But I get a problem: the sorting function embedded in DataGrid doesn't work
on W2003 Server,
and I get a "page not found" error instead. The sorting function I used is
the one designed in .Net.
The same code works perfectly on W2000 Server.

Would you please tell me how to fix this?

Thank you

hb
 
Back
Top