cant deploy the files

nghianguyenbt

New Member
I installed .net sdk on my windows 2000 server running iis 5.0 The error message I am getting when I try to access an aspx file is:<BR><BR>"Server Application Unavailable "<BR><BR>when I checked the application log, it says :<BR><BR>aspnet_wp.exe could not be started. HRESULT for the failure: 80004005 <BR><BR>also the next message says:<BR><BR>aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. <BR><BR>Whats wrong with my configuration?<BR><BR>Thanks in advance!Have you checked the aspnet_wp account has correct settings? I have mine on 'Read & Execute', 'List Folders' and 'Read'.<BR><BR>It might have somethin to do with that, then again maybe not. Right click wwwroot folder & click properties to get to it.I had the same problem and it is because you are not logged in as the administrator but there is a white paper on ther Microsoft website to tell you how to set up the machine.config file and it works fine.<BR><BR>go to http://msdn.microsoft.com and search for machine.config and you will find your answer.
 
Back
Top