G
Guest
I have a httpHandler which ran ok on .net 1.1, have ported the web app across
to 2.0 and it now gives a 404 error.
The problem seems to be based around the fact that the source for the
handler is contained in a seperate project in Vis Studio, although this
project is part of the same solution. But it being in a seperate project was
not a prob in VS 2003.
In 1.1 the declaration was:
<add verb="*" path="*Welcome.aspx*"
type="MyCO.WEB.Presentation.HolidayWelcomeFactory,MYSOURCE"/>
And it found MYSOURCE fine. But when trying to access "Welcome.aspx" in VS
2005 it throws a 404. I have tried the below, but again this still throws a
404.
<add verb="*" path="*Welcome.aspx*"
type="MyCO.WEB.Presentation.HolidayWelcomeFactory,MYSOURCE"/>
Probably a bit too specific, but an ideas apprecciated.
to 2.0 and it now gives a 404 error.
The problem seems to be based around the fact that the source for the
handler is contained in a seperate project in Vis Studio, although this
project is part of the same solution. But it being in a seperate project was
not a prob in VS 2003.
In 1.1 the declaration was:
<add verb="*" path="*Welcome.aspx*"
type="MyCO.WEB.Presentation.HolidayWelcomeFactory,MYSOURCE"/>
And it found MYSOURCE fine. But when trying to access "Welcome.aspx" in VS
2005 it throws a 404. I have tried the below, but again this still throws a
404.
<add verb="*" path="*Welcome.aspx*"
type="MyCO.WEB.Presentation.HolidayWelcomeFactory,MYSOURCE"/>
Probably a bit too specific, but an ideas apprecciated.