|
Home > Archive > IIS ASP > February 2007 > Classic ASP and IIS 7
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Classic ASP and IIS 7
|
|
| Marc Llenas 2007-02-20, 1:17 pm |
| Hi all,
I'm migrating a classic ASP site from IIS 6 to IIS 7 and I'm finding some
minor problems that I'm assuming are IIS 7 config related.
The problem I'm concerned with right now is that when I run the asp pages,
they have lost all their image and CSS links.
Functionality is fine (that is I can query the DB, update records, etc) but
all graphic features have been lost.
Any suggestion on how to solve this issue?
Thanks.
Marc
| |
| Bob Barrows [MVP] 2007-02-20, 1:17 pm |
| Marc Llenas wrote:
> Hi all,
>
> I'm migrating a classic ASP site from IIS 6 to IIS 7 and I'm finding
> some minor problems that I'm assuming are IIS 7 config related.
>
> The problem I'm concerned with right now is that when I run the asp
> pages, they have lost all their image and CSS links.
>
> Functionality is fine (that is I can query the DB, update records,
> etc) but all graphic features have been lost.
>
> Any suggestion on how to solve this issue?
>
It's probaby a matter of enabling parent paths. It's a similar issue in
IIS6: parent paths being disabled by default.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
| |
| Marc Llenas 2007-02-21, 7:25 am |
| Thanks Bob,
Parent paths were enabled on IIS7, so that shouldn't be the issue.
Marc
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:Oq6dJCRVHHA.3980@TK2MSFTNGP02.phx.gbl...
> Marc Llenas wrote:
> It's probaby a matter of enabling parent paths. It's a similar issue in
> IIS6: parent paths being disabled by default.
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
| |
| Bob Barrows [MVP] 2007-02-21, 7:25 am |
| Well, You've kind of left us in the dark here. It does not appear to be an
ASP issue. I suggest creating a small test page (repro.htm) containing only
the bit of html or css that allows the problem to be seen. Show us the page.
I further suggest cross-posting your reply to the inetserver.iis group as
well, if only to get more eyes looking at it. By "crosspost", I mean enter
both groups into the To: field of your reply. Do not multipost, i.e., post a
separate reply to the other group.
Marc Llenas wrote:[vbcol=seagreen]
> Thanks Bob,
>
> Parent paths were enabled on IIS7, so that shouldn't be the issue.
>
> Marc
>
> "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
> news:Oq6dJCRVHHA.3980@TK2MSFTNGP02.phx.gbl...
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
|
|
|
|
|