Click here to Skip to main content
15,892,269 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
HI,

I created a web project(.aspx) and uploaded all the files with database to web domain(.org). Whenever i enter my username and password,i am getting an error i.e.,
"C:\Logs\ErrorLog20121012.txt". Can anybody help me in this regard...

Please find the following link for the error message.,,

http://s16.postimage.org/oqkcpqfrp/untitled.jpg[^]
Posted
Comments
[no name] 12-Oct-12 12:12pm    
"C:\Logs\ErrorLog20121012.txt", is not an error message.

1 solution

You likely don't have permission on that web server to the c:\Logs directory. You should move your log file directory into the base of your web application and make sure you have write permission to that directory by your service provider.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900