G
Guest
Hello, friends,
I deployed my asp.net app to our server. As I did in our client/sever C#.net
app, I wrote errors into a log file in catch{} block of try/catch statements,
espeically for those DB access errors.
However, in asp.net, it did not work. It said access denied when
creating/writing a log file.
I was not allowed to install .net studio in the server it either. Also, this
is a stand alone web server, no development machine connected to it.
This gave me BIG trouble since I really could not figure out what was wrong
without going through source code one line by one line using IDE or reading
detailed error info from a log file.
Any suggestions, reference papers? Help please. Thanks a lot.
I deployed my asp.net app to our server. As I did in our client/sever C#.net
app, I wrote errors into a log file in catch{} block of try/catch statements,
espeically for those DB access errors.
However, in asp.net, it did not work. It said access denied when
creating/writing a log file.
I was not allowed to install .net studio in the server it either. Also, this
is a stand alone web server, no development machine connected to it.
This gave me BIG trouble since I really could not figure out what was wrong
without going through source code one line by one line using IDE or reading
detailed error info from a log file.
Any suggestions, reference papers? Help please. Thanks a lot.