473,385 Members | 1,615 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Hosting ASP .NET Applications On A Windows Media Server...

I looked for a more appropriate newsgroup for this question but I didn't see
much of anything (something more specific to Windows Media Services).

I have a server with Windows Media Services. When I try to establish an ASP
..NET application and open a page in this application, an attempt is made to
open the page using Media Player (I am guessing that the server thinks the
page should be served as a streaming media clip). Is there a way to make
this server host both streaming media content and ASP .NET content at the
same time?

If specific information is required to troubleshoot this problem, please let
me know. I am not sure what information to provide as I did not set this
server up (not to mention that I am a novice when it comes to server
administration).

Thank you,

Jason Richmeier
Sep 8 '06 #1
3 1983
Hi Jason,

From your description, you have a windows server machine which has media
service installed, currently you want to host ASP.NET pages on that server,
however, you found the media player's browser always open the asp.net pages
as media stream, correct?

As for this issue, I'd like to confirm the environment settings of your
media service server. Are you using .net framework/ASP.NET 1.1 or 2.0?
Also, what's the configuration for the virtual directory(which host the
media service and ASP.NET pages) in IIS?

Generally, in order to host ASP.NET web application, we need to make sure
the certain IIS site has been registered the certain ASP.NET service
extensions(done at .net framework installation time) or use the
aspnet_regiis tool:

#ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
http://msdn2.microsoft.com/en-us/library/k6h9cz8h.aspx

If you've installed both ASP.NET 1.1 and ASP.NET 2.0, make sure you've
configured the virtual directory to use the correct version.

After the configuration is ok, you need to add a test asp.net (aspx) page
in the virtual directory and try visiting it through normal webbrowser(like
IE) to see whether you can correctly view it in browser. If that failed or
report any exception, you need to focus on troubleshooting the ASP.NET
processing in that virtual directory. If this worked, you can continue to
try visiting this page in media player's explorer to see whether it display
correctly.

BTW, as for such ASP.NET application hosting issue, you can post in the
following ASP.NET specific newsgroups:

microsoft.public.dotnet.framework.aspnet

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 11 '06 #2
Both IIS and WMS will attempt to listen on port 80 which can cause problems.
See the KB article below:
http://support.microsoft.com/kb/328728/en-us

"Jason Richmeier" <js*@noemail.noemailwrote in message
news:07**********************************@microsof t.com...
>I looked for a more appropriate newsgroup for this question but I didn't see
much of anything (something more specific to Windows Media Services).

I have a server with Windows Media Services. When I try to establish an ASP
.NET application and open a page in this application, an attempt is made to
open the page using Media Player (I am guessing that the server thinks the
page should be served as a streaming media clip). Is there a way to make
this server host both streaming media content and ASP .NET content at the
same time?

If specific information is required to troubleshoot this problem, please let
me know. I am not sure what information to provide as I did not set this
server up (not to mention that I am a novice when it comes to server
administration).

Thank you,

Jason Richmeier

Sep 11 '06 #3
Thanks for Mike's input,

Hi Jason,

I think you can also have a look at the article Mike mentioned if you're
suffering the service endpoint confliction problem between media service
and the IIS server.

Please feel free to post here if you need any further assistance.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

This posting is provided "AS IS" with no warranties, and confers no rights.

Sep 12 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: rockstar1971 | last post by:
Hello. I’m working with the Windows Media Encoder SDK to create an online jukebox for myself, but I’m having problems getting it to work. Here’s what I want to do: I’ve got a large...
1
by: Philip Korolev | last post by:
Hi All. I am looking for articles on Windows Media development in ASP.NET pages. Dynamically adding playlists etc. Can I use server side code or is it all client side controlled? Spent the last...
385
by: Xah Lee | last post by:
Jargons of Info Tech industry (A Love of Jargons) Xah Lee, 2002 Feb People in the computing field like to spur the use of spurious jargons. The less educated they are, the more they like...
5
by: Studio P.M. | last post by:
Dear colleagues, Could you recommend a valid Web hosting provider for .NET developers? As a developer of Microsoft .NET Web applications for WSS (Windows SharePoint Services) I'm looking for a...
0
by: Kunal Pandya | last post by:
Windows Web Hosting @ $ 14.95 / Year! with FREE Domain Registration!!! + Web Control Panel + MIn. 5 Email Boxes + Packages starting from as low as 10 MB upto 50 GB dedicated hosting + Extra...
2
by: Carl Gilbert | last post by:
Hi I feel as if I'm fighting a loosing battle with shared hosting at the moment. I have an account with 1&1. For a whopping £16.99 a month I get 6GB of shared Microsoft hosting. I also get...
4
by: hzgt9b | last post by:
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is...
1
by: vera esaulova | last post by:
I have problem whis Windows Media Services 9 Series. I have videostream, which will consist of two streams(512k/bit and 256k/bit).I need to allocate a stream 256k/bit. In SDK is written: ...
3
by: sean.j.gage | last post by:
I'm attempting to download a windows media video file from a remote server and I would like to start playing it as soon as it starts downloading. Is there some special way to save the file that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.