For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > April 2006 > asp.net application not resolving relative paths









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 asp.net application not resolving relative paths
rjbr

2006-04-28, 7:05 pm

ASP.NET problem

I have ASP.NET 1.1 application installed on 3 server Win2003/IIS6

Relative paths are being resolved in 2 of those but not on one

dir structire
/app/
/import


I am using following in code
<link rel="stylesheet" type="text/css" href="./import/app.css"/>


But if I change above to below it works on third server also
<link rel="stylesheet" type="text/css" href="../import/app.css"/>

I am using session state cookieless="true"

rjbr

2006-04-28, 7:05 pm

Resolved - aspnet_filter.dll

Thanks - all

Refer. to message chain below

The solution I found from another user who had a similar
problem a couple of months ago was to use IIS manager to
manually add or correct the isapi filter(s)
(aspnet_filter.dll) in the Default Web properties on the
ISAPI filter tab.

http://groups.google.com/group/micr...acdbd1c0bc68529

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com