Click here to Skip to main content
15,898,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Printing Datagrid with multiple pages on single button click Pin
WillemM17-Jun-07 5:30
WillemM17-Jun-07 5:30 
GeneralRe: Printing Datagrid with multiple pages on single button click Pin
Vipin.d17-Jun-07 19:17
Vipin.d17-Jun-07 19:17 
QuestionString.Format Pin
ASPnoob16-Jun-07 20:59
ASPnoob16-Jun-07 20:59 
AnswerRe: String.Format Pin
Arun.Immanuel16-Jun-07 21:22
Arun.Immanuel16-Jun-07 21:22 
GeneralRe: String.Format Pin
ASPnoob16-Jun-07 22:19
ASPnoob16-Jun-07 22:19 
GeneralRe: String.Format Pin
PandemoniumPasha16-Jun-07 22:58
PandemoniumPasha16-Jun-07 22:58 
GeneralRe: String.Format Pin
Dave Sexton16-Jun-07 23:10
Dave Sexton16-Jun-07 23:10 
QuestionAccess denied to a file IIS Pin
kallileo16-Jun-07 18:25
kallileo16-Jun-07 18:25 
I use Dundas charts and I get this error:

Access to the path 'C:\Inetpub\wwwroot\Project\Control\GaugePic_000006.png' 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.UnauthorizedAccessException: Access to the path 'C:\Inetpub\wwwroot\Project\Control\GaugePic_000006.png' is denied.

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.

To grant ASP.NET 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.

It says something about a security tab but I don't have a security tab.
AnswerRe: Access denied to a file IIS Pin
Expert Coming16-Jun-07 20:38
Expert Coming16-Jun-07 20:38 
AnswerRe: Access denied to a file IIS Pin
vikasparth16-Jun-07 22:07
vikasparth16-Jun-07 22:07 
GeneralRe: Access denied to a file IIS Pin
kallileo17-Jun-07 21:57
kallileo17-Jun-07 21:57 
QuestionKeyPress Event in ASP.NET C#? Pin
railesh16-Jun-07 2:16
railesh16-Jun-07 2:16 
AnswerRe: KeyPress Event in ASP.NET C#? Pin
Expert Coming16-Jun-07 4:48
Expert Coming16-Jun-07 4:48 
AnswerRe: KeyPress Event in ASP.NET C#? Pin
www.Developerof.NET16-Jun-07 7:08
www.Developerof.NET16-Jun-07 7:08 
AnswerRe: KeyPress Event in ASP.NET C#? Pin
Not Active16-Jun-07 13:26
mentorNot Active16-Jun-07 13:26 
QuestionExecuting more than one query Pin
Tarik Guney16-Jun-07 0:34
Tarik Guney16-Jun-07 0:34 
AnswerRe: Executing more than one query Pin
Expert Coming16-Jun-07 1:16
Expert Coming16-Jun-07 1:16 
AnswerRe: Executing more than one query Pin
Dave Sexton16-Jun-07 2:01
Dave Sexton16-Jun-07 2:01 
AnswerRe: Executing more than one query Pin
Arun.Immanuel16-Jun-07 2:11
Arun.Immanuel16-Jun-07 2:11 
GeneralRe: Executing more than one query Pin
Tarik Guney16-Jun-07 7:21
Tarik Guney16-Jun-07 7:21 
QuestionDifference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
vikasviswan15-Jun-07 21:41
vikasviswan15-Jun-07 21:41 
AnswerRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
Christian Graus15-Jun-07 22:04
protectorChristian Graus15-Jun-07 22:04 
GeneralRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
vikasviswan15-Jun-07 22:19
vikasviswan15-Jun-07 22:19 
GeneralRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
Christian Graus15-Jun-07 22:32
protectorChristian Graus15-Jun-07 22:32 
GeneralRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
vikasviswan15-Jun-07 22:55
vikasviswan15-Jun-07 22:55 

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.