Click to See Complete Forum and Search --> : regd validation web controls in asp.net


naga2005
August 18th, 2005, 03:58 PM
hi,

i am working on ASP.net under windows xp os by using webmatrix project.

i added a requiredfieldvalidator web control to my web form to validate a textbox.

when i execute this form through IE 6 i get the following error

unable to find script library '/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js'. Try

placing this file manually, or reinstall by running 'aspnet_regiis -c'

i tried to place this file manually and also tried to run through the command prompt

i get the following error message when i try to install the file:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis.exe -c
Start copying the ASP.NET client side script files for this version (1.1.4322.0)
.
An error has occurred (0x80040154).
The error indicates that IIS is not installed on the machine. Please install IIS
before using this tool.


i cannot install IIS because my version of OS is Windows XP Home edition which does not support IIS

So is there any other way through which i can solve the problem without installing IIS

Thanks in Advance