Archive for the cateroy ASP.Net

« Older Entries   Newer Entries »

System.Management.ManagementException: Access denied

I received this error when I was working on one of my application.
 
If EPiServer throws a management exception with error message “Access Denied” the cause is that ASPNET account does not have enough privileges to access certain WMI namespaces.
 
This is a bug that has been fixed in Windows 2000 Service Pack 3 and Windows [...]

How to deploy Crystal Report ( Crystal Report problem !! , not working )

Crystal Reports for Visual Studio ships with your deployment projects that enable you to deploy Crystal Reports components and assemblies on the target machine. We can use different approaches to install Crystal Reports runtime files on the target machine in order to run your C# applications smoothly.

If you are using Visual Studio then during your [...]

Failed to access IIS metabase problem

Possible Cause : When you install IIS AFTER .NET 2.0 framework, the rights of the ASPNET user had not been set correctly.

Solution : 1. Repair (Uninstall if repair does not work ) .NET Framework 2.0 2. Simply run the following from command line to reset the IIS registry settings for aspnet user. 3. cd [...]