how to allow asp files to run?

how to allow asp files to run?

am 21.08.2007 12:52:01 von david

Hi,

we have an asp.net aplication with old asp files, running under IIS 6.0.
When trying to run an old asp files, there comes an error that asp files are
not allowed.

How can i allow asp files running under IIS 6.0 (windows servr2003 sp2)?

Thanks
David

Re: how to allow asp files to run?

am 21.08.2007 17:06:07 von Kristofer Gafvert

Hello,

To give a more definite answer we need to know the complete error message.

But the most common reason why ASP files does not work is that you have
forgotten to allow the ASP web service extension. Perhaps that is the
problem for you too?

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


David wrote:

>Hi,
>
>we have an asp.net aplication with old asp files, running under IIS 6.0.
>When trying to run an old asp files, there comes an error that asp files
>are not allowed.
>
>How can i allow asp files running under IIS 6.0 (windows servr2003 sp2)?
>
>Thanks
>David

Re: how to allow asp files to run?

am 21.08.2007 20:07:45 von david

Thanks, that's it ...

"Kristofer Gafvert" schreef in bericht
news:xn0fa7wzkbav5ve003@news.microsoft.com...
> Hello,
>
> To give a more definite answer we need to know the complete error message.
>
> But the most common reason why ASP files does not work is that you have
> forgotten to allow the ASP web service extension. Perhaps that is the
> problem for you too?
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> David wrote:
>
>>Hi,
>>
>>we have an asp.net aplication with old asp files, running under IIS 6.0.
>>When trying to run an old asp files, there comes an error that asp files
>>are not allowed.
>>
>>How can i allow asp files running under IIS 6.0 (windows servr2003 sp2)?
>>
>>Thanks
>>David