path :d:\ webhost\ plgyzx\ web\ baseinfo of access is denied
Posted: Thu Jun 16, 2011 10:25 pm
Administrator hello!
i'm from china, using stimulsoft reports for asp. netthe development. in a question on the path : d:\ webhost\ plgyzx\ web\ baseinfo of access is denied, i have leased the virtual space. to write directly modify permissions the code below :
protected void Page_Load(object sender, EventArgs e)
{
if (this.StiWebViewer1.IsImageRequest) return;
{
intVID = int.Parse(Request.QueryString["V_ID"]);
StiReport rpMV = new StiReport();
rpMV.Load(Server.MapPath(@"~/Reports/" + "MVReport2011.mrt"));
rpMV.Compile();
rpMV.CompiledReport.DataSources[0].Parameters[0].ParameterValue = intVID;
this.StiWebViewer1.Report = rpMV;
}
}
help me,thank's !!
i'm from china, using stimulsoft reports for asp. netthe development. in a question on the path : d:\ webhost\ plgyzx\ web\ baseinfo of access is denied, i have leased the virtual space. to write directly modify permissions the code below :
protected void Page_Load(object sender, EventArgs e)
{
if (this.StiWebViewer1.IsImageRequest) return;
{
intVID = int.Parse(Request.QueryString["V_ID"]);
StiReport rpMV = new StiReport();
rpMV.Load(Server.MapPath(@"~/Reports/" + "MVReport2011.mrt"));
rpMV.Compile();
rpMV.CompiledReport.DataSources[0].Parameters[0].ParameterValue = intVID;
this.StiWebViewer1.Report = rpMV;
}
}
help me,thank's !!