Click here to Skip to main content
15,922,650 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPage Performance Pin
Amit Kumar G24-Aug-06 4:07
Amit Kumar G24-Aug-06 4:07 
QuestionWeb Site Installation Problem Pin
alexfromto24-Aug-06 3:32
alexfromto24-Aug-06 3:32 
QuestionRenamning Files Pin
kirthikirthi24-Aug-06 2:39
kirthikirthi24-Aug-06 2:39 
AnswerRe: Renamning Files Pin
coolestCoder24-Aug-06 3:48
coolestCoder24-Aug-06 3:48 
AnswerRe: Renamning Files Pin
Suresh Pirsquare24-Aug-06 3:52
Suresh Pirsquare24-Aug-06 3:52 
GeneralRe: Renamning Files Pin
kirthikirthi24-Aug-06 23:03
kirthikirthi24-Aug-06 23:03 
GeneralRe: Renamning Files Pin
_AK_24-Aug-06 23:06
_AK_24-Aug-06 23:06 
GeneralRe: Renamning Files Pin
Suresh Pirsquare24-Aug-06 23:54
Suresh Pirsquare24-Aug-06 23:54 
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true">, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.



Add the following Code in your Web.Config file.
<identity impersonate="true">,

To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Wink | ;)

Thanks & regards,

Suresh Dayma
GeneralRe: Renamning Files Pin
Suresh Pirsquare24-Aug-06 23:57
Suresh Pirsquare24-Aug-06 23:57 
GeneralRe: Renamning Files [modified] Pin
Suresh Pirsquare25-Aug-06 0:01
Suresh Pirsquare25-Aug-06 0:01 
GeneralRe: Renamning Files Pin
kirthikirthi25-Aug-06 0:10
kirthikirthi25-Aug-06 0:10 
GeneralRe: Renamning Files [modified] Pin
Suresh Pirsquare25-Aug-06 0:26
Suresh Pirsquare25-Aug-06 0:26 
GeneralRe: Renamning Files Pin
kirthikirthi25-Aug-06 1:23
kirthikirthi25-Aug-06 1:23 
GeneralRe: Renamning Files Pin
Suresh Pirsquare25-Aug-06 1:43
Suresh Pirsquare25-Aug-06 1:43 
QuestionHow to count listbox items in codebehind when i add item using Javascript! Pin
Chetan.visodiya24-Aug-06 2:15
Chetan.visodiya24-Aug-06 2:15 
AnswerRe: How to count listbox items in codebehind when i add item using Javascript! Pin
alexfromto24-Aug-06 3:38
alexfromto24-Aug-06 3:38 
AnswerRe: How to count listbox items in codebehind when i add item using Javascript! Pin
ToddHileHoffer24-Aug-06 5:08
ToddHileHoffer24-Aug-06 5:08 
QuestionHow to access secure aspx pages? Pin
chhabrni24-Aug-06 2:10
chhabrni24-Aug-06 2:10 
AnswerRe: How to access secure aspx pages? Pin
Not Active24-Aug-06 2:38
mentorNot Active24-Aug-06 2:38 
GeneralRe: How to access secure aspx pages? Pin
chhabrni28-Aug-06 2:56
chhabrni28-Aug-06 2:56 
QuestionAccess to Notepad Pin
aaraaayen24-Aug-06 1:52
aaraaayen24-Aug-06 1:52 
AnswerRe: Access to Notepad Pin
Guffa24-Aug-06 2:55
Guffa24-Aug-06 2:55 
GeneralRe: Access to Notepad Pin
aaraaayen24-Aug-06 17:51
aaraaayen24-Aug-06 17:51 
Questionclosing all window when parent window is closed in a web application Pin
purshi_alur24-Aug-06 1:41
purshi_alur24-Aug-06 1:41 
QuestionHow can I determine which HyperLink has pushed a user? Pin
HilSoft24-Aug-06 1:11
HilSoft24-Aug-06 1:11 

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.