.Net

How to have two active .NET applications in IIS?

To host two active .NET applications in Internet Information Services (IIS), you need to create separate application pools and configure individual websites for each application. Here are the general steps to achieve this: 1. **Prepare Your Applicati…

How can i get GUID of Windows Forms in .NET (not .Net Framwork)

In .NET (not .NET Framework), you can generate a GUID (Globally Unique Identifier) for a Windows Forms application using the `System.Guid` class, just as you would in any other .NET application. Here's how you can create and retrieve a GUID in a …

Load More
That is All