up vote 1 down vote favorite
1
share [g+] share [fb]

I have created a virtual directory on the IIS (IIS 5.1 that's what i'm using). when i try t o run the applciation from my browser using the URL

http://localhost/sitename .

i'm able to see the initial landing page . But when i force a controller action call like this .

http://localhost/controllername/actionMethodName

i receive the 404(file not found error). But when i'm running the application from the asp.net development server (intergrated with VS ) everyhting works fine.

what may be the reason. i have set impersonate in web.config and enabled anonymous access in the IIS .

any thoughts/ suggestions

thanks,

vijay

link|improve this question

78% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Have you tried http://localhost/sitename/controllername/action?

Edit: You could try these solutions:

link|improve this answer
@ steen yep steen i tried doing that. – vijaysylvester Sep 30 '09 at 10:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.