I am working on making a site in asp.net, and here is the issue I am having.

My asp.net app goes from a login page, to a main page, to an accounts page

when i run it in debug mode on my PC, everything works fine

when i run by opening IE, and navigating to http://192.168.20.101/MyAspApp/
it works fine (my local IP of course)

now here is the problem, I go to the OTHER computer at my desk, its also an XP machine (all updates/sp/.net 1.1sp1 etc...) and I open IE and go to http://192.168.20.101/MyAspApp/, it works fine until i get to the accounts page. It just displays a blank page.... Custom errors are set to off in the config file to spit out error messages... so i dont think its that.. and why should it have an error on one machine but not the other?

i know i probably wont get a good answer on this unless someone has had the same issue, but i figured i would give it a shot...