how can i register oracle provider in debug can any body help me plz. and when ever i press f5, it says an error like unable to start debugging. aslam
aslamshaik2510978
Posts
-
regarding debug -
error in the outputcan any one tell me, i got error like this when i press f5 , it says unable to start debugging,then i run without debugging. error:The 'oraoledb.oracle' provider is not registered on the local machine. aslam
-
regarding web.configi am not getting security tab , when i click properties of web.config file, i want to giv permissions to fullcontrol( i want to put tick mark). thanks aslam
-
registrationpage errori wrote code in web form , when i run it says error like error couldnot find the file"c:\inetpub\wwwroot\Web.config" my code is : try { DataSet ds=new DataSet (); ds.ReadXml(Server .MapPath ("./../Web.config")); DataRow row; row=ds.Tables [6].NewRow (); ds.Tables [6].Constraints .Add ("usr_pk",ds.Tables [6].Columns [0],true); row[0]=TextBox1 .Text ; row[1]=FormsAuthentication .HashPasswordForStoringInConfigFile (TextBox1 .Text ,"md5"); row[2]=0; ds.Tables [6].Rows .Add (row); DataRow row1; row1=ds.Tables [8].Rows [0]; row1.BeginEdit (); row1[0]+=","+TextBox1 .Text ; row1.EndEdit (); ds.WriteXml (Server .MapPath ("./../Web.config")); lblmsg.Text ="user registeed"; } catch(Exception ex) { lblmsg.Text ="error"+ex.Message ; } aslam
-
trading partners(project)hi every one, i am trying to get code for this project, i hav to submit in the college, is there any one can help me to find this or give me the link or if any one can able write, please write it for me. thanks very much this is abstract: Project Title : TRADING PARTENERS COLLABORATION ABSTRACT The Trading Partners Collaboration application is a web-based application for primarily providing Services to Companies who hire Consultants from vendors/suppliers. The main aim of this application is to Reduce Administrative costs by automating the workflow (via Web) taking place between the people on the Company-side and the people on the vendor-side and the hired Consultants. This Application is useful for preparing the timesheets, which are entered by the consultants. Time sheet consists of company and project details and for each task like coding, design, testing, and documentation etc, the number of hours they worked throughout the week.Consultant having the permission to enter the time sheet. Also can check different types of reports based on project or client wise. These entered Time sheets can be approved or rejected by the manager (approver).this approving the time sheets is done by manager at the end of week by selecting option called week ending dates. At the manager’s login there are reports based on different search criteria. To maintain the details of users, projects, consultants, permission to login users and define the new roles can be done at administrative tasks. This application is maintaining three types of logins consultant, manager and administrator. Consultant can act as timesheet entry or expense sheet entry. Manager role is to approve the time sheet or expense sheet. And admin maintain all the details of consultants, managers, projects and roles. This reduces administrative costs for the company side. aslam
-
regarding logging page(error in web.config)can any one able to help me plz, it shows error in web.configfile, when i run project , it says unable to start debugging on web server,access is denied. then i run start without debuging. it shows an error in web.config Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized tag 'Forms' in the config file Source Error: Line 37: --> Line 38: Line 39: Line 40: Line 41: Source File: c:\inetpub\wwwroot\internetdbmailsystem\web.config Line: 39 this is my config file
-
loginpage errorcan any one able to help me plz, it shows error in web.configfile, when i run project , it says unable to start debugging on web server,access is denied. then i run start without debuging. it shows an error in web.config Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized tag 'Forms' in the config file Source Error: Line 37: --> Line 38: Line 39: Line 40: Line 41: Source File: c:\inetpub\wwwroot\internetdbmailsystem\web.config Line: 39 aslam
-
asp.net feed bak formcan any onehelp me, i wrote code in webpage like string usr,pwd,comments; it is saying an error like c:\inetpub\wwwroot\feedbakdemo\WebForm1.aspx.vb(36): 'String' is a class type, and so is not a valid expression. c:\inetpub\wwwroot\feedbakdemo\WebForm1.aspx.vb(36): '.' expected. could u plz let me know what to do. aslam