[Mono-aspnet-list] won't display image/css files without login?
KScott
angstsix at gmail.com
Wed Jul 7 10:52:34 EDT 2010
thank you for your reply. I tried what your said, however that didn't seem to
correct the image. and I'm not seeing any other relevant changes. maybe you
can see something that I'm not?
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<!--
DATA FILE NAMES
CUCUFL = Customer Master
CUWKEX = Customer Master
ORIHFL = Orders Header
ORIDFL = Orders Detail
ORSOFL = Shipped Orders
ORSLFL =
PRSBFL = Sub-Standard Inventory
PRPRFL = Product Master
RPROFL = Repair Orders
RPWKEP = Repair Orders
RPWKXP = Repair Orders
PRWKEX = Product Master
PRWKGP = Product Groups
-->
<compilation defaultLanguage="c#" debug="true" />
<customErrors defaultRedirect="/err.aspx" mode="Off" />
<authentication mode="Forms">
<forms loginUrl="logon.aspx" name="AuthCookie" timeout="60" path="/" />
</authentication>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
<trace enabled="false" requestLimit="10" pageOutput="false"
traceMode="SortByTime" localOnly="true" />
<sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
source=127.0.0.1;user id=sa;password=" cookieless="false" timeout="20" />
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
<httpModules></httpModules>
</system.web>
<location path="logoff.aspx">
<system.web>
<authorization>
<allow users="?" />
</authorization>
</system.web>
</location>
<location path="images">
<system.web>
<authorization>
<allow users ="*" />
</authorization>
</system.web>
</location>
<appSettings>
<add key="SupportEmail" value="kscott@****.com" />
<add key="DBServer" value="172.16.107.141" />
<add key="DBName" value="ysextranet" />
<add key="DBUserName" value="ken" />
<add key="DBPassword" value="****" />
<add key="DBPort" value="3306" />
<add key="MailServerUserName" value="" />
<add key="MailServerPassword" value="" />
<add key="MailServer" value="" />
<add key="MailReciever" value="" />
<add key="DBConnect"
value="server=localhost;database=ysextranet;uid=ken;pwd=****" />
</appSettings>
</configuration>
thanks again for your time!
-Ken
--
View this message in context: http://mono.1490590.n4.nabble.com/won-t-display-image-css-files-without-login-tp2280980p2281014.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list