Re: Trouble with ASP.NET
From: Ron Weldy (ronweldy_at_msn.com)
Date: 12/02/04
- Next message: Phillip Windell: "Re: Intranet Issue"
- Previous message: Dan: "Re: Intranet Issue"
- In reply to: Ron Weldy: "Trouble with ASP.NET"
- Next in thread: Ron Weldy: "Re: Trouble with ASP.NET"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 2 Dec 2004 13:55:35 -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:epCZggK2EHA.2568@TK2MSFTNGP11.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: Phillip Windell: "Re: Intranet Issue"
- Previous message: Dan: "Re: Intranet Issue"
- In reply to: Ron Weldy: "Trouble with ASP.NET"
- Next in thread: Ron Weldy: "Re: Trouble with ASP.NET"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|