I am new to DotNetNuke. I am trying to perform my first install. I have edited my my Web.config file as instruced.
i m using ms SQL Server 2000+ Visual Studio 2003
but it gives this error
Could not find file 'C:\DotNetNuke.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 'C:\DotNetNuke.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 'C:\DotNetNuke.config'.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2013645 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, Boolean bFromProxy) +998 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +114 DotNetNuke.HttpModules.Compression.RequestFilter.RequestFilterSettings.GetSettings() +264 DotNetNuke.HttpModules.Compression.RequestFilter.HttpModule.FilterRequest(Object sender, EventArgs e) +259 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
any body pls help