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.
 
Back
Top