.rss work in sample but not in my site
Hi,
I'm facing a strange problem with the RssFeed Class which is the handler used to handle .rss requests.
The BeerHouse 3.5 WebForms sample I downloaded is working fine.When I click an RSS link it works.But the one I'm making doesn't work as the sample.
Every thing looks correct but even so I got "The Page Cannot be found error".I'm testing the website localy but using the IIS to run the website.
I added .rss extention to IIS HttpHeaders but it was no use.
I put Breakpoints in the RSSFeed Class code but they have never been hit.
This is the line for registering the handler in web.config file:
<addverb="*"path="*.rss"validate="false" type="MyProject.RSSFeed,MyBLL,Version=1.0.0.0,Culture=ne utral,PublicKeyToken=null"/>
Hope there is someone who can help...
|