Groups: Administration
Joined: 11/3/2005(UTC) Posts: 2,253
Thanks: 28 times Was thanked: 60 time(s) in 59 post(s)
|
Hi there! This problem is now UWS-specific and in general described here. First, please be sure to place your database in the App_Data folder - UWS has more relaxed access rights for it. If that doesn't help, here are other possible solutions:
- UWS processes, that host ASP.NET applications, run under either as a restricted "NETWORK SERVICE" account (default setting) or "LOCAL SYSTEM" account, which is almost an administrator level. If you switch your application registration to "LOCAL SYSTEM", this problem is likely to go away, but doing so makes your application more vulnerable to hacking and take over.
- Better option would be for your installer, which is likely to run as administrator, to attach the database during installation, and then your application would just connect to the database w/o attempting to attach or do other high-privilege things.
Please let us know if this information was helpful. Best regards, UltiDev Team. Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
|