Web apps don't work with .NET SDK 1.1

  • Thread starter Thread starter Shaw
  • Start date Start date
S

Shaw

After upgrading my .NET framework SDK from 1.0 to 1.1, my
new ASP.NET web applications are no longer work.

I craete a simple test web app project with a DataGrid
control (using sqlAdapter, sqlConnection and dataset),
but the DataGrid control even doesn't show up on browser
window. I view web browser page "source", and there are
no "Table" tags generated.

I try to run same code and UI in Windows application form
with SDK 1.1, and it's just fine.

I try to run my old web apps generated from SDK 1.0
(recompile and run debugger), and they are OK too.

I am confused, Am I the only one who have trouble with
new .NET SDK 1.1? Is IIS problem or database access
problem? Any help is appreciated.

Shaw
 
Back
Top