Deepak Mishra
Deepak Mishra

Reputation: 3183

How can I change the default route in asp.net web api in IIS 8?

Just an update to this question. How to change default route in asp.net web api

I want to do the same in IIS 8, if possible?

Upvotes: 0

Views: 163

Answers (1)

Mike_G
Mike_G

Reputation: 16502

Your default route for the web api is typically set in the WebApiConfig.cs.

http://www.asp.net/web-api/overview/web-api-routing-and-actions/routing-in-aspnet-web-api

Upvotes: 1

Related Questions