Login Skip Navigation LinksWilsonWebPortal > Forums Search
Download WebPortal Download WebPortal
Download and start using the full WebPortal completely free, including the source for the basic modules so you can see how to create your own if the included modules aren't enough.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

User Login User Login
Log In
 
 
Reset Password

Wilson WebPortal Forums Wilson WebPortal Forums : Bugs & Issues : gif, css, ico files (VWD 2005 Express)

Date Post
3/11/2006 2:14:48 PM

Hi, Paul

First, thanks for your webportal contribution, it looks simple and efficient.

I face on of the issue, is that when i launch the webportal in VWD 2005 Express,
.gif, .css, ico, file can not be displayed. I can not find the place to adjust, so have to dig into
the code, and make one change to one function in controller, it showes that only

only ".axd" is not processed, rest will goto the httphandler/modules, i add .gif, .css, etc to the blocklist, the picture and stylesheet will work now.

I just need to verifywith you, is this the correct way, or I miss some settings, or this is the
VWD 2005 's problem.

I hope I explain clearly.

Thanks
Kevin

 

3/11/2006 2:18:06 PM Hi Kevin:

I have not tried the Express version of VS, but it sounds like you're finding that those other non-.NET file extensions are being mapped to the .NET web process.  I suppose that makes sense if you are using the Express edition since you probably aren't using IIS, and therefore probably don't have much control over these things -- unlike IIS.  I'll take a look at it, but it sounds like you have identified the correct fix, although I may need to make it more generic so that's configurable and not hard-coded.

Thanks, Paul Wilson
3/12/2006 7:24:11 PM

Thanks for your reply, paul, It seems VS Express internal web server have a lot of defaults.

Best Regards

Kevin

3/13/2006 8:59:52 PM This should be fixed in v1.0.0.1.

Thanks, Paul Wilson