Running MS VS2010 web developer Express.
I 'upgraded' from XP IIS 6 to Win 7 IIS 7 and projects that i had developed stopped working in the sense that IIS 7 did not natively support ASP.NET nor did it support Framework 4.0. After much grubbing around on the internet I got those two things resolved and now IIS is refusing to run an ASPX script saying that it cant find a type/class. The ASPX loads correctly in the debugger but not when accessed as LOCALHOST/HTML_5/DEFAULT.ASPX, so it looks like an IIS problem. I suspect that the ASPX handler in the VS2010 Express debugger is different from the one in IIS but I don't know for sure.
I 'upgraded' from XP IIS 6 to Win 7 IIS 7 and projects that i had developed stopped working in the sense that IIS 7 did not natively support ASP.NET nor did it support Framework 4.0. After much grubbing around on the internet I got those two things resolved and now IIS is refusing to run an ASPX script saying that it cant find a type/class. The ASPX loads correctly in the debugger but not when accessed as LOCALHOST/HTML_5/DEFAULT.ASPX, so it looks like an IIS problem. I suspect that the ASPX handler in the VS2010 Express debugger is different from the one in IIS but I don't know for sure.