TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Manoj Bisht
NA
145
0
Access is denied in Process.GetProcesses()
Mar 28 2009 8:28 AM
Hello Friends,
I'm getting running processes using the
Process.GetProcess()
on localhost and my code is giving the output i want to. But after uploading on my server it throws following error
Access is denied
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: Access is denied
.........
And also i've already set
<identity impersonate="true"/>
and full trust level
Reply
Answers (
1
)
How do you make a data table accessible anywhere in a Visual C# 2008 Express project?
PasswordHash NULL problem