Re: Config error using domain user for ASP.NET worker process

From: GolferAGW (golferagw@yahoo.com)
Date: 01/30/03


From: golferagw@yahoo.com (GolferAGW)
Date: 30 Jan 2003 09:04:15 -0800


I haven't tried this, but do the config files use either the escape
character concept:
     
     password="C\&u6LaRE"

or the csharp "escaped string" concept:

     password=@"C&u6LaRE"

This might get around the problem...just a shot in the dark.


Quantcast