Use of ComVisible attribute in ASP.NET

What is the use of ComVisible attribute?

- ComVisible attribute is used to select which public .NET classes and members are visible to COM.
- It indicates if the resultant assembly will be visible to the COM clients.
- If its state is specified to be as false, then the assembly which is registered as a COM server through the COM interop, will not expose any type of assembly.
Define Windows and Forms authentication
ASP.NET - Define Windows and Forms authentication - Windows authentication is the default authentication method of the ASP.NET application.....
What is Secure Sockets Layer (SSL) security? - ASP.NET
ASP.NET - What is Secure Sockets Layer (SSL) security? - SSL protects data exchanged between a client and an ASP.NET application...
Purpose of Machine.config file
ASP.NET - Purpose of Machine.config file - The Machine.config file controls issue like process recycling.....
Post your comment