![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Jan 2003
Posts: 25
|
I have a couple of problems regarding permissions on the App_Data folder:
1) I've created a site using the ASP.NET 2.0 membership functions. This uses an Access Database in the App_Data folder. This works fine on my local machine but when I upload it I get the error ("Cannot write to DB"). As far as I can tell this is because the ASP.NET user cannot write to that folder. 2) I like the idea of using the App_Data folder to store data that you don't want sending back to clients. However, with the current permissions I cannot modify/update the files programatically. Is it possible to get the permissions changed to enable writing? Thanks Martin |
|
|
|
|
|
#2 (permalink) |
|
Junior Member
Join Date: Jan 2003
Posts: 25
|
Update: I done some more playing and found I can't do anything vaguely to do with files - even this line fails with a security error:
FileInfo testFile = new FileInfo("testfile1.txt"); I've since found a post on the archive forum (below) and opened a ticket: http://forum.catalyst2.com/archive/index.php/t-921.html |
|
|
|
|
|
#6 (permalink) |
|
Junior Member
Join Date: Jan 2003
Posts: 25
|
The one I'm testing with is www.mlev.co.uk - but I ideally want to transfer the site to www.levett8.co.uk later on.
Try http://www.mlev.co.uk/test.aspx Ticket ID - UJZ-414982. Cheers Martin |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|