> i'm runing windows 2000 server with IIS 5
>
[quoted text clipped - 4 lines]
>
> no web site is working .. some quick help please
http://search.msdn.microsoft.com/search/default.aspx?query=aspnet_wp.exe+%22stop
ped+unexpectedly%22
Ahmad Sabry - 27 Jun 2007 13:06 GMT
I'm using Dotnet 2 not 1
some where else plz
many thanks
>> i'm runing windows 2000 server with IIS 5
>>
[quoted text clipped - 6 lines]
>
> http://search.msdn.microsoft.com/search/default.aspx?query=aspnet_wp.exe+%22stop
ped+unexpectedly%22
Alexey Smirnov - 27 Jun 2007 13:36 GMT
> I'm using Dotnet 2 not 1
> some where else plz
> many thanks"Alexey Smirnov" <alexey.smir...@gmail.com> wrote in message
Simply add "ASP.NET 2.0" in the query.
You would find, for example, this post
https://blogs.msdn.com/rahulso/archive/2006/03/02/what-is-a-crash-technically-in
-asp-net-and-what-to-do-if-it-happens.aspx
that explains how to debug this particular type of problem
Does the machine originally have 1.x on it? Most likely.
If so, you should make sure that ASP.NET 2.0 is bound to IIS as the default.
When you attempt to run a 2.0 site on IIS configured for 1.x, it bombs.
Solution 1:
aspnet_regiis -i
From the 2.0 framework directory under windows, it installs 2.0. Downside,
1.x sites become 2.0.
Solution 2:
Find the web in question and fix it to point to 2.0 instead of 1.x. Can also
be done with aspnet_regiis and the -s flag, but I do not have syntax. It is
on the MSDN site. You can also do it by hand in the app configuration
(Configuration button on the Virtual Directory/Home Directory tab of the
site's properties). YOu have to manually point every ASP.NET extension to
2.0 this way.
NOTE:
If you have SharePoint on the box, it changes the rules a bit, as SharePoint
takes over port 80.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)
************************************************
Think outside the box!
************************************************
> i'm runing windows 2000 server with IIS 5
>
[quoted text clipped - 4 lines]
>
> no web site is working .. some quick help please