HttpModule & IIS settings

G

Guest

Hi,

In our project we use HttpModules
If I specify url as www.xyz.com/eg it calls HttpModule and then redirects it
to www.xyz.com/default.aspx
But if I specify localhost/eg it displays resource not found, it searches
for eg as a directory , but the page localhost/default.aspx works fine.
Do I need to change any IIS settings?

Thanks in advance
Priya
 
T

Tampa.NET Koder

For a HTTP handler, yes. For a module, no. Maybe there is something you
are missing. Do you have everything configured in the web.config? Whats
you code look like?
 

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

Top