S.A. Birl wrote:
> On Jan 31, 2008, Robert Jordan ([EMAIL PROTECTED]) typed:
> 
>>> S.A. Birl wrote:
>>> Ive been charged with the task of converting users from IIS 5.0 to
>>> Apache.  Our users have old .asp pages, not even .NET.
>> Mono does not and will never support plain old ASP.
>>
>>> (2)
>>> http://publish1.temple.edu/birl.asp
>>>
>>> As shown in the above .conf file, Ive tried to change around the
>>> AddType for .asp files.  But instead of parsing .asp the browsers are
>>> asking to download the file.
>> Adding an AddType directive to Apache's config will not
>> convert your old ASP pages to ASP.NET. This task must be
>> done by a human (preferably by a programmer).
>>
>> Robert
> 
> 
> 
> 
> Thanks for that answer.  So now only problem #1:
> 
> 
> 
> (1)
> I copied /usr/lib/xsp/test to /usr/local/apache/htdocs/XSP
> 
> But Im getting "Server Error in '/' Application" for
> http://publish1.temple.edu/XSP/
> 
> So Im lost on trying to fix it.
> 

Your MonoApplications directive is wrong. It must be:

MonoApplications "/XSP:/usr/local/apache/htdocs/XSP"


Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to