J
Jason Huang
Hi,
My Web.config file in my C# .Net web application has the
< identity impersonate="true" userName="myaccount" password="mypassword" >
However, in some cases the web.config and our environment didn't match
correctly,
and in client's browser there's error page showing that line
< identity impersonate="true" userName="myaccount" password="mypassword" >
How do I config the Web.config so the error message won't show the Username
and Password stuff?
Thanks for help.
Jason
My Web.config file in my C# .Net web application has the
< identity impersonate="true" userName="myaccount" password="mypassword" >
However, in some cases the web.config and our environment didn't match
correctly,
and in client's browser there's error page showing that line
< identity impersonate="true" userName="myaccount" password="mypassword" >
How do I config the Web.config so the error message won't show the Username
and Password stuff?
Thanks for help.
Jason