Play video from webserver

Posted by Eyla on Stack Overflow See other posts from Stack Overflow or by Eyla
Published on 2010-12-30T00:49:30Z Indexed on 2010/12/30 0:53 UTC
Read the original article Hit count: 116

Filed under:
|

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,

© Stack Overflow or respective owner

Related posts about c#

Related posts about silverlight-4.0