问题描述
我正在ASP.NET 3.0中开发Web应用程序.
在我的Web应用程序中,我将图像上传到图像文件夹中,该文件夹位于根文件夹中.
我在本地系统中的Web应用程序是D:\ application \ Webapplication
我给定的存储图像的路径是〜\ Images \ img.jpg"
在本地主机中,我的应用程序运行良好.但是在服务器上上传时却没有.
它提供了错误
错误是
拒绝访问路径D:\ inetpub \ vhosts \ geetapublicschool.org \ httpdocs \ images \ img.JPG''.
我该如何解决问题.
请帮我.
在此先感谢您.
Hi,
I m developing webapplication in asp.net 3.0.
in my web application i upload image in image folder,which in root folder.
my webapplication in local system is D:\application\Webapplication
and i have given path for storing image is "~\Images\img.jpg"
in localhost my application running fine.but while uploading on server.
it providing error
and error is
Access to the path D:\inetpub\vhosts\geetapublicschool.org\httpdocs\images\img.JPG'' is denied.
how can i solve problem.
Pls help me out.
Thanks in advance.
推荐答案
这篇关于将Web应用程序上载到服务器时,访问被拒绝错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!