Tagged Questions
The accessdenied tag has no wiki summary.
8
votes
3answers
5k views
Gitosis Error: Receiving 'Read Access Denied' on previously accessible repository
The Players
I've been using git and gitosis for some months now, and am really loving both. Unfortunately, I have run into a problem accessing one of my projects with gitosis.
The Set-Up
I set ...
2
votes
3answers
67 views
jsf spring security acces denied authentication login
I use Spring Security 3 in my jsf2 web app.
When a non-authenticated user tries to access a protected resource, Spring Security redirects to the login page.
In this case, how can I show a message to ...
2
votes
4answers
2k views
SerializationException on 'CustomIdentity' when user is denied in ASP.NET
I try to implement ASP.NET Authentication and Authorization on top of our existing database.
We have a website calling a webservice to fetch its data. To use the webservice, i need to provide the ...
1
vote
1answer
68 views
Access is denied 0x80070005 in ASP.net using SQL Server SMO
I am trying to create a simple web form which will give me a service restart button onscreen.
Upon clicking the button, I am creating an SMO object to talk to a SQL Server database and trying to stop ...
1
vote
2answers
446 views
Cant access uploaded files (flv&images) in drupal
I have a custom upload field with a content type which allows to upload flv files. And I have jw player in my theme which plays it for me. Everything works fine in my localhost.
But after uploading it ...
1
vote
2answers
531 views
Error while dynamically loading mapi32.dll
Our application uses Simple MAPI to send e-mails. One of our clients has problems sending e-mail from a session on his terminal server.
The mapi32.dll is loaded with a call to LoadLibrary which ...
1
vote
0answers
418 views
Access Denied errors accessing IIS WMI provider from ASP
I have a Windows 2003 server running IIS 6 and have some scripts that do automated setup and creation of websites. They are not working on a new server I cam commissioning (they already work happily ...
1
vote
2answers
5k views
IOException - Access Denied Using FileOutputStream
I get the following IOException :
java.io.IOException: Access is denied
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at ...
1
vote
2answers
3k views
Problem in creating Timer Job
I have created a site collection inside a web application with user A as a site collection adminstrator. I have added a link in site feature page. On click of that link I am trying to create a timer ...
0
votes
2answers
100 views
Access to the path xxx is denied
After reading tons of similar posts I decided to came up with this one. Well, basically this problem is similar to many others, but somehow I can't make it work.
Here's the scenario, I have load ...
0
votes
1answer
84 views
Selenium python - Acess denied to /hub/session when launching Firefox webdriver
I just recently started using Selenium Webdriver (as opposed to Selenium 1.0), and I am struggling with an issue that prevents me from running tests at all: When trying to launch webdriver.Firefox() i ...
0
votes
2answers
39 views
Connection timeout error when launching my program from a shortcut
I'm seeing connection timeout errors when I launch my program from a shortcut.
The error appears when I start the windows application:
error found !! timeout expired. the timeout period elapsed ...
0
votes
0answers
139 views
Access denied in IE (same domain!)
I know about the cross-site-scripting problems with IE, but this is comming from the same server/domain. (I'm actually access the server with a IP adres... but I think that cannot be the problem?)
...
0
votes
1answer
330 views
Impersonate in Classic ASP
Preparing for the migration of asp-application with Windows 2000 (web1) on Windows 2003 (web2).
On the old server has a folder to share documents, use for imports and exports (\ \ web1 \ folder). I ...
0
votes
3answers
1k views
Getting access denied when try to delete file
I'm getting access denied whenever I try to delete a file after finishing reading it at'C:\inetpub\wwwroot\Project\temp. I Close() and Dispose() the StreamReader properly already? I also gave full ...
0
votes
1answer
473 views
System.IO.Path.GetTempPath() access denied
im creating temporary files to be stored in the Temp folder found by:
string path = System.IO.Path.GetTempPath()
method returns C:\windows\Temp\
i append my filename:
string filename = myfile.txt
...
0
votes
2answers
369 views
Getting Access Denied While Accessing the Named Pipe from Another System
I have a Named Pipe and It Works Fine While I access it using a Client which runs on My System
The Client tries to open the File using following code:
LPTSTR lpszPipename = ...
0
votes
3answers
364 views
Issues about files in use: get the name of another Process that use file
I using C# .NET , vs 2008 , .net 3.5
For me, is difficult, but I need sample code in C# for this:
Check if a file is in use
If file is in use, the name of Process that use it
For example, in my ...
0
votes
2answers
228 views
Drupal: Access Denied Error for downloading all uploaded files
I had a site working just fine with Drupal 6.16. Then I updated to 6.17 (and updated all of the modules), and all of a sudden the uploaded files were all generating Access Denied errors.
If I switch ...
0
votes
2answers
194 views
JavaScript returns Access Denied
I'm running into a scenario where at random times I am getting "Access Denied" when executing javascript. It is not repeatable and occurs in random places of my application. There is not indication of ...
0
votes
2answers
1k views
Permission to provision new site collection through workflow
I am stuck onto a very strange situation.
I have a workflow that i use to provision new site on my web application. This workflow uses one custom workflow activity to provision the site using ...
0
votes
2answers
673 views
Visual Studio 2008 linker error: ALINK operation failed (80070005) : Access is denied
I have Visual Studio 2008 (9.0.30729.1 SP) installed on my computer and a build machine. On my computer, a project builds fine. On the build machine, I have started getting this error.
ALINK ...