.NET does not provide the Installable Components. Netcoole has implemented these components in C#, and ASP2ASPX migrates from Installabe Components for ASP to nce.mswc namespace automatically except BrowserType component.
The following table shows the mapping relationship between Installable components and nce. mswc namespace.
| Installable Components for ASP | .NET & nce.mswc |
| MSWC.AdRotator | nce.mswc.AdRotator |
| MSWC.BrowserType | System.Web.HttpBrowserCapabilities |
| MSWC.NextLink | nce.mswc.NextLink |
| MSWC.ContentRotator | nce.mswc.ContentRotator |
| MSWC.Counters | nce.mswc.Counters |
| MSWC.PageCounter | nce.mswc.PageCounter |
The following table shows the properties relationship between MSWC.BrowserType and System.Web.HttpBrowserCapabilities.
| MSWC.BrowserType | System.Web.HttpBrowserCapabilities class |
| ActiveXControls | ActiveXControls |
| Backgroundsounds | BackgroundSounds |
| Beta | Beta |
| Browser | Browser |
| Cdf | CDF |
| Cookies | Cookies |
| Frames | Frames |
| Javaapplets | JavaApplets |
| Javascript | JavaScript |
| Platform | Platform |
| Tables | Tables |
| Vbscript | Vbscript |
| Version | Version |
| MajorVer | MajorVersion |
| MinorVer | MinorVersion |
| Aol | Aol |