Re: [ADVANCED-DOTNET] Process Isolation in ASP.NET : sample implementation

2003-06-17 Thread Edmund Maher
PROTECTED] On Behalf Of Ravi Pazhani Sent: Monday, June 16, 2003 9:07 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Process Isolation in ASP.NET : sample implementation quick & dirty one! create a directory customcontextclient under \inetpub\wwwroot extract the files. set u

Re: [ADVANCED-DOTNET] Process Isolation in ASP.NET : sample implementation

2003-06-16 Thread Ravi Pazhani
quick & dirty one! create a directory customcontextclient under \inetpub\wwwroot extract the files. set up a site under defaultwebsite named "customcontextclient" and point to \inetpub\wwwroot\customcontextclient folder. open the sln file and run. due to lack of time i am not able create a detaile