문제

I'm trying to write my errors into the text file in my MapPath. But i have a problem it is :

path = Server.MapPath("~/emails.txt");

Actually Server is in System.Web.UI.Page namespace and I want to Use it in my cs file which has no aspx file... I mean it is CodeFile in AppCode; How can I write to file from cs CodeFile?

도움이 되었습니까?

해결책

Use HttpContext.Current.Server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top