URGENT: Change location of aspnet_client folder?

  • Thread starter Thread starter Ken Baltrinic
  • Start date Start date
K

Ken Baltrinic

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
 
see

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

in machine.config.

-- bruce (sqlwork.com)
 

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