Hi,
I'd like to get some help on this too. I'm new to DNN. I tried to install DNN from the install.zip download. Then, followed the installation guide.
-. I reset all folder permissions to allow full controll for Network Services and IUR account.
-. I recreated the SQL express database and set login account
-. I created virtual directory from IIS to point at the installed file folder, set as application, turn ASP.Net to 2.0. Based on DNN installation doc, it should be ASP.Net 2.0
After all these, when I point browser to the site, it says: "page cann't be found".
If I turn the ASP.Net back to 1.1 at IIS, then the page shows:
"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: Unrecognized attribute 'requirePermission'.
Source Error:
Then, I tried a different way, using the starterkit to install and opened the Visual Studio Express to create a website using DNN template. I can browse the site at: http://localhost:1035/DotNetNuke%20Website1/ . It seems worked. This proves to me that the DB link is correct and the file structure is corerct. However, when I created a virtual directory e.g. site1 from IIS to point at this file folder, it's not working and shows: "Page cann't be displayed". It's the same folder! Also, if I close the Visual Studio Express, the whole thing stop working.
I have been struggling with this for 2 days and get nowhere. Could anyone kindly help?
Thanks.
slchicago
Line 4: <sectionGroup name="dotnetnuke">
Line 5: <!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support-->
Line 6: <section name="data" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
Line 7: <section name="logging" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
Line 8: <section name="scheduling" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
|
Source File: D:\Websites\site1\site\web.config Line: 6