Register IIS Issues

knockyo

Well-known member
Joined
Sep 20, 2006
Messages
78
Programming Experience
1-3
Hi,

im facing this error when i display each of the forms.

few question:
(1) what im missing?
(2) Can guide me how i register?
(3) How to get the files?

screenshot
weberroy1.jpg


errormsg:
Unable to find script library 'aspnet_client/System_web/1_1_4322/WebUIValidation.js. Try placing the file manually or reinstall by running 'aspnet_regiis -c'


**I already try to reinstall my framework 1.1 still d same!

Thanks your info. :p
 
Do as the message is telling you, you need to run the aspnet_regiis from the command line in the 1.1 framework folder. Google aspnet_regiis if you need more help.
 
You might have installed the framework , but looks like the asp_net files that are used by ASP.NET have been corrupted, as indicated by Neal run the aspnet_regiis and it will fix your error.
 
Back
Top