Greeting,
I'm creating a video play with silverlight 4 and C#. the player is working fine when I set the path for the target folder using this line of code.
string FolderPath = this.Context.ApplicationInstance.Server.MapPath(@"~\Video\");
Now I want to place in C:\inetpub\wwwroot and I want to use the IP address of my IIS instead of the folder place.
please advice how to modify this line of code to target my IIS.
Thank you,