|
|
Posted 27/05/2004 08:30:12 |
|
|
Forum Newbie
      
Group: Customers
Last Login: 15/10/2005 17:55:49
Posts: 10,
Visits: 8
|
|
I recently installed InstantForum and InstantKB on my own machine and on my company's server. I got them all set up and they appeared to be running correctly on both machines. I let them sit for a while and worked on other parts of our server and now when I try to run either of the applications on either machine I recieve an error message stating that the server application is unavailable. It tells me to go look at the application event logs to figure out what's up. I've taken a look at the logs on my own machine and on the server, but all of the application error logs appear on my own machine and not on the server. It's logged as follows: aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account. I really have no idea where this error came from. Did .NET get screwed up simultaneously on the server and on my machine? Did I accidentally change the permissions on some folders/applications somewhere? Any ideas on how I would go about fixing this? Anything would be greatly appreciated. Thanks!
- Kylir Horton
 - Web & Graphic Designer
- Azteca Systems || www.azteca.com
|
|
|
|
Posted 27/05/2004 08:39:38 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
Hi Kylir, I've seen this before with ASP.NET applications. It could be a number of items however from the error it would certainly suggest a permissions issue. ASP.NET holds a temporary cache of files your currently using within the c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files directory. Would it be possible to remove the InstantForum and InstantKB folder from this directory and try again. Also i've provided below some links from the MS knowledge base which may assist with resolving the configuration problem. http://support.microsoft.com/default.aspx?scid=kb;en-us;315158 http://support.microsoft.com/default.aspx?scid=kb;en-us;255770 http://support.microsoft.com/default.aspx?scid=kb;EN-US;820747 I would certainly ensure the ASP.NET application can write to the c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files directory. If this fails you may wish to recycle the asp.net worker process with the following from the command line... %windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i I hope this helps a little and offers some ideas. Please continue to play with the permissions. It looks like ASP.NET may have got itself confused 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 02/07/2004 04:38:07 |
|
|
Forum Newbie
      
Group: Customers
Last Login: 15/10/2005 17:55:49
Posts: 10,
Visits: 8
|
|
Hello, Ryan, thank you for your help. I did what you said and it worked... but only for a few days! Now it is not working anymore! The same error message (Server Application Unavailable) appears on the client and on the server. However, when I look in the application log, I don't see any error messages. After installation, I changed the name of the database in SQL Server and I created a virtual directory for the application and put it on my website. I know that asp.net can get to the application, as I can make it work for a few days, but something happens and it stops. This is really starting to get old. Do you know what's going on? Thanks!
- Kylir Horton
 - Web & Graphic Designer
- Azteca Systems || www.azteca.com
|
|
|
|
Posted 02/07/2004 04:47:45 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
|
|
|