Integrate asp in sharepoint ?
Hi,
Will it be possible to integarte asp(not asp.net) applciation in sharepoint 2007?
Regards,
Hari
November 3rd, 2010 3:16am
Hi Hari,
Just to ensure we are on the same page so to speak, lol.. Do you mean .NET Framework 1.1 or do you mean ASP un-compiled pages without code behind? and what do you mean by integrate?
-Ivan
Ivan Sanders My LinkedIn Profile,
My Blog,
@iasanders.
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 4:02am
Hi Ivan,
Thansk for your reply.
Its asp application only( i didn't got full details except below) with most of them are just static contents with below features.
1. Print
2.Voting
3. Getting Feedback
4.Forum pages with register options
5. More static pages
Pls need ur help.
Regards,
Hari
November 3rd, 2010 4:24am
If ASP application is using windows authentication you can open ASP page in Page Viewer Web Part or you can create a custom page in SPD with iframe.Oleg
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 11:33am
Also you can accomplish the same thing with Jquery
-IvanIvan Sanders My LinkedIn Profile,
My Blog,
@iasanders.
November 4th, 2010 2:48am
If ASP application is using windows authentication you can open ASP page in Page Viewer Web Part or you can create a custom page in SPD with iframe.
Oleg
This would work only if you have ASP application running in a sepeate worker process (IIS Site to simplfy). If the intent was to upload these ASP file in sharepoint and then have them run within SharePoint site/worker process then it is NOT straigh forward
as SharePoint does not allow ASP compilation.
The best way to run would be to have the application running in different worker process and link to it using iframe and as mentioned by Leg, it should support NTLM auth so that users dont get prompted again for password when the iframe is trying to open
this page.Sameer Dhoot
My Blog :
http://sharemypoint.in/
Did I answer your question? If YES, Mark as Answer. If NO, reply with details to continue dialogue.
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2010 2:21pm
Hi Hari,
It soulds like you want to use ASP for dropp downs oin Lists or List items, there isd a lot of Jquery stuff out there that makes adding to or changing the ECB Block painless.. the issue would be on where to deploy the pages. Probably to a SubFolder below
layouts so they are available on every site. YOIu can easily crteate a WSO to deploy them. However, can you explain a little more about how you wabnt to use them
-Ivan
Ivan Sanders My LinkedIn Profile,
My Blog,
@iasanders.
November 4th, 2010 2:41pm