C
Crystalite
Hi all,
I am doing a form authentication for this program which involves SQL
Server database and also using SQL Server as my session state
management. I have done my program on my local computer and finally, I
have to integrate it into the company's test server for testing.
Everything was fine in the local computer but when I tried to run it in
the test server, it says:
Parser Error Message: 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.
Either I am not able to log in into the application, which I always did
and was running fine on the local computer, or it says there's
something to do with the <sessionState> configuration. I understand
that maybe because it is now on a different environment, and I tried
but to no avail. I am still confused. I need help, please, bear with
me.
Thanks in advance.
Regards,
Crystalite.
I am doing a form authentication for this program which involves SQL
Server database and also using SQL Server as my session state
management. I have done my program on my local computer and finally, I
have to integrate it into the company's test server for testing.
Everything was fine in the local computer but when I tried to run it in
the test server, it says:
Parser Error Message: 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.
Either I am not able to log in into the application, which I always did
and was running fine on the local computer, or it says there's
something to do with the <sessionState> configuration. I understand
that maybe because it is now on a different environment, and I tried
but to no avail. I am still confused. I need help, please, bear with
me.
Thanks in advance.
Regards,
Crystalite.