C# Program crashes

  • Thread starter Thread starter Seelan
  • Start date Start date
S

Seelan

Hey Guys,
I wrote a small C# web application to display items from a database. It
seems to work fine when I type, http://localhost/App1.aspx but when i try to
access this using my ip or from my friend's place...my computer crashes...it
brings up the blue screen and says DUMPING OF PHYSICAL MEMORY....
can some one pelase help me fix this THANKS!
-Seelan
 
Hi,

You've got a serious problem on your computer.
If you are certain that your web app is causing it, then you might create a
log to a file (don't forget to flush the content after every log item and
perhaps close it (and open again on next log item) so that it survives the
crash).
 
Hey guys,
It turns out that Stupid Sygate firewall was the problem. I am using Windows
2003 and found sygate to be the only one that supports it...Anyways please
let me know if u coem across a good firewall that suppoorts WIn 2003 server
Thanks
 
Back
Top