I have created 10 database of \'Northwind\' for training purpose. Suppose I have 10 students, so databases are Northwind_Student1,Northwind_Student2 etc. I wo开发者_开发技巧uld like to create separate
I have installed tcpdf on my web server and use it to generate pdf invoices. It has a cache folder and my web server user group www-data can create and delete files.
I have a folder (/files) and I have tons of files there that users can download. I want users to be able to download their files only and no be able to see others people file.
I currently am in the process of deploying a MVC 3 Web App to an IIS 7 server.When I work on the web app from visual studio and deploy through development server, the web app has no problem using a cu
I would like to generate a URL which will have a unique code tail at the and only will be used 3 times. After accessing 3 times from the link. the url will expire. How can I do this?
I am trying to access the Word Office Interop on a server from my aplication using the following line:
I have an intermittent problem with a MySql database. Everyt开发者_运维知识库hing runs just fine for long periods of time, but then we suddenly get a run of errors being logged such as this:
In one of our applicatio开发者_开发问答ns we use the camera intent to take pictures. This works on real devices - without the camera permission.
Problem ASP.NET has no concept of associating permissions to roles. My app Current web application is using custom user membership and role providers.The app has 4 roles: superuser, admin, principa
This question already has answers here: Closed 11 years ago. Possible Duplicate: How do you check for permissions to write to a directory or file?