c# - Web Api 2.0 on IIS Virtual Application -
i want host api on iis 7.5 application under main website shown in image below in order use same domain.
but when i'm setting environment doesn't run startup class configure web api , every call returns 404 not found.
facts:
- if host new site on iis works perfect.
- i have try add on web config owin:appstartup key mentioned here doesn't solve problem.
- my startup class under [assemblyname] namespace.
- iis application pool configured .net 4.0 integrated pipeline mode
- main application configured ignore call on htpp://..../api/... , 404 error have check returns web api application.

Comments
Post a Comment