Andrey Tkach wrote:
> Hello,
> 
>  
> 
> Does anybody know what is the correct way to run asp-state in background in
> order to add in boot.local or rc.local under SUSE Linux 10.1? I'm tried to
> do it, but moved in background asp-state process was not usable.

Fetch a copy of asp_state.cs from

http://svn.myrealbox.com/viewcvs/*checkout*/trunk/xsp/tools/asp_state/asp_state.cs

and replace

Console.Write("Press <Enter> to stop...");
Console.ReadLine ();

with

System.Threading.Thread.Sleep(System.Threading.Timeout.Infinite);

Compile it with

        mcs -pkg:dotnet -out:asp-state.exe asp_state.cs


Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to