Hi there,
I'm trying to publish a DNN site to the internet and seem to be running into some issues... I have a simple network setup with a Small Business Server 2003 and a Win 2003 server, the latter has DNN 3.2 installed. I've configured DNN to run on a site with port 8181, so after I configured port forwarding on my dlink router, I can access the site at http://mydomain:8181 from outside without any problems.
Now I want to setup a new domain for the DNN site and eliminate the need to add the port numbers to the url. I tried to setup a new website on my SBS server pointing to the DNN directory on the Win 2003 server with a host header for the new domain, and I get the following error:
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: Required permissions cannot be acquired.
Source Error:
Line 356:BEGIN section inserted by Device Update 4 installer.
Line 357:-->
Line 358: <add
Line 359: assembly="System.Web.UI.MobileControls.Adapters,Version=1.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" />
Line 360:<!--
|
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 358
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
I want to keep the DNN install separate from the SBS server because I'll be doing continual work on the DNN site/server and the SBS server hosts alot of services that I need to be up... Has anyone tried a configuration like this and got it working, or have any insight as to why this error is occuring?
Thanks in advance for any help!
Paul