I have a big problem! i want to get out from a Provider and i wish instll a local DNN 3.1 version on my PC and after try to install into a new provider..
i tried to install literally step by step using information on official documentation but nothing go!
these are the installation programs dto do this:
IIS 5.0 ( run well and go with other solution like PHPNuke but i don't like that)
Ms SQL Server 2005 ( official from micorsoft all permission OK)
MS Sql native client
The right VD c:\dotNetNuke was createt with all the install files and permission requested
when i try to access to http://localhost/dotnetnike i receive a page with this message:
There isn't obligatory space. Error during resouce elaboration http://localhost/DotNetNuke/ row 1, position..
In italian this is the translation
Manca lo spazio obbligatorio. Errore durante l'elaborazione della risorsa "http://localhost/dotNetNuke/". Riga 1, posizion...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
What is wrong? where i can search for this space?
I never modified none of the aspx pages.. and i have the same error occurring from 3.1 and 4.0 installation of DNN
this is the modification of appsettinc section made on web.config
<
appSettings>
<
add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=davide;pwd=davide;" />
<
add key="MachineValidationKey" value="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902" />
<
add key="MachineDecryptionKey" value="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902F8D923AC" />
<
add key="MachineValidationMode" value="SHA1" />
<
add key="InstallTemplate" value="DotNetNuke.install.resources" />
<
add key="AutoUpgrade" value="true" />
<
add key="UseDnnConfig" value="true" />
<
add key="InstallMemberRole" value="true"/><!--optionally install the MemberRole scripts -->
<
add key="ShowMissingKeys" value="false" /><!-- Show missing translation keys (for development use) -->
<
add key="EnableWebFarmSupport" value="false" /><!--Set to true to enable web farm suppot. See Web Farm Support documentation for additional configuration steps.-->
<
add key="EnableCachePersistence" value="false" /><!--Some cached items can persist an app recycle by serializing the object to disk. Set to "true" to enable this performance enhancement.-->
</
appSettings>
The MS SQL Server run perfectly with other programs.. the permission are all of the requested permission on Documentation.. i reread more times but i don't find a solution. Please help me to understand!!!
PS Sorry for my bad english but i'm italian !!