Re: Trouble Publishing .NET App

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Fixed it finally!

Found a post with this info:

I had to give the IIS_WPG group (which contains ASPNET,
IWAM_MachineName, LOCAL SERVICE, NETWORK SERVICE & SYSTEM) read/write
access to our web root directory & everything beneath.


Juan T. Llibre wrote:
re:
Hi there. Thank you that did the trick. Now I am able to find the pages.

Glad that worked.

re:
When I browse to my default website, I get this error now:
Server Application Unavailable

You probably have both .Net 1.1 and .Net 2.0 applications
running in the same Application Pool.

Make sure that, at the very least, you place all
1.1 apps and 2.0 apps into separate application pools.

If you want to give a particular application a higher isolation, for protection,
you may do that, too, by assigning it to its own App Pool.

Use the IIS Manager to create as many App Pools as you need and assign your apps
to the correct App Pool for the version of the .Net Framework they're running under.

Then, run iisreset from the "Run" command in the Start Menu.

You should be good to go after you do that.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<rh1200la@xxxxxxxxx> wrote in message news:1141415311.700094.146000@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi there. Thank you that did the trick. No I am able to find the
pages. When I browse to my default website, I get this error now:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web
browser to retry your request.

Administrator Note: An error message detailing the cause of this
specific request failure can be found in the application event log of
the web server. Please review this log entry to discover what caused
this error to occur.


I have turned on/off custom messages but I still get the same message.
Any ideas on this?

Thanks.


.



Relevant Pages

  • RE: Cannot connect to config db
    ... Did you try to connect from the web server directly to the sql server (e.g. ... with osql.exe) using the login of the WSS App Pool Identity? ... >> Check the database connection information and make sure that the database ... >> uses the WSS Admin App Pool account is the same as the Sharepoint Timer ...
    (microsoft.public.sharepoint.portalserver)
  • Re: Security issues with Win2003 and ASPNet app
    ... The event log says that the identity of my app pool is invalid. ... On the SQL Server I gave that account the appropriate permissions. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Security issues with Win2003 and ASPNet app
    ... check the event log! ... otherwise change the default apppool back to network service - and try adding ... > access IIS on that machine, ... >> added to a default App Pool. ...
    (microsoft.public.dotnet.framework.aspnet.security)