G
Guest
This is such a "dead in the water" problem I don't even know if this is the
right forum for it.
I have developed an ASP.NET/C# project on my own PC and it's working. I then
transferred it to the remote serverwhere it will finally reside. I'm not a
server expert, but the administrator says that ASP.NET is enabled. However,
when I access any of the pages I just get a generic "Server Error in '/'
Application. Runtime Error" page that tells me how to change the customErrors
mode to "Off" in web.config. I have in fact done this, which rather indicates
that it is not even getting as far as reading web.config. I have even put up
a basic two-line .aspx file with no active content (it should display the
user account using <%= Environment.UserName %>) but even that doesn't work -
same error page. The only thing I can actually do is browse a plain vanilla
..HTM file.
It must be a server configuration problem, but I don't even know where to
start. Can anyone help?
right forum for it.
I have developed an ASP.NET/C# project on my own PC and it's working. I then
transferred it to the remote serverwhere it will finally reside. I'm not a
server expert, but the administrator says that ASP.NET is enabled. However,
when I access any of the pages I just get a generic "Server Error in '/'
Application. Runtime Error" page that tells me how to change the customErrors
mode to "Off" in web.config. I have in fact done this, which rather indicates
that it is not even getting as far as reading web.config. I have even put up
a basic two-line .aspx file with no active content (it should display the
user account using <%= Environment.UserName %>) but even that doesn't work -
same error page. The only thing I can actually do is browse a plain vanilla
..HTM file.
It must be a server configuration problem, but I don't even know where to
start. Can anyone help?