Web Forms :: Connect Bank Account To Implement Online Payment
May 4, 2010
In some sites specially online shops, users can pay from thier bank account or cridit card.how can we implement online payment. what is the proccess of online payment? is there any API or Dll for this.
We need to integrate creditcard/paypal payment process using paypal gateway in our asp.net web application.The process goes like this:User picks item in our Web site User fills out order info and goes to our payment option page User selects PayPal as payment User gets PayPal payment process in our site (without payment gatway redirection)nally we need to confirm to PayPal that we want to process this order and PayPal confirms to us that the order went through.
what is the best and cheapest way to add Payment online in my website using c# asp.net 2008.s it possible to make the user not to leave my web site, so I make sure transaction approval has been captured and saved in the database for future references.
have situation like I have a two web sites maintaining separately, the user register in website1 and order something. I need to process this payment through second website.(Note: both the website are in different servers and maintained separately.)What is the best approach we can follow here?Can we use web services concept here? (like writing a webservice in website 2 and calling it from website1)
In my site I need to access the payment gateway. i tried many ways. I used Paypal to create a direct payment account but exception is thrown. Is there any other way to implement the payment gateway. I tried many links posted in this forums but had no good result.
I have a product (web application) in asp.net. We have different clients(Say A,B,C...) in the site. There are Users associated with each client who can make donations to the respective client through online. (By credit card, Online transfer etc)Now I want to implement Payment gateway to accept the donations and put it into client's account.
what should be the database schema for online account opening form with joint account holders and every participants (in a joint account) have seperate contact and personal detials.
for my website, i am trying to connect to the online DB from my local PC.when i put the following connectionstring:Data Source=88.8.88.88; Initial Catalog=dbname;user id=dbuser; password=dbpass; Min Pool size=50;Packet Size=32767;Connect Timeout = 200;pooling='true' 88.8.88.88 is the server ip, the databse over the server is sqlexpress 2008. the connection string is working with no issues over the server.i got the following error:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)thanks
I have an ASP.NET web app where I use an ado sql connection to connect to a database on a SQL Server. The ado connection string is provided with a user login that has sufficient rights to read/write to the database. I originally pushed out the web app in its own IIS web site, using its own application pool and everything worked fine.
However, I am now trying to include the web app under an already existing web site. Everything seemed to work fine until I tried any functionality that called for an INSERT or UPDATE to the database. It turns out the user connecting to the DB didn't have sufficient permissions. Finding this strange, I did some research and found a forum post that suggested the IIS Web Site service account needed read/write permissions in the SQL database in order for an app to perform INSERT/UPDATE. Is this true?
I tested it out, and yes, indeed it worked, only with the Application Pool Identity account. The deatails of my scenario are as follows:
The web app's first IIS Web Site had an application pool Identity that ran under NETWORK SERVICE, which already had a login for SQL SERVER The already existing web site's application pool Identity runs under a domain account. This site already runs another web app that connects to the same database using LINQ (developed by someone else). I am relatively new to web development and am more familiar with ADO, so that is the route I chose.The domain account mentioned above formerly had no SQL Server login/user mapping. I set it up as a dbowner, and viola, the new web app worked under the existing web site.
While I found a way for it to work, we would rather not create a SQL login for this Identity account. We want the login provided in the web app's ADO SqlConnection to be the one to actually connect, because isn't that the point of it?
In our database we have an SQL server account that has the correct roles to access some of the databases.All of our PC and Servers are in domain using Windows Account. Now there is ASP.NET web application, we want the users in the domain to browser some data in the sql server. But we do not want to grant direct permission to every person, so is it possible to connect to sql server and run some T-SQL without granting permission to users using one specify account?
Can a user connect to my web site using an Orkut account ? Just like Google Friend Connect or Facebook, but with Orkut.
The idea is, the user goes to my web site, I have a "Connect using Orkut" button there, on click takes him to the Orkut login page, once s/he logins and grants access to my app, get's redirected to my web site with the Orkut ID as a parameter. The same procedure that works for Google Friend Connect and also Facebook Connect....
I haven't seen an example of this with Orkut. Can it be done ? Is there an Orkut Connect or similar ?
A sample in c# would be excellent, but I would be happy with a sample in any language.
visual studio 2010 has Extension Manager to install some extensions from online.
When I try to go to online gallery, it gave me the error:
Cannot search for online exensions because an error occured while trying to contact the server
but my internet connection is fine. Not sure if it is MS server error or some configuration need to be set up in Visual studio 2010 for proxy?
It is fine for trail version of ultimate, but not working with premium.
Also can not get online template when adding new item.
when try to connect for online template, give me error like: Cannot search for online exensions because an error occured while trying to contact the server
and ask me enable access to extensions on the vistual studio gallery ....
It did enabled in Extension Manager Tools/Options page. Internet connection was fine.
I have an ASP.Net app, that runs using windows authentication. The connection to the SQL Server is usually done by creating a sql server account and using that in the connection string.
However, in this specific very restrictive hosting environment, we have been asked to use a specific WINDOWS/active directory account to connect to the SQL Server.
note it is not the windows credentials of the user of the website, we need to connect to the SQL server with - it is one specific windows/AD account.
I have created a web service that authenticates with username and password, works fine. Basically this one, http://msdn.microsoft.com/en-us/library/ff649647.aspx
Now I also want to connect to this web service using client certificates, works fine http://msdn.microsoft.com/en-us/library/cc948997.aspx
But I would like to when authenticated via client certificates, connect that certificate to a user in the membership database. So that I can use Roles.IsUserInRole(...) and such.
I thought that, well if I implement a Custom certificate Validator http://msdn.microsoft.com/en-us/library/ms733806.aspx then I could check for example subject and map that against a created username in the membership database.
But in the class X509CertificateValidator public override void Validate(X509Certificate2 certificate) I don't have the same ability as when the user is authenticated like
app.Context.User = new GenericPrincipal(new GenericIdentity(username, "Membership Provider"),roles); within public override void Validate(X509Certificate2 certificate)
and if that is not possible, can this be solved differently? Bottom line, how do I connect a client certificate to a user account in the membership database. Is there a MSDN article on how to do this?
have developed a payment processing form where user fills the payment details and submit the button "Pay Now" what i want is to block the entire UI with the message "Processing Payment..." and with a slight delay right after payment processing stored procedure executes (in code behind) it should UNBLOCK the UI. Actually i was having multiple postbacks from user due to the slight delay ...I dont want to disable button. how to achieve this.
OLE DB provider "SQLNCLI" for linked server "xx.xxx.xxx.xxx" returned message "The partner transaction manager has disabled its support for remote/network transactions.".
hey folks I got a general question that maybe some of you can just weigh in. I developed an online store for a client and people place orders online for a food ordering place however I am trying to find the best way to have the orders show up for them at the store. Currently I am sending an email and an autoprint software prints it out which works most of the time but not good enough sometimes it doesn't print. Anyone had similar issues or have other alternative solutions you may have heard off? Like I said the site sends an email to the customer and the store's email account.
I am developing a simple online DBMS to browse my database online.... the main concern for me is to clear everything from the PC when the user disconnect so no body can go and click (Back) on the browser and see the pages if the user forgot to close it.. what I have done so far is :
[Code]....
I am sure this is not enough.. am I right? so what else I should include there?