i have this stored procedure, doing a select query with couple of inner joins (one of the tables is in another db). Now, i had to write this query as dynamic cause first i had to find which db the sel
I was wondering if there is a way to discover the exact reasons for an Access Denied error on a windows box.
Hello I am working in VB.Net 2010 framework 2.0. In my application I want to run a Setup.exe wit开发者_开发百科h Process.start.
If the remote user knows the exact location of the file, he will st开发者_如何学Pythonill be able to access the file from a browser. How can someone find out about the location of the private file? we
Now I\'ve bought an Ubuntu Cloud server. I installed Webmin this morning, and now I have a question. Is it possible to create users that can only use one directory, SVN, FTP, PHP, Python, MySQL, Apach
I have this simple code: System.Drawing.Bitmap bm = bitmapSourceToBitmap(source); try { bm.Save(@\"C:\\Seva\\testeImagem.jpg\");
I have a NetBeans RCP application th开发者_Go百科at\'s currently working on Windows and I\'m trying to make Linux compatible. The application creates folders and files and modify files as well.
This is similar to Odd Exception in MVC 3 Project. We have an ASP.NET 4.0 application running in full trust.We need to have the following line in our web.con开发者_如何转开发fig, otherwise one of th
I have an INSERT trigger on a table that simply executes a job. Example: CREATE TABLE test ( RunDate smalldatetime
I am trying to upload image on server, below is script that I found on Internet and in worked locally, when I deployed code and database is gives me \"failed to open stream: Permission denied\" error.