an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > IIS 7.0 / Windows Server Enterprise 2008
Last Post 1/26/2010 9:52:07 AM By lukezy. 2 replies.
1/26/2010 9:32:05 AM
akgibbs
Posts: 15
Joined: 8/13/2009
IIS 7.0 / Windows Server Enterprise 2008

This is getting ridiculous - listed below is the ApplicationHost.config file entries - please notice all the allow='false' for so many things you are using in this application  I don't know if they should be on or off?

So know I don't know if it's our new 'ENHANCED' security with IIS 7 / 2008  (ie Javascript or  'Configuring HTTP Redirection in IIS 7.0') security rules that is causing the problems.

Any ideas what the following should be - or what is going on?

Thanks

-Amy

<requestFiltering>

If I put in a wrong name I get an error message otherwise it comes back - no admin buttons and still gives 'login' option (not logout). I tried to modify some of the following to allowed='true" but still not working.

<fileExtensions allowUnlisted="true" applyToWebDAV="true">
<add fileExtension=".asax" allowed="false" />
<add fileExtension=".ascx" allowed="false" />
<add fileExtension=".master" allowed="false" />
<add fileExtension=".skin" allowed="false" />
<add fileExtension=".browser" allowed="false" />
<add fileExtension=".sitemap" allowed="false" />
<add fileExtension=".config" allowed=false" />
<add fileExtension=".cs" allowed="false" />
<add fileExtension=".csproj" allowed="false" />
<add fileExtension=".vb" allowed="false" />
<add fileExtension=".vbproj" allowed="false" />
<add fileExtension=".webinfo" allowed="false" />
<add fileExtension=".licx" allowed="false" />
<add fileExtension=".resx" allowed="false" />
<add fileExtension=".resources" allowed="false" />
<add fileExtension=".mdb" allowed="false" />
<add fileExtension=".vjsproj" allowed="false" />
<add fileExtension=".java" allowed="false" />
<add fileExtension=".jsl" allowed="false" />
<add fileExtension=".ldb" allowed="false" />
<add fileExtension=".dsdgm" allowed="false" />
<add fileExtension=".ssdgm" allowed="false" />
<add fileExtension=".lsad" allowed="false" />
<add fileExtension=".ssmap" allowed="false" />
<add fileExtension=".cd" allowed="false" />
<add fileExtension=".dsprototype" allowed="false" />
<add fileExtension=".lsaprototype" allowed="false" />
<add fileExtension=".sdm" allowed="false" />
<add fileExtension=".sdmDocument" allowed="false" />
<add fileExtension=".mdf" allowed="false" />
<add fileExtension=".ldf" allowed="false" />
<add fileExtension=".ad" allowed="false" />
<add fileExtension=".dd" allowed="false" />
<add fileExtension=".ldd" allowed="false" />
<add fileExtension=".sd" allowed="false" />
<add fileExtension=".adprototype" allowed="false" />
<add fileExtension=".lddprototype" allowed="false" />
<add fileExtension=".exclude" allowed="false" />
<add fileExtension=".refresh" allowed="false" />
<add fileExtension=".compiled" allowed="false" />
<add fileExtension=".msgx" allowed="false" />
<add fileExtension=".vsdisco" allowed="false" />
</fileExtensions>

 

 
1/26/2010 9:47:30 AM
akgibbs
Posts: 15
Joined: 8/13/2009
Re: IIS 7.0 / Windows Server Enterprise 2008
I did notice in the logs it's give me a '302' error, so my options for configuring 'HTTP Redirect' (or allowing it) are.  Any thoughts on which I should choose to make the application work?
 
 
Configure the Web Server to Redirect Requests to a Relative Destination (IIS 7)
 
 
Configure the Web Server to Redirect Requests to an Exact Destination (IIS 7)
 
Limit Redirection to Content in the Destination Directory (IIS 7)
 
1/26/2010 9:52:07 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: IIS 7.0 / Windows Server Enterprise 2008
You might want to post the question to IIS7 forums.
DotShoppingCart Staff