Messaging Service For A Website - How To Add It
Feb 3, 2010
i am trying to add some functionality that will send alerts to people on a website.. for example... some action happens.. and triggers an alert on another users screen.. does anybody know of a messaging service that will listen for updates.. etc.. and popup some messages.. something generic that you could customize the messages would be nice..
View 2 Replies
Similar Messages:
Apr 17, 2010
I have a website with auctions and i want to notify the winner. In a forum on my website users have an inbox and i want to send the message to there if they are the winner. Is there a way to message internally?
View 1 Replies
Jan 8, 2010
i've just begun building a messaging system bit like the inbox feature in facebook and myspace. Its for my final year project. I was just wondering when a message is typed and the button "reply" is pressed, should the data go to the database? and then how can i display it like a thread on that page?
View 5 Replies
Sep 25, 2010
I was planning on handling the Session_OnEnd Event to check for new messages from other users in the database and display them, but the timeout value only works in minutes, not seconds. If there anything else that I can do to process an event every two seconds for a certain web page?
View 5 Replies
Sep 24, 2010
I have to create a Mailbox, just like Gmail..... I am brand new to asp.net MVC
I dont know how to start..how to design the view and write controllers for the Inbox and all..
the specification are as follows:-
Left navigation bar:
Inbox
Compose
Sent
Draft
*** Label1**
MyLabel1
Sub-label1
Sub-Label
My Label2....
Main Content contain the List of messages as selected Inbox, sent, draft and all
View 1 Replies
Nov 1, 2010
I'm currently trying to interface our new intranet (ASP-MVC) with the web front end of our pager system. The pager system's front end is about 10 years old, poor interface and no documentation. To do this I have the form on the intranet post to the server, our server then sends an HTTP POST to the pager server that mimics what its own form sends.
While testing this for overloading (we sent about 10 messages almost concurrently) the pager server crashed, as the system is a black box and the only difference we noticed was the concurrent POSTs the least we can do is try to prevent this happening.I want to have all messages go into a queue that sends at most once every 5-10 seconds but I'm not sure how to implement this,
I didn't specify this earlier but the process should be synchronous from the point of view of the browser, ie webserver gets the http POST request from the browser, message is put into the queue, message is sent from the queue, webserver sends http response to the browser. This is not a high volume service and I expect simultaneous requests to be rare so response will be near instantaneous, it is more of a throttle to prevent potential issues with concurrent requests.
View 2 Replies
Mar 19, 2010
for years now I have had a problem with trying to design the best database design for an internal email messaging system for a website.
I would have thought that this would be a fairly easy thing to think of at this point in my development history but it still eludes me to no end.
What irratates me even more is that I would think i could find something online giving more detail about it but i have yet to find the right search term to use
View 6 Replies
Jan 13, 2010
Im creating a messaging system abit like the inbox feature of facebook and even this website (its gonna be created as a asp.net website). Now the messages ive been told should go to a database and then from there be displayed on a page. Im gonna be creating this system because its a project for university. Its not going to be published online or anything, just a simple demo in front of suoervisor n examiner. Im gonna simply create a database within the application to hold all the data.Now i need to have user login feature capability so the right messages are displayed to the right users. I wants the messages to be as a "thread". Any idea how this can be done in asp.net? im using visual studio 2008 .net framework 3.5.
View 1 Replies
Jan 22, 2010
Im creating a messaging system which is a bit like the inbox feature of this forum. So far I have built the page with a datalist (as this is the advice i was given). I just want to know how I should create the tables within the database so that the thread of messages is seen by the right people when they login and view messages. Which is basically the 2 people messaging each other. The system is gonna have user sign in functionality as well.
View 1 Replies
Mar 4, 2010
I have a web site and a web service and I would like to host them somewhere.
I need to use it mostly for testing and so that a some friends who are developing some applications to use the service have access to it. Also the service is using a MS SQL 2008 database.good free or cheap web hosting service for this.
View 7 Replies
Jan 18, 2011
I don't have any experience in web hosting. Recently I've completed developing my Asp.net website using Visual Studio 2010. The website retrieves financial data from Yahoo! Finance, does analytical calculations in code-behind, stores processed data into several databases, and allows users to analyze the stock market using those data. Currently I need to run some programs in Visual Studio so that new data get downloaded every day.
My problem is that I know nothing about how to do web hosting so I can actually get my website on the Internet. I heard that there are third-party web site hosting services, but do they allow you to upload entire Asp.net web pages with all the databases attached? What if I need to go in there, run some programs, and update some data in the databases, do these web hosting services allow me to do that?
If the answers to the above are yes, what are some good web hosting services that allow you to upload (I don't even know if "upload" is the correct term to use) Asp.Net web pages? By the way, my website is coded in Visual Basic, if it makes any difference.
View 5 Replies
Feb 21, 2011
I am currently working on a project in which I am assigned to provide e-mail features to the users of our site. unlimited users can create there mail accounts dynamically with our servername say if the website address is www.xyz.com then the users of this site can create their mail boxes like user@xyz.com. My clients want to provide e-mail service like yahoo, gmail, aol, hotmail, rediffmail, zapakmail, etc...
View 4 Replies
Feb 1, 2011
I have a web service that is set as secure via the web config:
<authentication mode="Windows" />
<authorization>
<allow roles="METWeb-Admin"/>
<deny users="*"/>
<allow users="METJoeUser;METJoeSmith"/>
</authorization>
And also in IIS 7 (Windows Server 2008) it has the following set for Authentication:
Anonymous Authentication:Disabled
ASP.NET Impersonation: Disabled
Basic Authentication Disabled
Forms Authentication: Disabled
Windows Authentication: Enabled
The anonymous site I am calling it from in IIS7 is:
Anonymous Authentication:Enabled
ASP.NET Impersonation: Disabled
Basic Authentication Disabled
Forms Authentication: Enabled
Windows Authentication: Disabled
In the Anonymous web site, I call the secure web service via:
moms.momService myMom = new moms.momService();
NetworkCredential netCred = new NetworkCredential(@"username", "password");
strStatus = myMom.createBackupDirectoryAndPrivs(sData);
Everytime I run this, it returns as Unauthorized. I have made sure this user is in the Web-Admin AD Group. I also tried adding the user as an Allow User but still unauthorized. I am pretty sure the problem lies somewhere in IIS but not sure what else to check.
BTW: For what it's worth, if I run the Anonymous site via VS2010 development on my dev box, and call the secure site using above code, it works fine. This is why I am thinking IIS on the PROD server.
View 1 Replies
Jan 5, 2011
I am developing an ASP.NET Web Service and a PHP Web site consuming the Web Service. They are meant to be run on different machines. However, only for development purposes, I need to run both on my machine. I cannot use virtual machines.
I would like to know if it is possible to configure IIS Apache to host both my Web Service and my Web site? Or, do I need to host the PHP site using Apache?
I am using
IIS 7.5 Apache HTTP Server 2.2 (NOTE: I have nothing against Apache. In fact, so far I like it more than IIS, however, I would rather not have two Web server applications installed in the same machine.)m PHP 5.3.4
.NET Framework 2.0 3.0 or 3.5 (whichever comes with Visual Studio 2008)mod_aspdotnet for Apache 2.2
View 4 Replies
Jan 29, 2010
I have a WCF service that runs in my web application that provides data to a Silverlight application and is defined as follows (with an appropriate .svc file)....
[ServiceContract(Namespace = "")]
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class DispatchService [code]...
The idea is that the user logs into the website and is then authorised for all services. I do not want to have a login aspect to my Silverlight application to authenticate users.Therefore I dont want anyone to be able to call my service who is not authenticated.
Could I...Somehow determine this for each Operation Contract. I had a look inside the OperationContext object but couldnt find anthing that stood out as a way to determine who the user was.Somehow attribute the ServiceContract so that the method can only be used by authorised users?Put something in my web.config to stop unathorised users from being able to access the folder containing the services?
View 1 Replies
Feb 25, 2011
How to programmatically download a CSV using Windows Service into my website?
View 1 Replies
Oct 14, 2010
i am developing real estate website.
i want to integrate MLS (Multiple Listing Service ) to my website.
how can i integrate this in my site..
View 1 Replies
Jan 28, 2011
I have a website in IIS 6.0 using an application pool with a custom service account. when I browse the website, I get an error "service unavailable" and the error in event log says "The identity of application pool 'SampleAppPool' is invalid, so the World Wide Web Publishing Service can not create a worker process to serve the application pool. Therefore, the application pool has been disabled". I think the utility "Aspnet_regiis" can be used to grant access to an account to IIS metabase according to the article [URL but is that the right way to fix this issue? because this utility is used for multiple things and may do more than just granting the permissions to the account, or should I just add the account manually to "IIS_WPG" group?
View 2 Replies
Jul 16, 2010
Can a windows service and a IIS site share the same dlls?
And maybe the configuration (web.config)?
View 3 Replies
Aug 20, 2010
I Have this architecture:
WebSite ASP.NET <------> WCF Service <--------> DataBase DAtabase gathering very big files. User request a big file in aspx page, through WCF Service. Service call database, and get the big file.
Now, my entity (datacontract) has those fields:
string Data1
string Data2
string Data3
byte[] FileBigger
How to send big file throught WCF Service to Website ? which best practices for do it ?
View 2 Replies
Jan 2, 2011
How to use MSN and other websute webservice? Like weather,curreny,stock,sms etc ? Some thing like the below website exchange rate [URL]
View 9 Replies
Feb 12, 2010
If I buy a CA certificate for the one site on the webserver, can I use the same certificate on a self-hosted wcf service.
The wcf service will use wsHttpBinding with username/password authentication.
View 2 Replies
Mar 31, 2011
I have a website(X) hosted on a Windows server .
This Website is running under a AppPool= "CustomAppPool" ( Im using a specific AD Username and Password as the credentials for the apppool)
Website Is running under Credentials "DomainNameUsrName"
This Website should access a WCF service which is running under "MAchineNameASPNET" process
When i try to get the details of the calling method (UsrName) from the client calling the WCF ..... Im unable to to do so
I am always gettting the MachineNameASPNET as the credentials
How can i get the "DomainNameUsrName" from the callign website
View 1 Replies
Aug 6, 2010
I will like to add Rhino Service Bus to my ASP.NET web application but using Ninject as the DI Container. So far all examples I keep seeing use Castle Windsor which I don't want to use since we already use Ninject.Are there any tutorials out there which show how to add Rhino Service Bus to an ASP.NET web application without a direct dependency on Castle Windsor (e.g. using Ninject)?
View 1 Replies
Jan 27, 2010
I would like to use the indexing service for search engine of the website. My problem is it can't search any Non-english words, it always return the message "The query contained only ignored words". Unbelievablely, differ result found in differ environments, in my local develop environment (Win XP (Chinese version)) is can search for any words, even non-english keywords. Another environment is server 2003 (English version), which is not work!
So I think it should be environment setting issue rather than .net setting or web.config or any other about the page encode, but i have no idea for how to setup the environment to fix this issue.By the way, my web.config have this setting, which is my googling result =.=
[Code]....
View 4 Replies