dobbo Posted January 6, 2004 Posted January 6, 2004 Hi There, I've just installed .NET 1.1 onto a new machine but I can't open any ASP.NET applications or Web services. I'm getting the following event message - "aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid. " I've tried the fix as described by article 315158 in support.microsoft without any luck. (It's meant to be a fix for version 1.0 anyway). I've also tried re-installing asp.NET with the aspnet_regiis.exe. Anybody got any ideas before I reinstall .NET?? Much appreiciated. Quote
AsifCh Posted January 7, 2004 Posted January 7, 2004 I think the User created by the asp.net named ASPNET dont have enough rights to run the ASP.Net process. Try Giving him some extra rights, An Other problem may be that from the login you are installing ASP.net also doesnt have enough rights try tologin through the Administrator's Login Quote Asif Raza Ashraf Senior Software Engineer Electronic Solutions Pakistan Islamabad
dobbo Posted January 7, 2004 Author Posted January 7, 2004 Thanks Asif, I've already tried making ASPNET an administrator of the machine. My login account is also an administrator - I installed .NET under this account. Any other ideas ????? Have a great day .... Quote
*Gurus* Derek Stone Posted January 7, 2004 *Gurus* Posted January 7, 2004 In most cases userName should be set to "machine" and password set to "AutoGenerate". Quote Posting Guidelines
dobbo Posted January 16, 2004 Author Posted January 16, 2004 The only way I've been able to make this work is by setting userName to SYSTEM in the machine.config file. That will have to do until I do a re-install .... Thanks for your input. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.