How to add or open the asp.net pages from inside sharepoint? I found many info on the web about that, but they all fail or they are not clear. I appreciate your help :)
|
|
|||||||||
|
|
|
Your question is not clear, but if you want to customize look'n'feel of SharePoint page you should use SharePoint Designer. In case you want to create some additional functionality from scratch the easiest way is to create a custom web part and then add it to a SharePoint page. |
||||||||||
|
|
|
I think you want to include an aspx page to call either using an AJAX include or to be able to use the MOSS Object Model without having to add references etc? if so then the following steps are necessary:
This technique will only work with inline code, if you wish to compile your code then you would create the site as normal and then add an application folder within the virtual directory of that particular site for example my site is called intranet:
However, I would only ever use these methods as proof of concept and would ultimately use web parts, custom features and workflows to carry out the same functions. |
||
|
|
