Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Asp.net Web Application + Sps portal

  Asked By: Noah Scott         Date: Oct 11, 2009      Category: Sharepoint      Views: 340
 

I have come across a problem
Why Asp.net web application does not work on server where SPS 2003 is
installed.I got Page not found error.
Help is needed on this

Tagged:            

 

1 Answer Found

 
Answer #1       Answered By: Aron Kirk          Answered On: Oct 11, 2009       

SPS installs some custom ISAPI filters and extensions that take control of
everything the virtual server. To run normal ASP.Net apps you need to do one of
the following:

1) Setup a URL exclusion in the administrator interface of SPS
2) Setup the ASP.Net app to run under /_layouts/
3) Setup the ASP.Net app to run on a different virtual server

 
Didn't find what you were looking for? Find more on Asp.net Web Application + Sps portal Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].