
I have developed a website which has an option to upload file. When it is locally hosted then the uploaded files are saved on local system (Path is set to local drive c:\ and it is hosted on Server 2008 R8 on IIS). Now i want to host this website on server (third party server,Don't want to store on this server, but i have the access). If some users are uploading the files then how do give the path so that the uploaded files are stored on my local system (Windows 7 or Windows Server 2008 R2).
This website is linked to IFRAME on crm 2011.
*This post is locked for comments
I have the same question (0)Maybe the path could be something like \\localhost\c$\CRMFolder?
Would that work?