Click to See Complete Forum and Search --> : Need Solution For Problem In Asp.net Urgently


sans_tosh
July 24th, 2002, 10:40 AM
Hai,

I have created an ASP.Net Web application using Visual studio.Net. and I have created a deployment project in Visual studio and made a package.
and i have installed the same package in a m/c with Windows 2000,.Net Framework SDK, and .Net framework service pack1. After installing it has created a virtual directory with all the files. But when i run the same it is giving error like

Server application not available

When i see event log , it has logged two errors

1. aspnet_wp.exe could not be launched because username and/or password supplied in the process model section of the config file are invalid.
2. aspnet_wp.exe could not be started . HRESULT for the failure: 80004005.

CPCericola
August 7th, 2002, 07:17 PM
It could be one of a few issues. The following MSKB article covers most of them. If the system is a domain controller, you can simply create a new "weak" account if you want that privledge. Otherwise, you can just use the system account.

http://support.microsoft.com/default.aspx?scid=kb;EN-GB;Q315158

Hope this helps.