DNN WEbsite
-
Dear I installed DNN website using VS.net 2008 and after the website finished I try to put it on the C:\Inetpub\wwwroot folder or on the web hosting server, but it does not work an error message: :doh: :doh:
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 70: </system.webServer> Line 71: <system.web> Line 72: <machineKey validationKey="59A121FFDC2D70BE6D724AF408F28842ADD3AAE4" decryptionKey="1701E06AEE1C19DBF7033856F0B6B8845788802AEC00EA83" decryption="3DES" validation="SHA1" /> Line 73: <!-- HttpModules for Common Functionality --> Line 74: <httpModules>
and on the PC localhost the error message<authentication mode="Forms">
-
Dear I installed DNN website using VS.net 2008 and after the website finished I try to put it on the C:\Inetpub\wwwroot folder or on the web hosting server, but it does not work an error message: :doh: :doh:
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 70: </system.webServer> Line 71: <system.web> Line 72: <machineKey validationKey="59A121FFDC2D70BE6D724AF408F28842ADD3AAE4" decryptionKey="1701E06AEE1C19DBF7033856F0B6B8845788802AEC00EA83" decryption="3DES" validation="SHA1" /> Line 73: <!-- HttpModules for Common Functionality --> Line 74: <httpModules>
and on the PC localhost the error message<authentication mode="Forms">
Bataineh wrote:
This error can be caused by a virtual directory not being configured as an application in IIS.
have you ever pondered about the above? Did you actually create the web application?
---------------------------------------------------------- Lorem ipsum dolor sit amet.
-
Bataineh wrote:
This error can be caused by a virtual directory not being configured as an application in IIS.
have you ever pondered about the above? Did you actually create the web application?
---------------------------------------------------------- Lorem ipsum dolor sit amet.
-
Dear thanks you but can you please explain how can I do this, and can you please advice me about hosting problem, does the folder path saved in some where in my code, many thanks
If you folder is in wwwroot, then you need to just open IIS ( Run > inetmgr ) You will see there should be an folder with the name of your application. Right click on that > On the Default tabt > Click on Create Button. Set the other properties like authentication, ASP.NET Version etc. Then try to run. Hope this may help you !
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article