Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have added some aspx pages in My MVC application on local server(debugging) these pages are working fine but while deploying on server with iis7 these pages are not working neither i am getting any error message what could be the problem.......
Posted

1 solution

first have you checked that the web.config is there??

secondly have you used mvc app on your current iis before and have it work.

if you are doing first time you may need to do
aspnet_regiis -i


from inside your
C:\Windows\Microsoft.NET\Framework64\v4.0.30319


but for you current version of .net
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900