Web Forms :: Create Secure And Fast Emailing Services?

Oct 6, 2010

want to create Secure and Fast email service with chat tool like gtalk. i have email server. Please let me know how to create this. if any of you are interested to help me to create such application please ask me. I will accept his perposal with open heart. But before tell me how i can start or what i should do to make ground for that project.

View 2 Replies


Similar Messages:

Web Services - Fast Segmented Downoad Of File Through Webservice?

Mar 15, 2010

Im doing this project where i need to download files through a webservice (images, videos). The download MUST go through an existing webservice. The existing webservice was made when there were no need to upload and download files but the project has changed and now we need to do It through a webservice.Right now I have implemented the download as a method that returns a byte[], I open a streamreader and resds the entire file into a byte[] and returns it to my method. This is working file on small files <~1Mb, above it takes too long time. I want to show some progress (e.g. when the user downlaods a 20Mb video) which i cannot do right now. And i want to make it download much faster (is a strategy to use multithreading and several threads that downloads a part of the file?). It is within a WPF application i need to do this.

View 1 Replies

How To Make Web Services Secure In C# Both The Asmx And On WCF

Jan 25, 2010

How to make web services secure in asp.net both the asmx and on WCF. Currently we have web services and now are in process of converting them to WCF in some modules in our application. Now as upgradation is in process we like to incorporate security on the web services as we intend to open some of them to all our clients via web (they contain both asmx and WCF as well).

View 1 Replies

Performance - How To Create Stable And Fast Custom Control

Jan 28, 2010

I need to create an Asp.net Calendar Control with Daily-weekly-Monthly & Yearly view This Control should Have Some Events , Properties and some Methods as its clear.

This Control should be capable to add tasks ( jobs) and some photos in each day Also Should have Remainder and should be Full Ajaxable.

So As I'm not familiar with Custom Control, What Do you recommand to read and whats your advise to have a fast and Stable Control.

Do You know Any Open Source ASP.net Control like this ?

View 2 Replies

MVC :: How To Create A Secure Form URL

Jan 13, 2010

I want to post my login form to a secure url.

I figured the best way to do this would be bust open the HTML helpers for BeginForm with reflector and create my own extension method called BeginSecureForm. The problem I ran into was that it uses internal method UrlHelper.GenerateUrl and and the private method HtmlHelper.FormHelper.

Apart from hard coding URLs into a form what is the best way to generate forms that post to a secure url and then have that action redirect to a non secure action after login?

View 8 Replies

WCF / ASMX :: How To Create Secure Web Service

Jul 20, 2010

I am developing web service for my windows mobile application..! But the new requirement is the web service must be an secure..! for example : My web service name is [URL] Instead of that , client wants to [URL] How I create https web service..! I am using visual studio 2008. windows 7

View 1 Replies

How To Create A Secure Login Page Using VS 2010/VB.Net

Feb 9, 2011

I would like to create a secure login page for a pre-defined set of users (so no creating username/passwords by the users themselves). I've looked up a few sites and they all seem to using Microsoft's Membership or something. I am not very sure as to why that's used, but all you need to know is that I will be creating the login details. I just need to make the login secure, ie, no duplicate logins, no logins from different browsers and cookies and sessions and encryption and all that.

View 2 Replies

Create A Secure Login Page Using VS 2010 / VB.Net?

Apr 4, 2011

I would like to create a secure login page for a pre-defined set of users (so no creating username/passwords by the users themselves). I've looked up a few sites and they all seem to suggest using Microsoft's Membership or something. I am not very sure as to why that's used, but all you need to know is that I will be creating the login details. I just need to make the login secure, ie, no duplicate logins, no logins from different browsers and cookies and sessions and encryption and all that. Any one have the code/links to where I can get all this?

View 1 Replies

Web Forms :: Emailing From Web Application Using Different Accounts?

Jul 24, 2010

i currently have a web applicattion with emailing module

i have used gmail account for sending mails and set its port accordingly

but wht if i need to set it from yahoo or hotamil or any otehr account as per the need of client

how do i set the port or do i need to hard code it as per the account selected

how can set the mail acoount for diff...

View 3 Replies

Web Forms :: Converting Form Data To A Pdf And Emailing It To Someone

Feb 16, 2010

Is it possible to retrieve form data from a page, convert it to a formatted pdf layout and email it to someone?

View 1 Replies

Web Forms :: Converting Aspx Page Into Pdf And Then Emailing The Converted Pdf?

Feb 23, 2011

I am looking for any lib , or any solution. What I want to do is to email the generated results with some images on the website which for instance is something like results.aspx,I have got an email button for the clients so that they can email themselves the result page in a pdf format.

View 2 Replies

Web Forms :: Queries Reg Internet,intranet ,emailing & Its Processing

Aug 20, 2010

i am into web development using asp.net but reg some concepts i need to be clear i am not much awate abt the netwroking & the routers , SMTP server etc i am aware abt public domain /IP which is accesiable all over like yahoo.com so when we attach a file, or place images or upload images or give hyperlink the files get stored on this publicly accesiabel space & hence visible frm anywhere

same is the case for intranet web applications/sites. its accessibale in the LAN setup as here too we have a server where we can store images files etc

so if i need to send emails with hyperlinks, attachemnents images etc & which shld be accessiable frm anywhere i need to have a public doamin & space & al this gets stored in that public space (server)

i think my this concept abt the intranet & internet is clear . if anythinh left out wuld like to knw
but i have come across a prblm in which i need to do communication between the intranet & internet

i have a server in the intranet . when i attach or link any files/images frm my emailing module frm my intranet server it shld be viewable even out side the LAN setup. for doing the same wht SMTP setting needs to be done, or shld i set up a mailing server. i dont have a public domain . without a public domain/space how can i achieve it whts port_forwarding & can my soulution be achieved using it

reg the same wht can be the best possible way that can be achieved

View 1 Replies

Secure Login With Additional Context Information Passed Through (which Also Needs To Be Secure)

Jul 13, 2010

My web application will be launched through existing thick client applications. When launched, an HTTP POST request will be generated including information like the userID and additional context information (basically stuff like the target user's name, birthday, etc.).

My plan for authentication is for there to be a look-up table in the database. If the username is already there, automatically login the user, but if there is no entry in the database, redirect the user to an initial login page which will be used to create that database entry.

My question is how to secure this against MITM and other security holes. How can the request generated through the thick client be on an SSL connection? Doesn't an SSL connection have to be authenticated with the username (and password) first? And if so, will the additional context information be publicly exposed until the user is logged in?

View 1 Replies

HTTPS Doesn't Work - Secure And Non Secure Data On Web Page?

Oct 25, 2010

I have a browser compatibilty problem with https? I have SSL installed and is in usage. Until today morning, my https part is working well. From then, Https is shown as https(with slashed in red color) saying the page has some insecure content. I have not changed any code and suddenly i see this problem in chrome. In IE 8, i see the same problem but on every page, it shows me a popup if i should allow to opne secure and non secure or just secure. Firefox has no issues . It shows correct https without any problem. I am fed up with it searching all over. Why is this happenening for me in Chrome and IE 8.

View 3 Replies

Security :: Secure Login From A Non Secure HTTP Page?

Oct 24, 2010

I have a custom mini login user control that I have embedded in the top of my website which shows on every page. These pages are non-secure HTTP://. I would like to avoid having to redirect the user to a HTTPS page to perform the login but I definitely don't want to send login credentials to the server in plain text.

I am trying find a method to send the user's login credentials encrypted via https from a non-secure (http) page.

I tried to set the postbackurl for the login button to itself but in https, but the user's input is not retained and the buttonLogin_click is not fired when I set the button postbackurl property. My ASP.net web application is VB.Net framework 4.0

I am assuming this can be done because I see lots of websites where login fields are on available on every page and they are running http and I can believe they are not encrypting the login credentials.

View 3 Replies

Web Forms :: How To Find All The Web Services And Windows Services Running On A Server

Feb 4, 2011

How to Find All the Web Services and Windows Services Running on a Server in ASP.Net. I have the server details with me and want to find all the Web services running on it.

View 1 Replies

How To Create Portal On Cassandra Services

Mar 29, 2010

I am interested to create portal on cassandra services, since I faced some performance and scale issues starting from 1 million of records.

Definitely, it could be solved, but I am interested on other options.

My main issues is cost of updating all necessary indexes, to make reading fast.

First, is cassandra is good way for asp.net programmers? I mean, maybe there is some other projects, which worth to take a look

And second, can you provide any documentation samples on how to start with cassandra programming from C#

View 6 Replies

How To Create Subscription Programmatically In Reporting Services

Mar 2, 2010

I need to create a subscription for my SSRS reports in an asp.net page.I can show the reports in a reportviewer using Reporting.WebForms. SSRS is on the another computer in my network. For reportviewer, I use "admin" and "pass" for credentials which is the SSRS machine's admin username and password and it's ok. And admin has all the roles for SSRS reports. But when I try to createSubscription via ReportingService2006 web service I can't make it. I'm not a professional nor amateur. searched the web a lot. tried this and the odetocode version of this: 1. technet - something similar 1

View 1 Replies

WCF / ASMX :: Create Web Services For Email Notification?

Nov 16, 2010

create web services for Email notification

View 1 Replies

Emailing Every Address In Table?

Mar 9, 2011

How would i go about emailing every address in a db table the same message?

SmtpMail.SmtpServer = "mail.CHANGE.com";
string strTo = ?????????;
string strFrom = "noreply@CHANGE.com";
string strSubject = "subjectbox.Text";
string strContent= "content.Text";
SmtpMail.Send(strFrom, strTo, strSubject, strContent);

View 5 Replies

C# - Cookie In Default Not Secure But Secure In SSL?

Aug 10, 2010

I have a GUI when i log in i create a cookie and it encrypt it. I am usin SSL.

I check in the Login.aspx page if the cookie is secure, which it is. but then before going to the default page it goes to the Global.ascx page.

Here in the Application_AuthenticateRequest it gets the cookie and decrypts it for the default page..

Now i know that it is getting the same cookie as all the other attributes match the one that was created in the Login.aspx page excet that the secure value is "False".

this is the case for all other pages after default. the value of the cookie.secure is false.

why is this happening as i want all the pages to be secure by SSL.

Also the pages are opening as https not http.

here is my web.config

[code]....

View 1 Replies

MVC Switching Between Secure To Non - Secure Content

Jan 18, 2010

After logging to the mvc site using a secure connection (https), calling actions using https connection show up with the user logged in but calling actions using http it bahaves as if user didn't log on. Since I need to use a virtual directory for https connections(and can't use that directory for http connection) Https links start with: [URL]

View 1 Replies

Page Contains Both Secure And Non Secure Items

Sep 17, 2010

I'm working on a legacy web application - frames and a mixture of html, asp and aspx. The entire site is https. For some strange reason when I hit a specific page I get the magic message that says the Page contains both secure and nonsecure items. (IE obviously doesn't want to tell me what those resources are) I have checked the page that's being loaded and there are absolutely no http://... links - everything is relative links.

I have fired up fiddler and checked what's being requested - everything looks fine. I am completely at wit's end here. I have absolutely no idea why I'm getting this message, but it's completely screwing with the site.

View 3 Replies

WCF / ASMX :: Create Web Service From WSDL File (top Down Approch For Web Services Development)

Jul 7, 2010

I have a WSDL, and I need to write this web service. (I am not the client, I am the provider of this service) Is there any tool and/or best approch to create this Web Service?

View 1 Replies

SQL Reporting :: Services / Create A Report To Show The Number Of Downloads Per Category

Mar 26, 2010

Create a report to show the number of downloads per category. Order it by the number of downloads. Group it by category. The group header should contain total no. of downloads, which should be expandable to show actual no. of downloads sub category wise. The sub categories should also show the total no. of downloads for that subcategory. Each subcategory should be expandable and show the download numbers per product..

i have imlemented matrix for it so no need to insert group additionaly.i am facing problem in 'Order it by the number of downloads' when ever i use aggregate funtion for sorting it gives error like sort expression out of matrix

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved