Re: Config error using domain user for ASP.NET worker process
From: GolferAGW (golferagw@yahoo.com)
Date: 01/30/03
- Next message: Gabriela De Feo: "Re: Access denied ( From one site to another, that is in another server)"
- Previous message: charles: "Re: IsInRole not as expected"
- In reply to: Michael: "RE: Config error using domain user for ASP.NET worker process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Next message: Gabriela De Feo: "Re: Access denied ( From one site to another, that is in another server)"
- Previous message: charles: "Re: IsInRole not as expected"
- In reply to: Michael: "RE: Config error using domain user for ASP.NET worker process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]