Asked by:
Failed to execute request because the App-Domain could not be created. Error: 0x80131902

Question
-
User957639298 posted
ive tried other peoples solutions but noe of them seem to be working... i am running windows xp service pack 2 and am getting the above error. has anyone any ideas??
thanks
Owen
Thursday, August 14, 2008 4:27 AM
All replies
-
User-1395850519 posted
Actually this happens on first time if u r using ASP.NET 2.0 runs sometimes, not sure why it happens ,but the following seems to fix the problem. To solve it, try the following steps
With a command window, get to the latest version of .net under
1.C:\Windows\Microsoft.Net\Framework\
or go to visual studio command prompt
2.Now type the command: "net stop w3svc" to stop web services.
3.Then use "aspnet_regiis -ua" to uninstall all instances of ASP.NET from IIS.
4.Follow with "aspnet_regiis.exe -i" to install ASP.NET into IIS.
Now restart web services with "net start w3svc".
i hope now it will workThursday, August 14, 2008 8:11 AM -
User957639298 posted
i got as far as here and it didnt work after that
3.Then use "aspnet_regiis -ua" to uninstall all instances of ASP.NET from IIS.
4.Follow with "aspnet_regiis.exe -i" to install ASP.NET into IIS.
Now restart web services with "net start w3svc".
Thursday, August 14, 2008 9:19 AM -
User-1166781371 posted
It just happen to me 2 hrs ago. I was just creating another sub-domain. When I copied everything from one sub-domain to the new one I got that error. I struggle a little and after going back and forth I finally made it to work just giving access to NETWORK SERVICES to that sub-domain in the iis.
Hope it will work for you
Thursday, August 14, 2008 12:31 PM -
User561032213 posted
1.C:\Windows\Microsoft.Net\Framework\
or go to visual studio command prompt
2.Now type the command: "net stop w3svc" to stop web services.
3.Then use "aspnet_regiis -ua" to uninstall all instances of ASP.NET from IIS.
4.Follow with "aspnet_regiis.exe -i" to install ASP.NET into IIS.
Now restart web services with "net start w3svc".THIS WORKED FOR ME! THANKS!!!!
Probably that IIS was confused with the diffenrent version of ASP.NET that were installed on my computer. by installing only version 2.0 it worked!
Tuesday, September 9, 2008 9:51 AM -
User833437892 posted
Install the Service Package of .Net Frame or install the latest .Net Frame.
Wednesday, September 10, 2008 8:56 PM -
User-2054370663 posted
It helped me as well..
Thursday, February 11, 2010 5:00 AM