Link to home
Start Free TrialLog in
Avatar of jitheshar
jitheshar

asked on

What is the use of .mspx pages and how can it be implemented

What is the use of .mspx pages. how it can be implemented.

is .mspx page act as a template and we load .aspx pages with in the .mspx page.
 if so how it can be achieved.

if possible please give a small sample with code.
Avatar of indianguru2
indianguru2
Flag of India image

It is the one of functioanlities of ASP.NET worker process. In ASP:NET you can create your own ISAPI extension and handle that type of request by creating a HttpHandler for that extension. And define it inside web.config file. for example like mspx, you can also typechange the worker process behaviour for xls type  files. In stead of displaying it inside browser or downloading it, you can directly process that file and reproduce another page .
Avatar of jitheshar
jitheshar

ASKER

thanks for the response.
is it possible to provide sample code, which help me a lot...
ASKER CERTIFIED SOLUTION
Avatar of monarch_ilhan
monarch_ilhan
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thankyou monarch.. that  help me a lot...

can u help me with the sample code for reproducing xls or pdf files as web pages.
i mean what u have mentioned in the pervious comment.

thanks a lot