if aspx pages are in localhost/PN/UI/xyz.aspx, the
corresponding action class is not getting fired,
For Ex. Say i have an action class called
HomeAction.cs and i have placed a aspx page in UI
folder of the project PA. when am executing UI page
for the first time the path is
localhost/PN/UI/xyz.aspx. when a action class is
being called it is recognizing
localhost/PN/UI/MPIHome.mp... (MPIHome is the command
name in maverick.config file). but when i give
localhost/PN/MPIHome.mp only then it works. what is
the problem with this ???
Regards