Re: Another problem

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Lloyd,

Every web server has settings for pages that cannot be handled by simply
downloading, that is, pages that must be processed by an ISAPI. The web
server is always the entity that receives the request. If it is configured
to pass off requests for resources with a certain extension, it will pass
off the request to that ISAPI. The web.config only tells the ASP.Net worker
process what HttpHandler to use to process the request.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
We got a sick zebra a hat,
you ultimate tuna.


"Lloyd Dupont" <net.galador@ld> wrote in message
news:%23f$LsFELGHA.3232@xxxxxxxxxxxxxxxxxxxxxxx
err...
shouldn't the configuration in the Web.config be enough?
do you mean I cannot use generic handler without configuring IIS first?
unfortunately I don't think (I have to check) that you could configure
this IIS on the web control panel, that's a bummer....

anyway, "they fixed it" but I don't know what they did....

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
"Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23pkHTpDLGHA.1192@xxxxxxxxxxxxxxxxxxxxxxx
Did you configure the web server to use the ASP.Net process to process
requests for files with a ".dimg" extension?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
We got a sick zebra a hat,
you ultimate tuna.


"Lloyd Dupont" <net.galador@ld> wrote in message
news:%23zAwUUDLGHA.1192@xxxxxxxxxxxxxxxxxxxxxxx
Hi Kevin!

1. The DLL is there, it's even used in some other pages.
2. all the relevant path I gave them to you:
=== Web.config ===
<system.web>
<httpHandlers>
<add verb="GET" path="LWU.RoundCorner.dimg"
type="WebUtils.RoundCornerImageHandler, WebUtils"/>
</httpHandlers>
.....
=== test url ===
http://www.thecookscompanion.com/LWU.RoundCorner.dimg?fore=LightSteelBlue&back=White&corner=0
======
Any other idea why is it 404?

"Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:eE0RR0ALGHA.744@xxxxxxxxxxxxxxxxxxxxxxx
Hi Lloyd,

404 means "Not Found." This means that the web server cannot find the
document. Have you checked the path?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
We got a sick zebra a hat,
you ultimate tuna.


"Lloyd Dupont" <net.galador@ld> wrote in message
news:uVeUYC$KGHA.2300@xxxxxxxxxxxxxxxxxxxxxxx
Something which, again, works perfectly when I run in the VS.NET
embeded server but not on my webserver provider.
(I use the embeded server as, since a computer crash I only have
XPHome and I didn't bother buy the professional edition)

I have a (home made) dll named "WebUtils.dll" which contains a class
named:

WebUtils.RoundCornerImageHandler : IHttpHandler

In my website (which has the WebUtils.dll in its Bin directory) I have
<httpHandlers>
<add verb="GET" path="LWU.RoundCorner.dimg"
type="WebUtils.RoundCornerImageHandler, WebUtils"/>
</httpHandlers>

Now that work perfectly in my dev environemnet, but I just tried to
upgrade and
http://www.thecookscompanion.com/LWU.RoundCorner.dimg?fore=LightSteelBlue&back=White&corner=0

Is giving me an error 404 ?!?!?

Any ideas / tips on why could that be?!


--
I have taken a vow of poverty. If you want to really piss me off, send
me money.











.



Relevant Pages

  • [Full-disclosure] CVE-2010-2375: WebLogic Plugin HTTP Injection via Encoded URLs
    ... "Oracle WebLogic Server Enterprise Edition offers enterprises the ability to ... WebLogic Server Web Server Plugins 1.0 are bundled with WebLogic ... HTTP header injection and HTTP request smuggling attacks. ... with WebLogicHost and WebLogicPort settings), ...
    (Full-Disclosure)
  • CVE-2010-2375: WebLogic Plugin HTTP Injection via Encoded URLs
    ... "Oracle WebLogic Server Enterprise Edition offers enterprises the ability to ... WebLogic Server Web Server Plugins 1.0 are bundled with WebLogic ... HTTP header injection and HTTP request smuggling attacks. ... with WebLogicHost and WebLogicPort settings), ...
    (Bugtraq)
  • Re: IP Spoofing
    ... That would be enough if the purpose of the request was e.g. to delete a database by SQL injection. ... And if its not done right the web server will never see it either. ... and successive packets may very well take different routes. ...
    (comp.lang.php)
  • Re: Web server cluster related problem
    ... > An ASP.NET webform detects if a request is a postback by comparing the ... > automatically generate an random validation key for each web server. ... > will not be recognized as a POST request because the validation key is ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Problem deploying ASP.NET app
    ... This is most likely a permissions issue ... having problems deploying an application to this server. ... request failure can be found in the application event log of the web server. ...
    (microsoft.public.dotnet.framework.aspnet)