Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > Deployment to a shared host

Deployment to a shared host

  • Andrew Ditmer avatar

    Posted on Feb 22, 2010 (permalink)

    I am trying to deploy sitefinity community edition to a shared host with full trust.  After compiling and uploading the code I get the following error:  The requested content appears to be script and will not be served by the static file handler.  Any help is appreciated.  I have attached a screen shot of the error message as well.
    Attached files

    Reply

  • Georgi Georgi admin's avatar

    Posted on Feb 22, 2010 (permalink)

    Hello Andrew Ditmer,

    The problem is that the aspx requests are processed by the static file handler, which is not right. They should be processed by Asp.Net ISAPI, because they represent Asp.Net pages. Could you please check with your hosting provider, if Asp.net is configured correctly, and if the virtual directory is configured to serve as an application?

    Sincerely yours,
    Georgi
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Deployment > Deployment to a shared host