F
fenway
Hi,
I'm new to ASP.NET and just finished up a small application.
Essentially it's just a form that writes data to a CSV file on the
server after a user fills in the form. The code compiles and runs on
my development machine (VS.NET 2002) but when I FTP all the files to
the server I get a "Server Error in '/' Application." error. I can't
figure out why it won't run. A couple notes:
~ I have no idea of the server settings. It's a clients machine and I
was only told it is a .NET machine.
~ I can't seem to change the Cusomt Error Message in web.config even
though I change the XML, recompile the code and FTP it to the server.
~ This code is residing in a sub-directory of the main web application.
~ I've tried deleteing web.config and Global.asax to see if that would
help but no luck.
Any help would be appreciated,
(e-mail address removed)
I'm new to ASP.NET and just finished up a small application.
Essentially it's just a form that writes data to a CSV file on the
server after a user fills in the form. The code compiles and runs on
my development machine (VS.NET 2002) but when I FTP all the files to
the server I get a "Server Error in '/' Application." error. I can't
figure out why it won't run. A couple notes:
~ I have no idea of the server settings. It's a clients machine and I
was only told it is a .NET machine.
~ I can't seem to change the Cusomt Error Message in web.config even
though I change the XML, recompile the code and FTP it to the server.
~ This code is residing in a sub-directory of the main web application.
~ I've tried deleteing web.config and Global.asax to see if that would
help but no luck.
Any help would be appreciated,
(e-mail address removed)