5
Reply

How to Read file using stream reader in global.asax

Harshal Thakre

Harshal Thakre

10 years ago
1.1k
Code in global.asax.->
 
 StreamReader reader = new StreamReader(HttpContext.Current.Server.MapPath("~/AutoMailSend.htm"));
 
 
above line shows the error-> Object reference not set to an instance of an object. 
 
 
 Thanks in advanced 

Answers (5)
Next Recommended Forum