vote up 0 vote down star
1

Hi,

Is it possible to embed an aspx page (self contained, no seperate codebehind file) into an assembly, in this case a SharePoint web part, and have it still act as an aspx file when called via the resource url?

Regards Moo

flag

3 Answers

vote up 1 vote down check

no as such. however you can change you web part to a user control and enbed that in a webpart and a a aspx file.

Google for "user Control Web Part"

OR

you can look at "son of smartpart" but I don't like this approach. not very pure.

OR

Leave it as a aspx page and use the page viewer web part to load the aspx page in an iframe from sharepoint.

link|flag
vote up -1 vote down

Download the Web Deployment Project update from MS, and it will solve your problem.

http://www.microsoft.com/downloads/details.aspx?FamilyId=0AA30AE8-C73B-4BDD-BB1B-FE697256C459&displaylang=en

link|flag
I dont see how? – ArjanP Sep 28 at 23:28
vote up 0 vote down

You could use an httphandler but then you would have to make changes to web.config. What is your real problem? You can easily deploy a separate ASPX page when you use something like WSPBuilder to create your SharePoint code.

link|flag
The original goal was to avoid using a wsp for this specific instance, and at the same time avoid having multiple files needing to be copied to different places in the SharePoint site hierarchy. In the end we bit the bullet and used wspbuilder to generate the wsp. – Moo Sep 29 at 16:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.