T
|
theresafer author 2/15/2006 |
Well I managed to solve the problem by going back over the permissions, and made sure that all the files had the same permissions. |
C
|
clig 2/23/2006 |
Well I managed to solve the problem by going back over the permissions, and made sure that all the files had the same permissions.
|
|
Sarjent 2/23/2006 |
XP defaults to read only just copying a folder to the inetpub dir - just another annoying point added to the endless list
|
C
|
clig 2/23/2006 |
Because in reality, you don't want write access to the inetpub folder for security...Ideally you setup a virtual path to the DB and reference that in your connection strings. Store the DB in the virtual path which is outside of the inetpub folder. This way you isolate your web and your DB.
|