Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually I am developing a Custom Server control where I render an IFRAME and I want to provide the content of the Src attribute of the IFRAME as an aspx file and I want to provide the file from embedded resource. If I use Virtual File system, It works, but as I said, Virtual File system does not usable in Medium trust hosting so I was thinking about using Embedded Resourse.
I don't want to ship any other aspx file beside my control dll as it will arise confusion to my user. Moreover, I want to hide the code of the aspx file too.
Posted
Updated 24-Apr-12 20:39pm
v2

You can use URL rewriting and display name of your choice.
Refer these threads for help

URL rewriting[^]
URL Rewriting in ASP.NET[^]

This will help you some more:
Hide the URL extension[^]
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900