How to rename a web-type project in a solution in visual studio?

0

Galera, whenever I try to include a new web project in my solution with the name "Web" it adds "(something number)" and I can not change it. How do I change?

    
asked by anonymous 01.08.2014 / 17:32

1 answer

1

In the C: \ Users \ Username \ Documents \ IISExpress \ config \ applicationhost.config file, you have a site section

< sites >
...
< /sites >

All the sites (projects) already open are there. After deleting all items, when creating a new website no number will be displayed. But remember to only delete site / project items and not the entire file.

    
26.08.2014 / 23:02