L
Lloyd Sheen
Ok I copied a VS 2005 web site to another folder.
Open my new VS 2008. Attempt to run.
I get the following:
Error 1 It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS. C:\Visual Studio Projects\Music Player Web Site\MusicSite\Web.config
21
The error points to :
<sessionState timeout="60">
</sessionState>
This is not a virtual directory. I have one but it is attached to IIS7.0
and is used when I publish.
Any ideas??
Thanks
Lloyd Sheen
Open my new VS 2008. Attempt to run.
I get the following:
Error 1 It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS. C:\Visual Studio Projects\Music Player Web Site\MusicSite\Web.config
21
The error points to :
<sessionState timeout="60">
</sessionState>
This is not a virtual directory. I have one but it is attached to IIS7.0
and is used when I publish.
Any ideas??
Thanks
Lloyd Sheen