validator causing password prompt to popup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have added the following required field validator to a simple form and it
is causing a password prompt to popup:

<asp:RequiredFieldValidator ControlToValidate="FullName"
ErrorMessage="Required" ID="rfvName" runat="server" /><BR>

How can I get rid of the password prompt?

Thanks, Justin.
 
Check the IIS security settings on the aspnet_client directory,
subdirectories, and .js files underneath. Perhaps someone has removed
anonymous access to the directories.
 
Back
Top