-
Posted to
IIS7 - Classic ASP
by
kelvingeorge
on
03-28-2008, 4:19 PM
This appcmd command will turn off loadUserProfile for the Default
Application Pool. if your application runs in a different AppPool,
make the corresponding change:
%windir%\system32\inetsrv\appcmd set config
/section:applicationPools
/[name='DefaultAppPool'].processModel.loadUserProfile:false
That did the job... Check out ...
-
Posted to
IIS7 - Classic ASP
by
kelvingeorge
on
01-04-2008, 8:55 PM
I've got the same error, i tried creator control and changing permission but nothing is working.. what would be the problem?? ASP is working but i'm not able to connect database. It Give 500 error or loads the page, and i get an error contact the administrator.. What to do??
-
Posted to
Troubleshooting
by
kelvingeorge
on
10-01-2007, 1:29 PM
There is nothing in event viewer... It says something like internal error ( in Hresult 0x08 something like that)
I'm not sure if its exact one...
-
Posted to
Troubleshooting
by
kelvingeorge
on
09-28-2007, 6:37 PM
Hi,
iis default web site stopped running. It was running fine and all of a sudden it stopped. I'm new to programming, I'm learning php and have no idea whats wrong with it. When I try to start it i get an error which read some thing about Hresult and some address. I tried to reinstall it but i get the same error. What should I ...