unable to find /aspnet_client/system_web/1_1_4322/webuivalidation.

G

Guest

I have a sharepoint server
I have an asp.net application it is a virtual directory and is defined in
sharepoint as an excluded path.

I have validators in datagrid, I run app and
I get the message "unable to find script library
/aspnet_client/system_web/1_1_4322/webuivalidation.js"
run aspnet_regiis -c did that no change
tried another fix, copied the aspnet_client folder into virtual directory root
still get the error
what can i set?
 
P

Peter Huang [MSFT]

Hi

Did the physical path of
"/aspnet_client/system_web/1_1_4322/webuivalidation.js" exist and the file
webuivalidation.js exist?
If no, I think you may try to just copy from another into the physical
directory.

If yes, I think the WSS may have handle the path, please exclude the script
path(url) in the WSS.
For detailed information, I think you may try to post in the asp.net or WSS
newsgroup.
microsoft.public.dotnet.framework.aspnet
or
microsoft.public.sharepoint.windowsservices


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top