Hey everyone, I am hoping you can help a newbie out. I have to work on a web app tomarrow that is done in asp.net (VB). I have never had to do any ASP.net but do VB and classic ASP all the time. The person who coded this app is no longer with the company and I need to go into the code and add the ability to create a text file on the server that logs some info.
I have searched google and found a few different ways to do this and was wondering if you could point me in the best directory.
I basicly want to check to see if the file exists, if it does.. append to that file. If it doenst, then create the file and start writing to it.
Also, the file where i need to place this logic is called default.aspx.vb. If i just update this file, will the new logic take effect, or do I need to compile? or reboot/restart IIS?
Any help would be great, hope these questions are not to novice.
I have searched google and found a few different ways to do this and was wondering if you could point me in the best directory.
I basicly want to check to see if the file exists, if it does.. append to that file. If it doenst, then create the file and start writing to it.
Also, the file where i need to place this logic is called default.aspx.vb. If i just update this file, will the new logic take effect, or do I need to compile? or reboot/restart IIS?
Any help would be great, hope these questions are not to novice.