Rank: Newbie Groups: Member
Joined: 2/23/2009 Posts: 5
|
Hello.
When I deploy my ASP.NET project to the production server, and I enter to a page that uses the FileUploader control, it's disabled and I get this error: "The file 'eo_web.ashx' has not been pre-compiled, and cannot be requested"
Please, do you know how can I solve it? :(
|
Rank: Newbie Groups: Member
Joined: 2/23/2009 Posts: 5
|
I added <add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/> to web.config and is working now.
Sorry...
|