kaivalya
kaivalya

Reputation: 3869

Deploying mvc project to iis 6.0

I am trying to deploy my mvc project on windows server 2003 IIS6.

I have enabled the wildcard mapping

.net framework 3.5 sp1 and mvc 1.0 is installed on the machine

I am still getting 404 when I try to access the site

What other steps should I debug to solve this problem?

Ps: Other non-mvc .net project is running fine on the machine

Upvotes: 0

Views: 473

Answers (1)

kaivalya
kaivalya

Reputation: 3869

my problem was not referencing the 64bit version of aspnet_isapi.dll - i am running on win2003 64bit

Upvotes: 1

Related Questions