can I progarmatically register asp.net to IIS
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi,
I am using aspnet_regiss.exe utility from command prompt to register
asp.net to IIS. But my requirement is to do it programmatically so
that client need not worry about this registration. Can we do this
programmatically??
Thanks
Chandan
.
Relevant Pages
- Re: 1st hosting of objects, new(), etc.
... ASP.Net application dependent on a remote object in a Windows Forms ... > For instance, if my winforms app is the first app to need the object, it> will do a registerWellKnownServerType on a singleton that is also used> locally, and if an IIS application on the same machine runs first, I'll> create a the local object and cache it in the ASP.Net Application object and> then register it. ... > I guess in the case where the hosting app exits, it would cause an exception> on the client, or I could have the process stick around while there are> still non-timed-out clients ... (microsoft.public.dotnet.framework.remoting) - Re: What am I forgetting - IIS Setup?
... Framework install, it detects that IIS is installed, and registers the ... On the other hand, if you install the .NET Framework before you install IIS, ... then there's no place for .NET to register the ASP.NET ISAPI Extension. ... If you want to see what ISAPI extensions are currently registered with IIS, ... (microsoft.public.inetserver.iis) - Re: What am I forgetting - IIS Setup?
... Framework install, it detects that IIS is installed, and registers the ... On the other hand, if you install the .NET Framework before you install IIS, ... then there's no place for .NET to register the ASP.NET ISAPI Extension. ... If you want to see what ISAPI extensions are currently registered with IIS, ... (microsoft.public.windowsxp.security_admin) - Re: IIS on XP Pro
... Try running aspnet_regiis /i on a .NET command prompt. ... register ASP.NET with IIS. ... "Michael Albanese" wrote in ... > I have a development machine with XO Pro and IIS. ... (microsoft.public.dotnet.general) - Re: SMTP email from ASP.NET on Windows 2003 Server
... And register it again... ... For the test, disable virusscanners. ... > CDOSYS.DLL is in the System32 folder. ... >>> moved from an IIS 5 machine where it worked fine. ... (microsoft.public.inetserver.iis) |
|