Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
As per title here are the steps which results in an error :
Found the problem. It turns out that .Net V4 (even though it can select it in IIS!) is not registered in IIS:
Running the following command fixes the problem:
For 32bit Windows: c:\windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
For 64bit Windows: c:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
Yeah, I've seen this happen a lot unfortunately on newer machines, seems to have to do with the order in which you install things, but I haven't been able to figure out which things and what order exactly. ;-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
V5 - No post installation step after when launching website first time
Hi,
As per title here are the steps which results in an error :
Found the problem. It turns out that .Net V4 (even though it can select it in IIS!) is not registered in IIS:
Running the following command fixes the problem:
For 32bit Windows: c:\windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
For 64bit Windows: c:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
Yeah, I've seen this happen a lot unfortunately on newer machines, seems to have to do with the order in which you install things, but I haven't been able to figure out which things and what order exactly. ;-)
is working on a reply...