Problem with Frames - Access is denied

R_M

New Member
Hi-<BR><BR>I'm trying to create a .aspx page using frames. When I run this page, it prompts me for UserID/Passwd/Domain. After clicking cancel I get...<BR>Access is denied. <BR>Description: An error occurred while accessing the resources required to serve this request. You might not have permission to view the requested resources. <BR><BR>Error message 401.3: Access is denied due to NT ACLs on the requested file. Ask the Web server's administrator to give you access to 'c:inetpubwwwrootDFS2KAspdfs_lcrreporthome.asp x'.<BR>-----------------------------------------------------------<BR><BR><%@ Page Language="vb" AutoEventWireup="false" Codebehind="dfs_lcrreport2.aspx.vb" Inherits="DFS2K.dfs_lcrreport2"%><BR><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><BR><html><BR> <head><BR> <title>dfs_lcrreport2</title><BR> </head><BR><frameset BORDER="0" FRAMEBORDER="0" FRAMESPACING="0" COLS="100%" ROWS="107,*"><BR> <frame NAME="dfsexportreportcontrols" SRC=http://aspmessageboard.com/archive/index.php/"dfs_lcrreportctrls.aspx" SCROLLING="AUTO" BORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0"><BR> <frame NAME="dfsexportreportworkarea" SRC="dfs_lcrreporthome.aspx" SCROLLING="AUTO"><BR></frameset><BR></html><BR>---------------------------------<BR><BR>Any help would be appreciated. Thanks<BR><BR>-Sean
 
Back
Top