i got this error msg when i use the IIS to publish it but i got this error msg below.
another problem is how can i bypass the password entering when the data needed to abstract from the SQL Server?
anyone can help???
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the
Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'http://localhost/WebSite1/default.aspx'. Line 1, ...
Under Control panel, Administrative tools, IIS, website properites, then ASP.NET tab, select the ASP.NEt version that you are trying to run in the dropdown list.
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
however i still have another problem on hardcoding "database server's name and it's password" in the asp.net do you have ani idea on how to remove the loading from prompting the user to enter the username and password before accessing the crystal report?
The Oracle(tm) client and working components were not found. These components are supplied by Oracle Corporation and are part of Oracle Version 7.3 (or greater) client software installation.
You will be unable to use this driver until these components have been installed.
Server Error in '/Lot' Application.
ERROR [IM004] [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
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.
newbiejeff
Member
7 Points
36 Posts
need help in publishing
Sep 24, 2007 03:16 AM|LINK
Hi everyone,
i got this error msg when i use the IIS to publish it but i got this error msg below.
another problem is how can i bypass the password entering when the data needed to abstract from the SQL Server?
anyone can help???
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'http://localhost/WebSite1/default.aspx'. Line 1, ...
Regards,
Jeff
hkhaled
Contributor
3024 Points
461 Posts
Re: need help in publishing
Sep 24, 2007 06:02 AM|LINK
do the following:
Register your IIS using the aspnet_regiis tool which is located under C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
you can use this command in your command prompt like the following:
C:\Program Files\Microsoft.NET\SDK\v2.0>aspnet_regiis -i
then do the following:
Under Control panel, Administrative tools, IIS, website properites, then ASP.NET tab, select the ASP.NEt version that you are trying to run in the dropdown list.
let me know if you have any problem
thanks
hkhaled
Contributor
3024 Points
461 Posts
Re: need help in publishing
Sep 24, 2007 06:08 AM|LINK
hey I have found the following link which explains this in detail:
http://www.madprops.org/cs/blogs/crucible/archive/2006/05/24/4959.aspx
thanks
newbiejeff
Member
7 Points
36 Posts
Re: need help in publishing
Sep 24, 2007 06:19 AM|LINK
Server Application Unavailable
Hi
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
what caused this error to occur.
This is the message that i received now.
Thanks
Regards,
Jeff
hkhaled
Contributor
3024 Points
461 Posts
Re: need help in publishing
Sep 24, 2007 12:15 PM|LINK
this is an application pool problem follow the links bellow they dicuss the same thing:
http://forums.asp.net/t/1070357.aspx
http://www.ironspeed.com/Designer/4.1.0/WebHelp/Part_VI/Server_Application_Unavailable.htm
thanks
newbiejeff
Member
7 Points
36 Posts
Re: need help in publishing
Sep 25, 2007 03:57 AM|LINK
Hi~!
Thank you very much! The links are very useful =)
however i still have another problem on hardcoding "database server's name and it's password" in the asp.net do you have ani idea on how to remove the loading from prompting the user to enter the username and password before accessing the crystal report?
Thanks
Jeff
Regards,
Jeff
hkhaled
Contributor
3024 Points
461 Posts
Re: need help in publishing
Sep 25, 2007 08:54 AM|LINK
Hey, you should specify the userid and password in your connection string you can use one of the following:
connectionString="server=localhost;uid=sa;pwd=yourpasswordhere;database= yourdatabasenamehere";
newbiejeff
Member
7 Points
36 Posts
Re: need help in publishing
Sep 26, 2007 02:26 AM|LINK
]Hi,
thannks for the coding [:) i got this error at the moment...do you have any idea how should i solve it??
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Microsoft ODBC for Oracle
The Oracle(tm) client and working components were not found. These components are supplied by Oracle Corporation and are part of Oracle Version 7.3 (or greater) client software installation.
You will be unable to use this driver until these components have been installed.
Server Error in '/Lot' Application.
ERROR [IM004] [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
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 [IM004] [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks,
Regards,
Jeff
Regards,
Jeff
hkhaled
Contributor
3024 Points
461 Posts
Re: need help in publishing
Sep 26, 2007 03:15 AM|LINK
Hey I tought you are using SQL Server. for connecting ORACLE with ASP.NET there is a really nice step by step article give it a try:
http://www.codeguru.com/csharp/.net/net_asp/tutorials/article.php/c8477/
thanks
newbiejeff
Member
7 Points
36 Posts
Re: need help in publishing
Sep 26, 2007 06:16 AM|LINK
hi,
i don't seems to b able to solve the problem tt u provided. how about the error below?
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
Regards,
Jeff
Regards,
Jeff