L
Logan
Hi,
I am not a very experienced asp.net developer, but have a fair idea on how
it works & better idea on vb.net.
My requirement is to place an asp.net page on a website - which currently
has asp & html pages (not asp.net) - but this server has asp.net installed
on it (.NET run time files).
I can only access this server by uploading files to it via an ftp program.
i created a very simple asp.net project (hello world) - to display a lable
with reads "hello world",
& i placed ALL the files on the root directory of the webfolder (where the
current asp & html files reside).
When i try to browse to the webform1.aspx page, i get the below error,
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".
i tried various things,
(1) i tried to change the web.config & set mode = "off" - but no good
(2) i tried to change the web.config & set mode = "on" - but no good
(3) i tried to change the web.config & set mode = "on" & include
defaultredirect="error.htm" (where in error.htm - i just display a message
saying "error in the page" - that is all).
but still i get the same error.
what do i need to do to be able to view this very simple aspx page.
i know i am doing somthing wrong, because i am just uploading my local files
to the web - there may be some thing taht i need to do before i copy them
across.
please can someone help me?
hoping for a solution,
logan
I am not a very experienced asp.net developer, but have a fair idea on how
it works & better idea on vb.net.
My requirement is to place an asp.net page on a website - which currently
has asp & html pages (not asp.net) - but this server has asp.net installed
on it (.NET run time files).
I can only access this server by uploading files to it via an ftp program.
i created a very simple asp.net project (hello world) - to display a lable
with reads "hello world",
& i placed ALL the files on the root directory of the webfolder (where the
current asp & html files reside).
When i try to browse to the webform1.aspx page, i get the below error,
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".
i tried various things,
(1) i tried to change the web.config & set mode = "off" - but no good
(2) i tried to change the web.config & set mode = "on" - but no good
(3) i tried to change the web.config & set mode = "on" & include
defaultredirect="error.htm" (where in error.htm - i just display a message
saying "error in the page" - that is all).
but still i get the same error.
what do i need to do to be able to view this very simple aspx page.
i know i am doing somthing wrong, because i am just uploading my local files
to the web - there may be some thing taht i need to do before i copy them
across.
please can someone help me?
hoping for a solution,
logan