Click here to Skip to main content
16,012,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am deploying web application on live. But after creating web site on IIS, its showing me "Page Can Not Be Found" while browsing .....


I also tried website with plain html code on same IIS. and it worked properly...
Then I tried, web site with aspx code, but it gives me same error.
i.e "Page Can Not Be Found."


Is there any issue on ISS with aspx pages??
Or any other problem???

I will be thankful for any solution !!!

AshishB
Posted

1) When you create your web application in IIS, ensure that your application pool is setup to use the correct version of dotNet.
2) Make sure that you deploy your bin folder along with the applicable pages.
3) Post more detailed information if this doesn't work.
 
Share this answer
 
Have you enabled ASP.net for IIS in your local machine?
If not ,configure it proper version of .net Framework.
then check!!
 
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