how to change the client scripts location path
if u install asp.net application not under inetpub-wwwroot.the application can't see the client script that add to aspnet_client folder (when u add webCon
ITPro Today
May 17, 2005
1 Min Read
if u install asp.net application not under inetpub-wwwroot.
the application can't see the client script that add to aspnet_client folder (when u add webControls like: Smart Navigation, Validation ect ).
to solve the problem add to the Web.config in <system.web> the tag webControls and add the attribute clientScriptsLocation=aspnet_client folder path.
good luck
Roni
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like