RE: .net 3.5 Web Service in IIS on XP PRO SP2



Hi Rob,

From your description, you can not get your ASP.NET 3.5 webservice app
running in IIS server, correct?

First, for ASP.NET 3.5, it do not have new extensions to install, it share
the same extension as ASP.NET 2.0. Therefore, as long as ASP.NET 2.0 is
installed correctly in IIS, you should be able to run ASP.NET 3.5
application. You can first check whether ASP.NET 2.0 application can run
correctly on your server. If not, try run aspnet_regiis command to
reinstall it.

The "Failed to execute request because the App-Domain could not be created"
seems a common error when ASP.NET appdomain can not be loaded, is there any
further message appended? Here are some web threads I've found that
mentioend this error:

#App-Domain could not be created. Error: 0x80131902
http://community.rainbowportal.net/blogs/jonathans_rainbow_blog/archive/2006
/03/10/1347.aspx

http://forums.asp.net/p/960370/1190184.aspx

Mostly such problem is caused by environment configuration. You may have a
look to see whether they help.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
Reply-To: "msnews.microsoft.com" <robh71@xxxxxxxxxxxxx>
From: "msnews.microsoft.com" <robh71@xxxxxxxxxxxxx>
Subject: .net 3.5 Web Service in IIS on XP PRO SP2
Date: Thu, 21 Feb 2008 10:47:06 -0600

When I connect to the Web Service using a web browser I get the following
error message:

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.

Below is the event log error
Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1088
Date: 2/20/2008
Time: 9:40:52 PM
User: N/A
Computer: DEVSHACK
Description:
Failed to execute request because the App-Domain could not be created.
Error: 0x80131902

Any help would be greatly appreciated.

Thanks,

Rob




.