Search code examples
visual-studio-2008iis-5

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?


Solution

  • Apparently something was messed up in the .suo file. I deleted it and was able to open the project.