Click here to Skip to main content
15,924,452 members
Home / Discussions / Web Development
   

Web Development

 
GeneralFSO error on IIS 6.0 Pin
Paul Watson8-Jul-04 1:50
sitebuilderPaul Watson8-Jul-04 1:50 
GeneralWeb authentication Pin
anjumsan7-Jul-04 15:50
anjumsan7-Jul-04 15:50 
GeneralRe: Web authentication Pin
palbano9-Jul-04 7:37
palbano9-Jul-04 7:37 
Generallistboxes in ASP web form Pin
7-Jul-04 4:54
suss7-Jul-04 4:54 
GeneralForm Validation Help Needed!!! Pin
Brendan Vogt7-Jul-04 4:34
Brendan Vogt7-Jul-04 4:34 
GeneralRe: Form Validation Help Needed!!! Pin
Andrew Quinn AUS7-Jul-04 4:57
Andrew Quinn AUS7-Jul-04 4:57 
GeneralForce to download the latest Window Media Player Pin
Hong Dat Huynh6-Jul-04 19:47
Hong Dat Huynh6-Jul-04 19:47 
Generaljavascript to authenticate to a network shared folder Pin
Hong Dat Huynh6-Jul-04 19:45
Hong Dat Huynh6-Jul-04 19:45 
My ASP.NET web applicaton includes a window media player (wmp) object. I'm using that wmp object to play a .wmv file in the network share folder.

something like

<object style="Z-INDEX: 0; LEFT: 0px; RIGHT: 0px; TOP: 0px; BOTTOM= 0px; WIDTH= 100%; HEIGHT= 100%" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="winMediaPlayer">

<param name="URL" value="\\192.168.100.100\sharefolder\video.wmv" />


Form1.winMediaPlayer.controls.stop();


However, since at the moment I can not include the username/password to access the folder in the url, Windows Media Player gives an error message
"Windows Media Player can not copy or play the file because the server denied access to it. Verify that you have access rights to the file, and then try again".
Note that no authentication window appeared so that I could authenticate. wmp simply gave the above error message. If I create a map network drive (using "net use z: path /user:username password"), the wmp has no problem playing the URL. This means the problem was caused by authentication.

Therefore I would like to have a JAVASCRIPT TO AUTHENTICATE THE CLIENT MACHINE TO THE NETWORK SHARED FOLDER (OR THE REMOTE COMPUTER) before the wmp plays the URL. Could anyone help me on that? Thanks.
GeneralRe: javascript to authenticate to a network shared folder Pin
Roger Wright7-Jul-04 3:28
professionalRoger Wright7-Jul-04 3:28 
GeneralInteractive form Pin
friendlee6-Jul-04 13:57
friendlee6-Jul-04 13:57 
GeneralWeb services ... .asmx on the fly Pin
dotnet_cpp6-Jul-04 10:51
dotnet_cpp6-Jul-04 10:51 
GeneralLooking for a tool to measure web site page performance Pin
Puri Malluru6-Jul-04 9:11
Puri Malluru6-Jul-04 9:11 
GeneralRe: Looking for a tool to measure web site page performance Pin
Puri Malluru8-Jul-04 6:08
Puri Malluru8-Jul-04 6:08 
GeneralFTP through proxy Pin
gryzz6-Jul-04 6:46
gryzz6-Jul-04 6:46 
GeneralForcing a refresh Pin
Navin6-Jul-04 5:07
Navin6-Jul-04 5:07 
GeneralRe: Forcing a refresh Pin
Navin6-Jul-04 5:15
Navin6-Jul-04 5:15 
GeneralRe: Forcing a refresh Pin
enjoycrack8-Jul-04 1:29
enjoycrack8-Jul-04 1:29 
GeneralFORM VALIDATION Pin
Brendan Vogt5-Jul-04 23:07
Brendan Vogt5-Jul-04 23:07 
GeneralProblem in text file reading, page gets stuck/hang. Pin
Member 12174575-Jul-04 19:33
Member 12174575-Jul-04 19:33 
GeneralCSS Tables - Simple question Pin
Peter Mayhew3-Jul-04 10:16
Peter Mayhew3-Jul-04 10:16 
GeneralRe: CSS Tables - Simple question Pin
Member 12016744-Jul-04 8:04
Member 12016744-Jul-04 8:04 
GeneralRe: CSS Tables - Simple question Pin
mysorian12-Aug-04 4:22
professionalmysorian12-Aug-04 4:22 
GeneralOpen Window Taskbar Position with Javascript Pin
kevc632-Jul-04 6:50
kevc632-Jul-04 6:50 
Generalchange webservice url runtime Pin
troels_sorensen2-Jul-04 1:30
troels_sorensen2-Jul-04 1:30 
GeneralRe: change webservice url runtime Pin
troels_sorensen5-Jul-04 23:14
troels_sorensen5-Jul-04 23:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.