Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
How to run webpage created in language WebMatrix in my localmachine ? http://localhost/index.aspx

i want to run webmatrix program like this

http://localhost/index.cshtml
Posted

You need to configure your IIS server to use your WebMatrix project file location as the root. As you have seen, WebMatrix uses ports in its url.
Just type IIS in your Start search to get your IIS manager.
change your default site path and give it a try.
You may need more configuration as mileage may very.
 
Share this answer
 
 
Share this answer
 
v3

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