473,386 Members | 1,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

I ve got this error while uploading my jpg file to the host via fileupload object :S

Server Error in '/' Application.
--------------------------------------------------------------------------------

Access to the path
'C:\Inetpub\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memory\resim_yok.jpg'
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\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memory\resim_yok.jpg'
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.

Source Error:

Line 24: saveFile = Path.Combine(savePath, FileUpload1.FileName);
Line 25:
Line 26: FileUpload1.SaveAs(saveFile);
Line 27:
Line 28: FileUpload1.SaveAs(Request.PhysicalApplicationPath + "memory/" +
filename);

Source File:
c:\Inetpub\vhosts\wonderfulreklam.com\subdomains\s oganli\httpdocs\memories.aspx
Line: 26

Stack Trace:

[UnauthorizedAccessException: Access to the path
'C:\Inetpub\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memory\resim_yok.jpg'
is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
+2013843
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access,
Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode) +65
System.Web.HttpPostedFile.SaveAs(String filename) +87
System.Web.UI.WebControls.FileUpload.SaveAs(String filename) +22
ASP.memories_aspx.Button1_Click(Object sender, EventArgs e) in
c:\Inetpub\vhosts\wonderfulreklam.com\subdomains\s oganli\httpdocs\memories.aspx:26
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument)
+107
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String
eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210
Jun 6 '07 #1
2 4857
what part of the error message is unclear?

Yasin Cepeci wrote:
Server Error in '/' Application.
--------------------------------------------------------------------------------

Access to the path
'C:\Inetpub\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memory\resim_yok.jpg'
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\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memory\resim_yok.jpg'
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.

Source Error:

Line 24: saveFile = Path.Combine(savePath, FileUpload1.FileName);
Line 25:
Line 26: FileUpload1.SaveAs(saveFile);
Line 27:
Line 28: FileUpload1.SaveAs(Request.PhysicalApplicationPath + "memory/" +
filename);

Source File:
c:\Inetpub\vhosts\wonderfulreklam.com\subdomains\s oganli\httpdocs\memories.aspx
Line: 26

Stack Trace:

[UnauthorizedAccessException: Access to the path
'C:\Inetpub\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memory\resim_yok.jpg'
is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
+2013843
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access,
Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode) +65
System.Web.HttpPostedFile.SaveAs(String filename) +87
System.Web.UI.WebControls.FileUpload.SaveAs(String filename) +22
ASP.memories_aspx.Button1_Click(Object sender, EventArgs e) in
c:\Inetpub\vhosts\wonderfulreklam.com\subdomains\s oganli\httpdocs\memories.aspx:26
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument)
+107
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String
eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210

Jun 6 '07 #2
browser error at http://www.soganli.com/memories.aspx while uploading jpg
file to host
"bruce barker" <no****@nospam.com>, haber iletisinde sunlari
yazdi:OK**************@TK2MSFTNGP02.phx.gbl...
what part of the error message is unclear?

Yasin Cepeci wrote:
>Server Error in '/' Application.
--------------------------------------------------------------------------------

Access to the path
'C:\Inetpub\vhosts\wonderfulreklam.com\subdomains \soganli\httpdocs\memory\resim_yok.jpg'
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\vhosts\wonderfulreklam.com\subdomains \soganli\httpdocs\memory\resim_yok.jpg'
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.

Source Error:

Line 24: saveFile = Path.Combine(savePath, FileUpload1.FileName);
Line 25:
Line 26: FileUpload1.SaveAs(saveFile);
Line 27:
Line 28: FileUpload1.SaveAs(Request.PhysicalApplicationPath + "memory/" +
filename);

Source File:
c:\Inetpub\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memories.aspx
Line: 26

Stack Trace:

[UnauthorizedAccessException: Access to the path
'C:\Inetpub\vhosts\wonderfulreklam.com\subdomains \soganli\httpdocs\memory\resim_yok.jpg'
is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
+2013843
System.IO.FileStream.Init(String path, FileMode mode, FileAccess
access, Int32 rights, Boolean useRights, FileShare share, Int32
bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String
msgPath, Boolean bFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode) +65
System.Web.HttpPostedFile.SaveAs(String filename) +87
System.Web.UI.WebControls.FileUpload.SaveAs(String filename) +22
ASP.memories_aspx.Button1_Click(Object sender, EventArgs e) in
c:\Inetpub\vhosts\wonderfulreklam.com\subdomains\ soganli\httpdocs\memories.aspx:26
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEven t(String
eventArgument) +107

System.Web.UI.WebControls.Button.System.Web.UI.IP ostBackEventHandler.RaisePostBackEvent(String
eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData)
+33
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+5102

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.210

Jun 7 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: genc ymeri | last post by:
Hi, We are struggeling to upload a file through a C# webClient into JBoss web server. Meanwhile we are able to upload a file from the webserver itself. The problem is only with C# webClient . The...
6
by: B | last post by:
Hi, I'm developing a web application where users can upload multiple files to the website. I'm using asp.net 2.0 with FileUpload control and can upload 1 image to the server, but I would like...
3
by: Gavin | last post by:
I need some help, I need the code to allow people that visit my website to be able to upload pictures to a file on my web server. I have been able to get close, but not quite there yet. Set fso...
0
by: sonu | last post by:
I have following client side code which i have used in my asp.net project SummaryFeatured Resources from the IBM Business Values Solution Center WHITEPAPER : CRM Done Right Improve the...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
2
by: Roger | last post by:
I know how to use the FileUpload control. But, my problem is that is loads one file at a time and postsback. What I am trying to accomplish is I have a grid and would like to user to specifiy...
1
by: pbd22 | last post by:
hi. i have been posting this here and elsewhere a lot and can't seem to get resolution on this problem. i have been trying to upload files using a hidden iframe to a asp.net/vb.net form. the...
1
by: Mufasa | last post by:
Is there any way with the fileupload control to not have it upload the file if it's to big? I want to set a 5MB limit but don't want to have the user upload a 50MB only to be told once it's done...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.