We had a custom ASP.NET 3.5 website that has been working for a long time, as well as an implementation of Reporting Services 2005. For example, in our IIS box (Win 2003 Server, IIS 6) we have our custom website. net, as well as Reporting Services Web Services and config'd Report Manager, all in one window. SQL Server 2005 databases (for RS and our own application) are located in a separate physical field.
Now we are trying to switch to .NET 4. Therefore, I installed the .NET 4 platform on our web server. We used VS2010 to upgrade our custom ASP.NET 3.5 site to 4 and drag the updated web.config to the web server. Our custom website works fine in .NET 4, but we can no longer run reports (either through our custom integration on our website, or even to the configured report manager URL).
In any case, we get the following error:
"Could not find permission set named" ASP.Net "
I did some searches for errors, but so far have not found anything that got home. Any thoughts, help would be greatly appreciated.
source share