Answered by:
Adding a custom ASP page to a sharepoint 3.0 site

Question
-
I have a custom ASP page that I need to add to my sharepoint 3.0 web site. I created a virtual directory under my website and placed the ASP file. When I link to the ASP file, I get a 404 page not found. To make sure I had the correct URL path, I created a test html file and placed in the same virtual directory and linked to it just fine. I think it has something to do with managed paths and sharepoint trying to control this new ASP content. I cannot figure out how to exclude this content from managed paths.
Any suggestions on how to resolve this issue so I can run this custom ASP file under sharepoint 3.0?
Thanks
Tuesday, August 24, 2010 1:21 PM
Answers
-
Seem that Bing returns more relevant articles: http://www.bing.com/search?q=sharepoint+exclude+virtual+directory;
According to http://support.microsoft.com/kb/828810 , in Office SharePoint Server 2007, you do not have to configure an exclusion. However, you should create a virtual directory by using Internet Information Services Manager. Additionally, you should configure the virtual directory as an application. The application should have a corresponding Web.config file.
Gu Yuming
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tngfb@microsoft.com
- Marked as answer by GuYuming Friday, September 10, 2010 5:09 AM
Wednesday, August 25, 2010 2:06 AM
All replies
-
I've never done it, but I knows how to use The Google.
http://msdn.microsoft.com/en-us/library/bb418732(office.12).aspx
Steve Clark, MCTS
Twin-Soft.comTuesday, August 24, 2010 2:55 PM -
Seem that Bing returns more relevant articles: http://www.bing.com/search?q=sharepoint+exclude+virtual+directory;
According to http://support.microsoft.com/kb/828810 , in Office SharePoint Server 2007, you do not have to configure an exclusion. However, you should create a virtual directory by using Internet Information Services Manager. Additionally, you should configure the virtual directory as an application. The application should have a corresponding Web.config file.
Gu Yuming
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tngfb@microsoft.com
- Marked as answer by GuYuming Friday, September 10, 2010 5:09 AM
Wednesday, August 25, 2010 2:06 AM -
Why not just leave the ASP file hosted wherever it was, and just drop an IFrame onto the page, and point it at it. Not the best solution, but its quick and simple.
HTH,
Stuart Phillips. If my answer helps you.. please mark as Answered.Wednesday, August 25, 2010 9:30 PM