Re: [ADVANCED-DOTNET] Automating Windows Service Installation

2003-09-09 Thread Andy Edmiston
Raj, You need to add a "Custom Action" from the View/Editor menu. Add your windows service executable to the Install and Uninstall (the equivalent of installutil /u) nodes, set the "InstallerClass" property to true and that will do the trick. Andy -Original Message- From: Moderated d

Re: [ADVANCED-DOTNET] SMTP problem

2003-08-29 Thread Andy Edmiston
You haven't detailed at all the code you are using in attempting to send email from your web page. That would be a good starting point in getting a solution to your problem. Andy -Original Message- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf

Re: [ADVANCED-DOTNET] ASP.NET AppDomains

2003-07-30 Thread Andy Edmiston
Brian, My first question would be for what purpose? Changing the Web Config file for an ASP.NET application will cause a second Instance in a new App Domain to be created and furthermore new sessions are handled by the second instance. Andy -Original Message- From: Moderated discus