sunny,
If you can't get this work, please check your web.config file and make sure you use impersonation in your web config.
Step 1: Create a domain account which has the write permission to your UNC share
Username: yourdomain/admin
password="admin”
To access resources on a UNC, your application must run under a domain enabled primary secuirty token, the easiest way to do this is to use impersonation in your web config:
<identity
impersonate="true"
userName="yourdomain/admin"
password="admin”
/>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx