Why is Visual Studio appending "_1" to my website virtual directory?
I open a solution containing a website project named "Student" in Visual Studio. It adds a virtual directory to IIS named "Student_1" even though there is no virtual directory named "Student". Any idea why 开发者_开发百科Visual Studio is doing this?
Apparently something was messed up in the .suo file. I deleted it and was able to open the project.
精彩评论