Hi all -
My dnn version is 04.09.00
Server: Win 2008, iis7
I've been running web services under DotNetNuke for a long while when using Widows 2003 and iis6. I am migrating to a windows 2008 server/iis7, and now I'm getting problems with the embedded web services. When I browse to http://localhost/MyVirtualDirectory/service.asmx,
It then wants to go to the url: http://localhost/MyVirtualDirectory/Install/UnderConstruction.htm and gives an HTTP Error 404.0 - Not Found
Then if I force it back to service.asmx, I get this error:
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:\Domains\My_WS\MyVirtualDirectory\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 'D:\Domains\My_WS\MyVirtualDirectory\DotNetNuke.config'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +305
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) +1162
System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +66
DotNetNuke.HttpModules.RequestFilter.RequestFilterSettings.GetSettings() +210
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +242
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
|
Server Error in '/MyVirtualDirectory' Application.
Could not find file 'D:\Domains\My_WS\MyVirtualDirectory\DotNetNuke.config'.
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Error Details
File |
|
Error |
Cannot insert the value NULL into column 'LogServerName', table 'my_dnn.dbo.EventLog'; column does not allow nulls. INSERT fails. The statement has been terminated. |
Is there anything I need to do special to go to win2008/iis7?
If requested I can post my web.config from main site, as well as the one for the web service.
Thanks guys!
James Auld
www.itabletop.com