Reputation: 164
i had to reset my computer to factory settings yesterday and reinstall visual studio now before the clean start when i created a mvc2 application everything appeared correct but now i get a parser error when opening with iis7
and i set the application pool to asp.net v4.0
i would be able to fix this if what was in the window was actually visible in the file but its not so how can i fix it if i cant see it im using iis7 and visual studio 2010 ultimate here are some screen shots
the browser error
and the global asax it refers to
according to the net it should automatically be migrated with iis7 so whats the problem here?
Upvotes: 0
Views: 311
Reputation: 2043
You can't open global.asax in Visual Studio, you have to do it in Notepad/similar.
Did this work?
Upvotes: 1