3
Answers

C#.net

Sanjay Atpadkar

Sanjay Atpadkar

16y
2.4k
1

Hi

 I am facing a problem while development in Dotnet 2005 Web Application. I am working on Web application which was already developed in Dotnet 2003 (1.1 Framework) now we have converted it to Dotnet 2005 (2.0 Framework). When i run my web application and do some operation like insert, update, delete at that time it display me the updated record, but when i close the web application and rerun the application it gives me error or it does not display me the last inserted record or recent updates. It works correctly only when i delete the files from the Temporary Internet Files. It is working fine at our development site. It gives me error when i publish my website at client site.

Answers (3)
0
Sanjay Atpadkar

Sanjay Atpadkar

NA 13 0 16y

I have already set the dotnet version to 2.0. According to me the problem is due to caching the page in temporary internet file. When i rerun the page it does not fire the page_load event.

0
Mubbasher Mukhtar

Mubbasher Mukhtar

NA 6 0 16y
If you post the exception or error it would be better to understand.

But make sure the application is configured under ASP.NET 2.0 at live site.
To do this, go to IIS | Web Sites |Right Click You Web Site| Properties |ASP.NET Tab | Select ASP.NET version = 2.0.50727


0
Vijaya Kadiyala

Vijaya Kadiyala

NA 2.4k 258.4k 16y

hi check out the chaching mechanism (i.e. cookies) on client machine? are you able replicate on your developmenent machine also?

thanks -- Vj

Next Recommended Forum