Client Scripts

  • Thread starter Thread starter Guest
  • Start date Start date
Usually these are stored in the aspnet_client folder under wwwroot.
Peter
 
re:
Usually these are stored in the aspnet_client folder under wwwroot.

If "usually" means "under ASP.NET 1.1", then yes.

ASP.NET 2.0 no longer uses the /aspnet_client folder.
Instead, it embeds the scripts directly into the ASP.NET assemblies.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
ASP.NET 2.0 no longer uses the /aspnet_client folder.
Instead, it embeds the scripts directly into the ASP.NET assemblies.

That is the answer I was looking for.

Thanks
 
I strongly doubt Microsoft got their menu and treeview scripts wth the links
you provided. :)
 

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

Back
Top