Error in accessing the application after delpoying on server!

Error in accessing the application after delpoying on server!

am 18.01.2008 07:37:23 von chandan

My application works fine on developmet server,but when I deploy this
application usitn VS websetup then try to access then this error
occurs.

Error:

[HttpException (0x80004005): The directory '/eChartbook/
App_GlobalResources/' is not allowed because the application is
precompiled.] ???


I am not able to find the error?? Point out the problem area!

Thanks,
Chandan kumar

Re: Error in accessing the application after delpoying on server!

am 18.01.2008 10:18:00 von chandan

On Jan 18, 11:37=A0am, chandan wrote:
> My application works fine on developmet server,but when I deploy this
> application usitn VS websetup then try to access then this error
> occurs.
>
> Error:
>
> [HttpException (0x80004005): The directory '/eChartbook/
> App_GlobalResources/' is not allowed because the application is
> precompiled.] ???
>
> I am not able to find the error?? Point out the problem area!
>
> Thanks,
> Chandan kumar

Hi I got the solution:

This error can occur when running an application deployed and
installed by the MSI Deployment Installer. The MSI Deployment
Installer creates a PrecompiledApp.config file that causes this error
at run-time.

Solution
Delete the PrecompiledApp.config file and re-start your application.

http://www.ironspeed.com/Designer/4.2.2/WebHelp/Part_VI/The_ directory_XXX_Ap=
p_GlobalResources_is_not_allowed.htm

Thanks,
Chandan

Re: Error in accessing the application after delpoying on server!

am 18.01.2008 12:28:41 von Sanket Sirotiya

hi

set value EnableViewStateMAC=false in web.config

"chandan" wrote in message
news:f11f9080-1ced-4b1c-9f88-b1c837ab3f22@e23g2000prf.google groups.com...
On Jan 18, 11:37 am, chandan wrote:
> My application works fine on developmet server,but when I deploy this
> application usitn VS websetup then try to access then this error
> occurs.
>
> Error:
>
> [HttpException (0x80004005): The directory '/eChartbook/
> App_GlobalResources/' is not allowed because the application is
> precompiled.] ???
>
> I am not able to find the error?? Point out the problem area!
>
> Thanks,
> Chandan kumar

Hi I got the solution:

This error can occur when running an application deployed and
installed by the MSI Deployment Installer. The MSI Deployment
Installer creates a PrecompiledApp.config file that causes this error
at run-time.

Solution
Delete the PrecompiledApp.config file and re-start your application.

http://www.ironspeed.com/Designer/4.2.2/WebHelp/Part_VI/The_ directory_XXX_App_GlobalResources_is_not_allowed.htm

Thanks,
Chandan