Changing stylesheets

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

I'd appreciate any help possible.
I have a number of different stylesheets. All have
identical elements. I only want to use one at a time, but
want the system administrator to be able to choose which
one to apply. I thought that I could hard code the pages
to a generic stylesheet and using file.copy VB statements,
overwrite the current file with the new one.
Unfortunately I am getting an unauthorised access error
when I try this.

Can i get around this (after all, I can perform the task
manually in windows explorer) or any other ideas???

many Thanks

Regards

Adrian
 
Make sure that the user that runs aspnet.exe worker thread
has permissions to write and modify the file.
 

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