Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > URGENT: Change location of aspnet_client folder?

Reply
Thread Tools

URGENT: Change location of aspnet_client folder?

 
 
Ken Baltrinic
Guest
Posts: n/a
 
      04-06-2005
Don't ask my why we need to do this, I didn't write the website policy ,
but we are deploying to a website where we cannot place any directories
directly off web root (i.e. aspnet_client) and therefore we need to tell
all those lovely validation controls that their js files have moved. Is
there a setting somewhere that we can change to tell the system where
aspnet_client is? This is a urgent deployment issue.
--Ken


 
Reply With Quote
 
 
 
 
Bruce Barker
Guest
Posts: n/a
 
      04-06-2005
see

<webControls clientScriptsLocation="/aspnet_client/{0}/{1}/"/>

in machine.config.

-- bruce (sqlwork.com)

"Ken Baltrinic" <> wrote in message
news:...
> Don't ask my why we need to do this, I didn't write the website policy
> , but we are deploying to a website where we cannot place any
> directories directly off web root (i.e. aspnet_client) and therefore we
> need to tell all those lovely validation controls that their js files have
> moved. Is there a setting somewhere that we can change to tell the system
> where aspnet_client is? This is a urgent deployment issue.
> --Ken
>



 
Reply With Quote
 
 
 
 
Ken Baltrinic
Guest
Posts: n/a
 
      04-06-2005
Beautiful! Thanks.

"Bruce Barker" <brubar_nospamplease_@safeco.com> wrote in message
news:...
> see
>
> <webControls clientScriptsLocation="/aspnet_client/{0}/{1}/"/>
>
> in machine.config.
>
> -- bruce (sqlwork.com)
>
> "Ken Baltrinic" <> wrote in message
> news:...
>> Don't ask my why we need to do this, I didn't write the website policy
>> , but we are deploying to a website where we cannot place any
>> directories directly off web root (i.e. aspnet_client) and therefore we
>> need to tell all those lovely validation controls that their js files
>> have moved. Is there a setting somewhere that we can change to tell the
>> system where aspnet_client is? This is a urgent deployment issue.
>> --Ken
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js' Matthew Louden ASP .Net 11 10-08-2009 11:23 PM
Location, location, location =?Utf-8?B?VHJhY2V5?= Wireless Networking 2 02-17-2007 08:37 PM
re: /aspnet_client/system_web/1_1_4322/WebUIValidation.js' missing preet sangha via .NET 247 ASP .Net 0 05-13-2004 04:58 AM
Forcing .NET to render the '/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js' on the web page Art Thomas ASP .Net 3 07-25-2003 11:27 PM
aspnet_client folder shikarishambu ASP .Net 0 07-18-2003 02:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57