Got a "Bad Request"

H

Hardy Wang

Hi,
I have an application which encrypts some certian link to format like:
http://123.123.5.1:95/CallReportsSi...z*CxTiOfKcWxdKaX1H9dK4bhNCWK5dlFFGuk8h3W.DEC1

Then I built a Http Module to handle this extension. I registered this
in web.config
<httpModules>
<add type="Company.SecureHandler, Company" name="SecureHandler"/>
</httpModules>

Next, I added application mappings in IIS, ".DEC1",
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll", "All
Verbs", checked "Script Engine", unckecked "Check that file exists".

My environment is windows 2000 + IIS5 + ASP.NET 1.1 + IE6 on client.
Everywhen I try to load link above I get "Bad Request". I put a piece of
testing code in Begin Request event to send email to to on every request, if
I load .aspx pages, I can get testing email correctly. If I load links like
above, I cannot get testing emails (so looks like this module event is not
triggered).

Any clue?

Thanks!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top