walaa wrote
hi jk
i have solved the problem that was facing me about the database and install DNN and have logged to my website and change skins
then suddenly when close my browser and open it again then write in the url http://localhost/mywebsite
i got an error message says server application unavilable and when i go to the log file i found 2 errors
1. aspnet_wp.exe (PID: 2560) stopped unexpectedly.
2. EventType clr20r3, P1 aspnet_wp.exe, P2 2.0.50727.1433, P3 471ebf4c, P4 mscorlib, P5 2.0.0.0, P6 471ebc5b, P7 1937, P8 f1, P9 system.nullreferenceexception, P10 NIL.
could u help me in founding solution
thanks a lot
This might sound like a tricky one to fix because it hasnt actually shown the real error message, just the very unhelpful "server application unavailable".
But you can usually find the real error message in your windows event log, look in your start menu - control panel - administrative tools- event viewer- application. There will be lots of entries there, so look for one with a red "x" that says "Error" and "ASP.NET". If you run your website and then open the event log immediately, it will be at the top.
Once you get the error message from there, please post it here.
I do actually remember seeing something posted about a skin causing "server application unavailable" a while ago. You can try reverting back to the default skin to see if it is a problem with your skin. Just find the skin folder, probably in /portals/_default/skins or /portals/0/skins, and rename it (myskin -> myskin_ will do). Then the default blue skin will load again - and if your website works, it was something wrong with the skin.
JK.