User1989204087 posted
Hi, Thank for your speedy reply. More or less, I am clear on what required on the production server. Nontheless, I had read some articles from Microsoft website which really confused me the role that MMIT plays on .NetFramework. The article says something
like this:
MMIT extends the power of .NetFramework and Asp.Net, MMIT icncludes Browser Cap and make changes on Machine.Config to detect the Mobile device capabilities. It has server-side technology......
Now My question is : What MMIT does on the server-side on server computer? Is Asp.net runtime does the mobile device detection or MMIT?
Is this true that only : IIS, .Net V1.1 and Asp.Net are required to run the mobile Web on the server-side?
Net V1.1 has asp.net mobile and
mobile control runtime, to detect the mobile browser will be the job for
Asp.net runtime. Is this right?
So, why the article mentions that MMIT extends the power of .Net and Asp.Net? MMIT is just a Mobile development tool, right? There is no such MMIT or MIT component included inside .NetFramework when run the mobile web.Is MIT packaged inside the mobile web's
DLL file in bin?
I have internal error code :500
This leads me to think the server unable to render mark up for xhtml-base browser.
Now, this DeviceUpdate V4.0.
After installing it, it will make changes on Machine.Config file? If Mobile web's web.Config does not contain info required in <browserCap>, it will search manchine.Config?
Is this means ASP.Net Runtime gets the info from it as to what mark up for the requesting mobile Browser after receiving http request?
Thanks. As I understand there are many types of Mobile phone with diffrerent types of Microbrowsers such as wml, xhtml, html, chtml.
How to ensure ASp.net will render all the above markup language correctly?
1. Is DeviceUpdate V4.0 is goog enough.