I am using the installwizard.aspx, and selecting: Typical Install.
Our database is SQL 2000, I have set up IIS 6 (pretty much according to this:
http://seablick.com/blog/71/a-newbies...)
I have created the database and a new securtiy login which permit database roles to public and db_owner.
ASP.NET user has read,write,execute permissions on the dnn folder.
When I get to the
Configure Database Connection screen I get this error:
------------------------------------------------------------------------
Connection Error(s):
Index #:0
Source: .Net sqlClient Data Provider
Class 20
Number 53
Message: A network-related or instance-specific error occurred while establishing a connection to SQL Server....
------------------------------------------------------------------------
I have entered my database name and password correctly.
Sometimes I aget this error too:
------------------------------------------------------------------------
Request timed out.
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.Web.HttpException: Request timed out.
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:
[HttpException (0x80004005): Request timed out.]
|
any ideas?
thanks.