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

G

Guest

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
 
S

Steven Cheng[MSFT]

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/subscriptions/managednewsgroups/default.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/subscriptions/support/default.aspx.

==================================================


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

Steven Cheng[MSFT]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top