Hello,

I was notified before about error, which caused that users were unable to
login to my XMail-WAI. Symptom was that the form was never submitted -
submit was cancelled by ASP.NET validation script withount a reason.

I was finally able to replicate and solve this problem, which is related to
SP1 to MS .NET Framework 1.1. During instalation of Service Pack, the
validation scripts are not modified properly under certain conditions. This
may cause some web applications, including WAI, to expose the behavior
stated above.

SOLUTION

After installing .NET Framework SP1, go to folder where .NET Framework is
installed (usually C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322) and from
command line run command "aspnet_regiis -c".

This will deploy updated version of client validation scripts to all web
sites. Personally I don't understand, why the version was not changed or, at
least, the above procedure was not performed by SP1 setup.

-- Michal Altair Valasek, ASP.NET MVP
__________________________________________________ALTAIR-COMMUNICATIONS
http://www.altaircom.net | http://www.rider.cz | http://weblog.rider.cz
[EMAIL PROTECTED] |PGP 0xC4F3579D | ICQ 6160893
I'm not cynical. Just experienced.

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to