Click here to Skip to main content
15,885,546 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRe: Render Method Pin
Mountainking0220-May-10 5:48
Mountainking0220-May-10 5:48 
AnswerRe: Render Method Pin
Luc Pattyn20-May-10 6:07
sitebuilderLuc Pattyn20-May-10 6:07 
QuestionAdvice: Transaction Processing using MSMQ Pin
DotNetJoe17-May-10 5:28
DotNetJoe17-May-10 5:28 
Question.net framework temporary error Pin
Zeyad Jalil17-May-10 2:21
professionalZeyad Jalil17-May-10 2:21 
AnswerRe: .net framework temporary error Pin
Not Active17-May-10 2:28
mentorNot Active17-May-10 2:28 
GeneralRe: .net framework temporary error Pin
Zeyad Jalil17-May-10 2:32
professionalZeyad Jalil17-May-10 2:32 
GeneralRe: .net framework temporary error Pin
Pete O'Hanlon17-May-10 2:49
mvePete O'Hanlon17-May-10 2:49 
AnswerRe: .net framework temporary error Pin
Tripathi Swati18-May-10 22:57
Tripathi Swati18-May-10 22:57 
1)Here's another solution; check the permissions for the relevant ASPNET (worker process) account on the %systemroot%\Temp and the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files directories.

Changing the permissions for the IIS_WPG group on the latter directory from Modify to Full corrected the issue without requiring a refresh of the worker processes in our case.

2)Set impersonate = false for your whole web application:

<system.web>
<identity impersonate="false"/>
…
</system.web>



Put all your code under a directory and set impersonate to true for that location.
Reasons are not Important but Results are Important.
http://www.sql4professional.blogspot.com
Swati Tripathi

QuestionHow to get dll's functions? Pin
phowarso16-May-10 21:55
phowarso16-May-10 21:55 
AnswerRe: How to get dll's functions? Pin
Hristo-Bojilov16-May-10 23:33
Hristo-Bojilov16-May-10 23:33 
AnswerRe: How to get dll's functions? Pin
Eddy Vluggen16-May-10 23:46
professionalEddy Vluggen16-May-10 23:46 
AnswerRe: How to get dll's functions? Pin
Peace ON16-May-10 23:47
Peace ON16-May-10 23:47 
AnswerRe: How to get dll's functions? Pin
neal12318-May-10 19:14
neal12318-May-10 19:14 
QuestionAbout Garbage collector Pin
sujithkumarsl16-May-10 20:51
sujithkumarsl16-May-10 20:51 
AnswerRe: About Garbage collector Pin
Peace ON16-May-10 23:51
Peace ON16-May-10 23:51 
AnswerRe: About Garbage collector Pin
Eddy Vluggen16-May-10 23:51
professionalEddy Vluggen16-May-10 23:51 
QuestionHow to customize Windows Regional options Pin
kindman_nb16-May-10 19:04
kindman_nb16-May-10 19:04 
AnswerRe: How to customize Windows Regional options Pin
Eddy Vluggen16-May-10 23:54
professionalEddy Vluggen16-May-10 23:54 
QuestionHierarchical domain object creation not SOLID Pin
Peter Trevor16-May-10 8:11
Peter Trevor16-May-10 8:11 
AnswerRe: Hierarchical domain object creation not SOLID Pin
TheyCallMeMrJames17-May-10 6:41
TheyCallMeMrJames17-May-10 6:41 
GeneralRe: Hierarchical domain object creation not SOLID Pin
DotNetJoe18-May-10 4:17
DotNetJoe18-May-10 4:17 
GeneralRe: Hierarchical domain object creation not SOLID Pin
TheyCallMeMrJames18-May-10 4:33
TheyCallMeMrJames18-May-10 4:33 
GeneralRe: Hierarchical domain object creation not SOLID Pin
DotNetJoe18-May-10 6:25
DotNetJoe18-May-10 6:25 
Questionto remote or not to remote Pin
esparagus15-May-10 1:04
esparagus15-May-10 1:04 
AnswerRe: to remote or not to remote Pin
Not Active15-May-10 2:59
mentorNot Active15-May-10 2:59 

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.