After 1 hour +- that IIS running and server up, maybe after I got errors in clan system(I don't know if that have connection) I got error in the browser:
HTTP/1.1 New Session Failed
I googled it, found a solution and didn't work ]=...
anyone?
Printable View
After 1 hour +- that IIS running and server up, maybe after I got errors in clan system(I don't know if that have connection) I got error in the browser:
HTTP/1.1 New Session Failed
I googled it, found a solution and didn't work ]=...
anyone?
You need more memory in your server. Use task manager and see if DLLHOST.EXE dont exceed usage of memory. Normal is 20 to 27kb for it. See your code in asp pages about variables or connections not closed and destryed using conectionName.close and conectionName=Nothing (). Are you using jet database for some ms access aplication? Try migrate this to SQL server. Ms access suport max of 256 users and not good for a populate web site.
All at SQL server...and still doing this error...I can't find any dhlhost.exe(maybe svchost.exe?)and I think that when I got error in clan system it straight got this error..