A
Anthony Bollinger
I have taken over an existing ASP.NET project. The entire site is
functional and working. When I FTP into the site, I can see all of the
..aspx files, but cannot see any of the .aspx.vb files. Here is a header
from one of the files:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb"
Inherits="vwma._default"%>
For example, in this directory, there is no default.aspx.vb file. In fact,
there are no *.vb files anywhere on the site, but the site is fully
functional. Any ideas?
Thanks,
Tony
functional and working. When I FTP into the site, I can see all of the
..aspx files, but cannot see any of the .aspx.vb files. Here is a header
from one of the files:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb"
Inherits="vwma._default"%>
For example, in this directory, there is no default.aspx.vb file. In fact,
there are no *.vb files anywhere on the site, but the site is fully
functional. Any ideas?
Thanks,
Tony