Click here to Skip to main content
15,900,815 members
Home / Discussions / C#
   

C#

 
GeneralRe: Without a RDBMS or XML Pin
Nemanja Trifunovic24-Feb-04 6:23
Nemanja Trifunovic24-Feb-04 6:23 
GeneralQualifying Static Members With Type Names Pin
Eric Houser23-Feb-04 16:15
Eric Houser23-Feb-04 16:15 
GeneralRe: Qualifying Static Members With Type Names Pin
Not Active23-Feb-04 16:53
mentorNot Active23-Feb-04 16:53 
GeneralRe: Qualifying Static Members With Type Names Pin
Heath Stewart24-Feb-04 4:22
protectorHeath Stewart24-Feb-04 4:22 
Questionhow to use dll(mfc) in web service Pin
wangxuefeng23-Feb-04 14:51
wangxuefeng23-Feb-04 14:51 
AnswerRe: how to use dll(mfc) in web service Pin
Heath Stewart24-Feb-04 4:19
protectorHeath Stewart24-Feb-04 4:19 
GeneralRe: how to use dll(mfc) in web service Pin
wangxuefeng24-Feb-04 23:26
wangxuefeng24-Feb-04 23:26 
GeneralRe: how to use dll(mfc) in web service Pin
Heath Stewart25-Feb-04 2:43
protectorHeath Stewart25-Feb-04 2:43 
There's many things that could cause this. For one, ASP.NET runs as a particular user - ASPNET by default (a local account). Read more about the <processModel> section in the .NET Framework SDK. If this user doesn't have privileges to access the files in that directory (or an ACL is applied to the file itself), then they can't access it. ASP.NET does not run with administrative privileges and it'd be EXTREMELY stupid to do so, as it opens many possible exploits.

It could also be code access security, a feature of the CLR that grants permissions to an application based on evidence. There is more information on this in the .NET Framework SDK as well.

In either or none of these cases, the exception message - even a Win32 result code - should tell you what the problem is. If you don't see an exception in your page, look at the /trace.axd file (the log viewer in the root of your web application) if tracing is enabled.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: how to use dll(mfc) in web service Pin
wangxuefeng25-Feb-04 13:36
wangxuefeng25-Feb-04 13:36 
AnswerRe: how to use dll(mfc) in web service Pin
wangxuefeng24-Feb-04 21:43
wangxuefeng24-Feb-04 21:43 
Generalfile processing Pin
Rob Tomson23-Feb-04 12:47
Rob Tomson23-Feb-04 12:47 
GeneralRe: file processing Pin
je_gonzalez23-Feb-04 15:27
je_gonzalez23-Feb-04 15:27 
GeneralRe: file processing Pin
Heath Stewart24-Feb-04 4:14
protectorHeath Stewart24-Feb-04 4:14 
GeneralRe: file processing Pin
je_gonzalez24-Feb-04 5:04
je_gonzalez24-Feb-04 5:04 
GeneralRe: file processing Pin
Rob Tomson24-Feb-04 17:45
Rob Tomson24-Feb-04 17:45 
GeneralRe: file processing Pin
je_gonzalez24-Feb-04 19:40
je_gonzalez24-Feb-04 19:40 
Questionhow to clear a combobox? Pin
Anonymous23-Feb-04 11:56
Anonymous23-Feb-04 11:56 
AnswerRe: how to clear a combobox? Pin
Werdna23-Feb-04 14:27
Werdna23-Feb-04 14:27 
QuestionHow to get number of running threads? Pin
CWIZO23-Feb-04 11:32
CWIZO23-Feb-04 11:32 
AnswerRe: How to get number of running threads? Pin
Heath Stewart24-Feb-04 4:03
protectorHeath Stewart24-Feb-04 4:03 
GeneralRe: How to get number of running threads? Pin
CWIZO24-Feb-04 4:08
CWIZO24-Feb-04 4:08 
GeneralWin32 to .NET Framework API Map Pin
Kant23-Feb-04 9:10
Kant23-Feb-04 9:10 
GeneralRe: Win32 to .NET Framework API Map Pin
Kentamanos23-Feb-04 11:10
Kentamanos23-Feb-04 11:10 
GeneralRe: Win32 to .NET Framework API Map Pin
Alexsander Antunes1-Mar-04 7:52
professionalAlexsander Antunes1-Mar-04 7:52 
GeneralChanging border color in a Win Button control. Pin
jose.cebrian23-Feb-04 8:51
sussjose.cebrian23-Feb-04 8:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.