G
Guest
I have a web site I developed on development workstation using ASP.NET 2.0.
Published it to my Win 2003 Server. This Server has been a lot of trouble -
just recently de-installed and re-installed iis and asp.net 2.0. Still
getting w3wp.exe memory errors.
I have enabled asp.net 2.0, created an application for it, etc., etc., but
still get a web.config error when I try to access it....
It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level
It then lists my forms authentication section....
Line 89: -->
Line 90: <authentication mode="Forms">
Line 91: <forms loginUrl="Default.aspx" name=".ASPXFORMSAUTH">
Line 92: </forms>
Anybody have any ideas?
Published it to my Win 2003 Server. This Server has been a lot of trouble -
just recently de-installed and re-installed iis and asp.net 2.0. Still
getting w3wp.exe memory errors.
I have enabled asp.net 2.0, created an application for it, etc., etc., but
still get a web.config error when I try to access it....
It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level
It then lists my forms authentication section....
Line 89: -->
Line 90: <authentication mode="Forms">
Line 91: <forms loginUrl="Default.aspx" name=".ASPXFORMSAUTH">
Line 92: </forms>
Anybody have any ideas?