Wednesday, November 11, 2009 7:24 AM
Hi all
This is Neodean
I have a problem Please Solve it
I have Created a DotNetNuke base Web application (myapplication) on a Remote machine it is working fine on that Remote
Machine
Now i saved and compiled the "myapplication" on C:\inetpub\wwwroot\
i have created an HTML Page "sample.html" in C:\inetpub\wwwroot\myapplication\sample.html
and accessing from my Local Machin as
http://RemoteMachinIPAddress/myapplication/sample.htm
it is working fine....
and Now trying to Access the Remote machine application (myapplication) from my Local machine as
http://RemoteMachinIPAddress/myapplication/home.aspx
but not able to access on My local Machine
The Error i am facing on my Local machin
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review
the specific error details below and modify your configuration file appropriately.
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.
Source Error:
Line 104:
Line 105:
Line 106:
decryptionKey="57EE4266C0D450FA5A4F34E6CDE7BED0EE03DB3E8F2B0A04" decryption="3DES" validation="SHA1" />
Line 107:
Line 108:
Source File: C:\inetpub\wwwroot\myapplication\web.config Line: 106
Please Solve this issue to access myapplication saved on Remote Machine in C:\inetpub\wwwroot\
and trying to access from local machine