B
Brent
I've spent 3.5 days trying to figure out how to put
a .aspx file into an existing sub-directory of an
existing frontpage based website. I get the following
error every time when I try to view it:
==========================================
Server Error in '/ZenWorldNet' Application.
----------------------------------------------------------
----------------------
Runtime Error
Description: An application error occurred on the server.
The current custom error settings for this application
prevent the details of the application error from being
viewed remotely (for security reasons). It could,
however, be viewed by browsers running on the local
server machine.
Details: To enable the details of this specific error
message to be viewable on remote machines, please create
a <customErrors> tag within a "web.config" configuration
file located in the root directory of the current web
application. This <customErrors> tag should then have
its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
...
============================================
I know the .aspx file works because I can run it from the
directory created by Visual Studio in the wwwroot. I
tried Importing all the files from the VS project into my
Frontpage project, and it doesn't work.. nor can I get
debug information.. it ignores any changes I make to the
web.config file.
Is there anything I have to modify in IIS to make this
work? I have duplicated just about every security and
permissions property that VS sets up in IIS when I run
the .aspx file standalone, but it simply NEVER works when
I try to run it in my Frontpage web! Everything else
seems the same for the IIS configuration of the existing
FP website and VS-created website.
HELP ME!!
Brent
a .aspx file into an existing sub-directory of an
existing frontpage based website. I get the following
error every time when I try to view it:
==========================================
Server Error in '/ZenWorldNet' Application.
----------------------------------------------------------
----------------------
Runtime Error
Description: An application error occurred on the server.
The current custom error settings for this application
prevent the details of the application error from being
viewed remotely (for security reasons). It could,
however, be viewed by browsers running on the local
server machine.
Details: To enable the details of this specific error
message to be viewable on remote machines, please create
a <customErrors> tag within a "web.config" configuration
file located in the root directory of the current web
application. This <customErrors> tag should then have
its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
...
============================================
I know the .aspx file works because I can run it from the
directory created by Visual Studio in the wwwroot. I
tried Importing all the files from the VS project into my
Frontpage project, and it doesn't work.. nor can I get
debug information.. it ignores any changes I make to the
web.config file.
Is there anything I have to modify in IIS to make this
work? I have duplicated just about every security and
permissions property that VS sets up in IIS when I run
the .aspx file standalone, but it simply NEVER works when
I try to run it in my Frontpage web! Everything else
seems the same for the IIS configuration of the existing
FP website and VS-created website.
HELP ME!!
Brent