Thanks MattB
At least now my error is changed, I am getting following error:- any
clues....I am using Access file which has permissions of ASPNET user
then why its not working....
Server Error in '/dsadmin' Application.
--------------------------------------------------------------------------------
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Disk or
network error. ERROR [IM006] [Microsoft][ODBC Driver Manager]
Driver's SQLSetConnectAttr failed ERROR [HY000] [Microsoft][ODBC
Microsoft Access Driver] Disk or network 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.Data.Odbc.OdbcException: ERROR [HY000]
[Microsoft][ODBC Microsoft Access Driver] Disk or network error.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's
SQLSetConnectAttr failed ERROR [HY000] [Microsoft][ODBC Microsoft
Access Driver] Disk or network error.
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:
[OdbcException: ERROR [HY000] [Microsoft][ODBC Microsoft Access
Driver] Disk or network error.
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's
SQLSetConnectAttr failed
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Disk or
network error.]
System.Data.Odbc.OdbcConnection.Open() +638
dsadmin.WebForm1.GetNestedControls()
dsadmin.WebForm1.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET Version:1.1.4322.2032
abcd wrote:
I have asp.net web page written in C# it works great on Windows XP.
Now I am testing that on Windows 2K. For that I have set a virtual
machine and it has W2K with SP4 and .net runtime ...
The asp.net form is not rendered...none of the controls are
displayed....what could be missing....
thanks
You probably need to run "regiis.exe /i" from your
\Windows\.Netframework\<version> to install the ISAPI filters
required for .Net in IIS.
It seems if IIS is installed after the framework, this needs to be
done. I've been stumped by this before too.
Matt