Hello,
can you edit your websites after installing .NET 4.0 RTM and latest DNP update?
EDIT: Simple yes/no will be enough :)
If you'll try to add new IIS7 provider you will see that asp.net 4 path will be found. If you want you can add this two records:
ServiceID aspnet40x64path C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll
ServiceID aspnet40path C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll
to ServiceProperties table in DNP Enterprise DB (ServiceID must be equal to your Web IIS7 provider ID). Even after adding those entries to DB I still cant edit my existing websites. I'm getting this error when I'm entering website settings:
w3wp.exe Error: 0 : [4/14/2010 9:18:30 PM] ERROR: 'Internet Information Services 7.0' GetSite
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Web.Administration.Interop.IAppHostElement.get_Collection()
at Microsoft.Web.Administration.ConfigurationElementCollectionBase`1.get_Collection()
at Microsoft.Web.Administration.ConfigurationElementCollectionBase`1.get_Elements()
at Microsoft.Web.Administration.ConfigurationElementCollectionBase`1.GetEnumerator()
at DotNetPanel.Providers.Web.IIs70.(WebVirtualDirectory )
at DotNetPanel.Providers.Web.IIs70.GetSite(String siteId)
at DotNetPanel.Server.WebServer.GetSite(String siteId)
EDIT2: There is another thing which DNP users should be aware of. Latest DNP update is supporting DNP RC and not RTM ("Added: ASP.NET 4.0 RC support") and when new IIS provider is being added to DNP there are entries with RC build number added to ServiceProperties table (if I r emember correctly it is 4.0.30128 instead of 4.0.30319).
EDIT3: After adding two entries to ServiceProperties table new websites are being created correctly with five Application poos (1.1,2.0 Classic and Integrated, 4.0 Classic and Integrated) but I still can't enter website settings in DNP Portal.