Re: Trouble moving servers with asp.net

From: Ron Weldy (ronweldy_at_msn.com)
Date: 12/02/04

  • Next message: Patrick.O.Ige: "Re: Trouble moving servers with asp.net"
    Date: Thu, 2 Dec 2004 13:56:06 -0800
    
    

    So on a whim, I renamed the page to have a .aspx extension and it works fine
    that way!! But the page with
    the .shtml extension does not, even though it *should* be mapped to execute
    using the .NET framework. The
    application extension mapping is the same as the .aspx pages. Seems that the
    mapping is not working correctly???

    "Ron Weldy" <ronweldy@msn.com> wrote in message
    news:ukY7gkK2EHA.2788@TK2MSFTNGP15.phx.gbl...
    > In moving a ASP.NET site from a W2K IIS5 server to a new W2K3 IIS6 server,
    > we are having trouble with what appears to be ASP.NET server side includes
    > in the .shtml files. I did not set up the old server or code the site and
    > have just been brought onto this project so I'm hoping someone out there
    > with a tad more experience can help me.
    >
    > The code in the shtml file looks like this:
    >
    > <%@ Page language="c#" AutoEventWireup="false"
    > Inherits="MySite.Web.BasePages.MySiteBasePage" %> <%@ Register
    > TagPrefix="MS" TagName="Header" Src="~/Controls/BasePagesl/Header.ascx" %>
    > <%@ Register TagPrefix="MS" TagName="Footer"
    > Src="~/Controls/BasePages/Footer.ascx" %>
    >
    >
    > I have mapped the .shtml files on the site to use the aspnet_isapi dll
    > which matches the settings on the old server. Once I did this, I got an
    > error:
    >
    > "Server cannot access application directory <my directory>. The directory
    > does not exist or is not accessable due to security settings".
    >
    > Fine. I went and granted rights to the folder to my ASPNET account as per
    > documentation. Still same error. Then I looked at the old server and
    > noticed that the Everyone account has access to the web folders. Fine. I
    > granted that permission. When I did that, the server dumps the the whole
    > file to the browser and does not interpret anything. Its just like it read
    > it like a text file.
    >
    > Any ideas?
    >
    > - Ron
    >


  • Next message: Patrick.O.Ige: "Re: Trouble moving servers with asp.net"

    Relevant Pages

    • Re: Trouble moving servers with asp.net
      ... I renamed the page to have a .aspx extension and it works fine ... > we are having trouble with what appears to be ASP.NET server side includes ... > in the .shtml files. ... > I have mapped the .shtml files on the site to use the aspnet_isapi dll ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Trouble with ASP.NET
      ... I renamed the page to have a .aspx extension and it works fine ... > we are having trouble with what appears to be ASP.NET server side includes ... > in the .shtml files. ... > I have mapped the .shtml files on the site to use the aspnet_isapi dll ...
      (microsoft.public.inetserver.iis)
    • Re: Trouble moving servers with asp.net
      ... I renamed the page to have a .aspx extension and it works fine ... > we are having trouble with what appears to be ASP.NET server side includes ... > in the .shtml files. ... > I have mapped the .shtml files on the site to use the aspnet_isapi dll ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Re: Trouble moving servers with asp.net
      ... I renamed the page to have a .aspx extension and it works fine ... > we are having trouble with what appears to be ASP.NET server side includes ... > in the .shtml files. ... > I have mapped the .shtml files on the site to use the aspnet_isapi dll ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Post-SP2: How to view SHTML file on hard drive with IE?
      ... A separate server may become a necessity. ... page is HTML and has the SHTML links. ... which lets IE load the SHTML - until the original ...
      (microsoft.public.windowsxp.general)