I'd follow every little detail to Manually install DNN 4.0.2 in my hosting account in GoDaddy.com. and nothing. I still can't make it run.
The first error received was that I have to set to "true" the settings for debugging in the web.config file. Now I'm getting this:
Could not find file 'd:\hosting\blanketme\SiteUrls.config'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not find file 'd:\hosting\blanketme\SiteUrls.config'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[FileNotFoundException: Could not find file 'd:\hosting\blanketme\SiteUrls.config'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2013693
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, BooleanbFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114
DotNetNuke.HttpModules.Config.RewriterConfiguration.GetConfig() +102
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +698
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Please HELP....