If you install IIS after Visual studio, most of the time you will run into below mentioned error because IIS settings have not been correctly configured and accessing files with extension like .svc will throw this.:
This is simple to fix, Just open the visual studio command prompt and run the below command :
aspnet_regiis.exe -i
This should fix the issue.
Thanks!!
This is simple to fix, Just open the visual studio command prompt and run the below command :
aspnet_regiis.exe -i
This should fix the issue.
Thanks!!

No comments:
Post a Comment