Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a problem.
I made a project in vs2005 c# for intranet.
I generated a user login entry record and stored this in csv file.
I used three fields in csv file like username, date time, visited page name.
All functionality is working fine here but not working on client side.
Project is running from IIS and have checked the permission for iis users.

Please give me a proper solution.


note:- if any query please can ask.
Posted
Updated 30-Nov-12 2:31am
v2
Comments
ZurdoDev 30-Nov-12 8:12am    
What's the problem? All you said is that is works fine in dev "but on client side." What does that mean? Just a guess, but I am guessing your file is not getting created. This would be due to security permissions. Find the account that is running the application pool and grant that user permissions to read/write to the folder you want.

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