Hi All,

I am currently trying to connect to an OLAP cube through HTTP and it is not
quite working as expected. I believe that the problem is related to the fact
that the web site/IIS (6.0) is not serving ASP pages properly and generates
an error 404 (processing of msolap.asp required to access cube via HTTP).

The problem only happens with ASP pages i.e. there is not problem when
browsing HTML pages located in the same directory. Has anyone seen this
problem before or knows how to resolve it?

The server on which IIS is running is 2003 standard edition.

Any help would be greatly appreciated.

Thanks,

FL

Re: Cannot browse APS pages: 404 - File or Directory not found by Kristofer

Kristofer
Tue Jul 12 01:57:25 CDT 2005

Hello,

IIS 6.0 is locked down by default. This means that dynamic content such as
ASP files will not be executed until you (the administrator) have
explicity allowed it. Only static content will be served by default.

To allow ASP files:

Click Start->Programs->Administrative Tools->Internet Information Services
Manager
Expand <servername> and click Web Service Extensions
In the right pane, right click Active Server Pages and select Allow

Also see:
http://www.gafvert.info/notes/ASP404NotFound.htm
http://support.microsoft.com/?id=315122

Good Luck!

--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com


FL1 wrote:

> Hi All,
>
> I am currently trying to connect to an OLAP cube through HTTP and it is
not
> quite working as expected. I believe that the problem is related to the
fact
> that the web site/IIS (6.0) is not serving ASP pages properly and
generates
> an error 404 (processing of msolap.asp required to access cube via HTTP).
>
> The problem only happens with ASP pages i.e. there is not problem when
> browsing HTML pages located in the same directory. Has anyone seen this
> problem before or knows how to resolve it?
>
> The server on which IIS is running is 2003 standard edition.
>
> Any help would be greatly appreciated.
>
> Thanks,
>
> FL

RE: Cannot browse APS pages: 404 - File or Directory not found by FL1

FL1
Tue Jul 12 02:09:02 CDT 2005

Problem resolved... For those who might be interested, the problem was due to
the fact that ASP was set to 'Prohibited' in Web Service Extensions.

FL

"FL1" wrote:

> Hi All,
>
> I am currently trying to connect to an OLAP cube through HTTP and it is not
> quite working as expected. I believe that the problem is related to the fact
> that the web site/IIS (6.0) is not serving ASP pages properly and generates
> an error 404 (processing of msolap.asp required to access cube via HTTP).
>
> The problem only happens with ASP pages i.e. there is not problem when
> browsing HTML pages located in the same directory. Has anyone seen this
> problem before or knows how to resolve it?
>
> The server on which IIS is running is 2003 standard edition.
>
> Any help would be greatly appreciated.
>
> Thanks,
>
> FL

Re: Cannot browse APS pages: 404 - File or Directory not found by FL1

FL1
Tue Jul 12 02:10:07 CDT 2005

Thanks Kristofer, I had actually just worked it out, but still really
appreciate your prompt response.

FL

"Kristofer Gafvert [MVP]" wrote:

> Hello,
>
> IIS 6.0 is locked down by default. This means that dynamic content such as
> ASP files will not be executed until you (the administrator) have
> explicity allowed it. Only static content will be served by default.
>
> To allow ASP files:
>
> Click Start->Programs->Administrative Tools->Internet Information Services
> Manager
> Expand <servername> and click Web Service Extensions
> In the right pane, right click Active Server Pages and select Allow
>
> Also see:
> http://www.gafvert.info/notes/ASP404NotFound.htm
> http://support.microsoft.com/?id=315122
>
> Good Luck!
>
> --
> Regards,
> Kristofer Gafvert (IIS MVP)
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> FL1 wrote:
>
> > Hi All,
> >
> > I am currently trying to connect to an OLAP cube through HTTP and it is
> not
> > quite working as expected. I believe that the problem is related to the
> fact
> > that the web site/IIS (6.0) is not serving ASP pages properly and
> generates
> > an error 404 (processing of msolap.asp required to access cube via HTTP).
> >
> > The problem only happens with ASP pages i.e. there is not problem when
> > browsing HTML pages located in the same directory. Has anyone seen this
> > problem before or knows how to resolve it?
> >
> > The server on which IIS is running is 2003 standard edition.
> >
> > Any help would be greatly appreciated.
> >
> > Thanks,
> >
> > FL
>