Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Actually i just formated my computer from Windows XP to Windows 7...

Now, i used windows 7, i run my project that have a code " server.transfer ", it run very slow (take 5 minutes) to move between web page (because of server.transfer code),

1. Why does it happen?
2. is it because of the operating system(before i used XP no problem)?
3. or may be any configuration that i miss out?


Thank for your answer...
Posted

1 solution

There is no configuration to miss.

This is usually something wrong in your code.

You can run the site in the debugger and step through the code to find out, and use Fiddler to monitor the HTTP traffic, and pepper your code with Debug.Write messages so you can track status and position quicker without stepping through the code, and ...

These are all basic debugging techniques.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900