We have a project working well today and it's developed
on VS2005. Since we're planing to switch to VS2008 in a
soon future, i've been trying to move the project to
VS2008 Express (Web Developer).
After i've moved over all the files, i run into problems
compiling and running it. Both versions of VS are run on
the same computer (with the sam settings, of course).
Still, when i try to run index.aspx, i get error message
as follows:
Error 95 It is an error to use a section
registered as allowDefinition ='MachineToAppl ication'
beyond application level.
It's also suggested that it might be due to that the
directory isn't configured as an application in the IIS.
What can be done to resolve it?
A guide for moving from VS2005 to VS2008 Express would
be great but i have't found one that is good. Not for
web-projects, anyway.
--
Regards
Konrad Viltersten
on VS2005. Since we're planing to switch to VS2008 in a
soon future, i've been trying to move the project to
VS2008 Express (Web Developer).
After i've moved over all the files, i run into problems
compiling and running it. Both versions of VS are run on
the same computer (with the sam settings, of course).
Still, when i try to run index.aspx, i get error message
as follows:
Error 95 It is an error to use a section
registered as allowDefinition ='MachineToAppl ication'
beyond application level.
It's also suggested that it might be due to that the
directory isn't configured as an application in the IIS.
What can be done to resolve it?
A guide for moving from VS2005 to VS2008 Express would
be great but i have't found one that is good. Not for
web-projects, anyway.
--
Regards
Konrad Viltersten
Comment