Converting VS 2008 Project to VS 2010 - now .aspx won't load
Posted
by coffeeaddict
on Stack Overflow
See other posts from Stack Overflow
or by coffeeaddict
Published on 2010-04-26T14:00:22Z
Indexed on
2010/04/26
14:03 UTC
Read the original article
Hit count: 222
visual-studio-2010
|ASP.NET
I converted all my other projects fine from VS 2008 to 2010 and they run great. There is one project however for some reason after converting, when I try to run one of the .aspx pages in it, I get nothing...no error, just that it cannot display the page.
Nothing has changed. The path is still the same, and the IIS website is still the same. I even recreated the site in IIS using the VS option to create it in the web project properties.
This is a testing project..only has like one .aspx in it.
Not sure why I get nothing after converting this. I did not convert it to .NET 4.0, it's still in v3.5 in VS 2010.
© Stack Overflow or respective owner