1
vote
2answers
118 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:8 …
0
votes
2answers
143 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 …
0
votes
2answers
272 views
Problem in creating Timer Job
Hi,
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 tr …
0
votes
2answers
175 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 …
