Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

aspnet_regiis does not exist

I am having this issue, but while trying to fix it as per the suggested answers, I cannot find aspnet_regiis in my computer, I checked the matching .NET library as described here, but the file is not there.

like image 710
Shimmy Weitzhandler Avatar asked Apr 04 '12 12:04

Shimmy Weitzhandler


1 Answers

I am sure either you have not installed .NET Framework or haven't included it in your Environment Variables. Please install and then just add its path in Environment variables.

The default location for aspnet_regiis is :

C:\Windows\Microsoft.NET\Framework\v3 or v4 whatever your framework is.

like image 165
Malik Khalil Avatar answered Nov 15 '22 07:11

Malik Khalil