This is the error I am getting for last 3 days....
==========================
==========
==========
==========
==========
==========
=
Server Error in '/' Application.
Access to the path "dynamic_images" is denied.
Source Error:
An unhandled exception was generated during the execution of the current web request.
Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[UnauthorizedAccessExcepti
on: Access to the path "dynamic_images" is denied.]
System.IO.__Error.WinIOErr
or(Int32 errorCode, String str) +393
System.IO.Directory.Intern
alCreateDi
rectory(St
ring fullPath, String path) +632
System.IO.Directory.Create
Directory(
String path) +195
CrystalDecisions.Web.Repor
tAgentBase
.get_Image
PhysicalPa
th() +250
CrystalDecisions.Web.Repor
tAgentBase
.p() +39
CrystalDecisions.Web.Repor
tAgent.v(B
oolean `) +40
CrystalDecisions.Web.Cryst
alReportVi
ewer.OnPre
Render(Eve
ntArgs e) +108
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +62
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +125
System.Web.UI.Control.PreR
enderRecur
siveIntern
al() +125
System.Web.UI.Page.Process
RequestMai
n() +1499
--------------------------
----------
----------
----------
----------
----------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
==========================
==========
==========
==========
==========
==========
=
Background:
I designed few pages in ASP.Net. The website is running just fine. Now I added crystal reports in them. They are running perfectly in my developement machine. Problem happens when I transfered them into the server.
Developement Machine:
XP Pro. IIS 5.1. ASP.Net (VS.Net 2002). Framework SDK 1.1.
Server:
Windows Server 2003. IIS 6.0. Framework SDK 1.1.
Additional information:
I added image to the report at design time. I am passing logon info for the tables perfectly. I even removed the images and tried , but still getting the error.
Most important information:
I am gonna kill myself if I don't find any solution ASAP.
-Baan
Start Free Trial