merge commit
This commit is contained in:
commit
2e1eebbaf2
1 changed files with 4 additions and 0 deletions
|
@ -605,6 +605,10 @@ namespace WebsitePanel.Setup
|
|||
return false;
|
||||
|
||||
int value = (int)regkey.GetValue("ASPNET", 0);
|
||||
|
||||
if (value != 1)
|
||||
value = (int)regkey.GetValue("ASPNET45", 0);
|
||||
|
||||
return value == 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue