-
Posted to
IIS 7 - Troubleshooting
by
roberthu
on
05-12-2008, 6:04 AM
I do more testes to clarify the issue.
Here is the code in both ASP and ASP.Net
<% Response.Write(Request("kw")) %>
Here are the request for ASP and ASP.Net
http://localhost/test.asp?kw=中文測試
http://localhost/test.aspx?kw=中文測試
Here are the results:
1. ASP: ASP doesn't have display issue, it can display Chinese Characters ...
-
Posted to
IIS 7 - Troubleshooting
by
roberthu
on
05-10-2008, 1:45 AM
.[quote user="anilr"]
Did you even read my post? I took a netmon trace of the packet on the wire and IE is sending ????'s in the query-string. Have you tested vista/ws08 client against IIS6 or ws03/xp client against IIS7?
[/quote]
I did read your post and you didn't get my meaning.
The same client ...
-
Posted to
IIS 7 - Troubleshooting
by
roberthu
on
05-08-2008, 11:03 PM
No, but IIS 6 doesn't have same problem so I believe IIS 7 should behave the same. If not, it should be IIS 7's problem, not IE problem.
-
Posted to
IIS7 - Media
by
roberthu
on
05-08-2008, 5:24 AM
Hi prakashd,
Your suggestion is what we use today. Use distribution scenario at edge server. But it need to setup when lots of live publishing point will be created and removed. If cache/proxy plug-in can work with server-side playlist, the cache/proxy farm at the edge will support all publishing points on the backend.
-
Posted to
IIS7 - Media
by
roberthu
on
05-04-2008, 12:06 AM
They use 64bit Windows Server 2008 but the server only has 2G ram installed. In server 2008, the network thgouthput is almost 950mbps. So they need to add more NIC and RAM to support more concurrent users.
-
Posted to
IIS7 - Media
by
roberthu
on
05-02-2008, 4:36 AM
I have good new and bad news:
Good news is media service on Windows Sever 2008 performs 50% better than Windows 2003 with same hardware. We test with live streaming of 600kbps, 1500 concurrent users on Windows 2008 runs very smooth while 1000 concurrent users on Windows 2003 runs out all ram and start to stall.
Bad news is disable stream ...
-
Posted to
IIS 7 - Troubleshooting
by
roberthu
on
05-02-2008, 4:27 AM
Hi there,
Recently I migrate website from IIS 6 to IIS 7, everything goes well but 1 thing. The non-English ANSI Characters in IIS log appears like ??????
I try with ASP and ASP.Net and both integrated and class app pools with following links:
http://localhost/test/test.asp?kw=中文測試
http://localhost/test/test.aspx?kw=中文測試
In IIS log both ...
-
Posted to
IIS7 - Media
by
roberthu
on
03-12-2008, 4:25 AM
Yes, wrapper playlist works after disabling stream splitting. Thank you very much.
This leads to another question: How does the extra connection impact server performance and scalability? We are planning a 100k concurrent connection media server farm and try to use Windows Server 2008 media service proxy to distribute load to data center ...
-
Posted to
IIS7 - Media
by
roberthu
on
03-10-2008, 11:31 AM
Hi,
I have a customer evaluating Media Service proxy function of Windows Server 2008. While testing, we found a strange problem of media service proxy and wrapper playlist.
In the setup, we have a Windows Server 2008 media service with a wrapper playlist contains a advertisement video and a live stream. We setup another media service ...