C# - Notification System In A Web Application?
Sep 27, 2010
I have a web application which our customer use it all day. Some times, i need to stop or restart application. When I do it, some customers' work is interrupted and I want to make a notification system that, appear on application and inform customers about shutting down of system.How can I make a system like that?
View 4 Replies
Similar Messages:
Nov 22, 2010
I'm looking for a simple way of developing "System Notification" in an ASP.NET website, which will consist of two parts: Part 1 - The administrator with go to a special page and enter 3 elements for the notification:
Notification Text (e.g. "System will be down for maintenance next Sunday 11/26/2010 from 1:00 AM to 1:30 AM Pacific Time) Starting date/time when the notification should be displayed (e.g. 11/23/2010 6:00 AM) Ending date/time when the notification should be displayed (e.g. 11/26/2010 1:30 AM) Part 2 - Once the user logs into the website within the above timeframe, the system notification message will appear on the home page. What would be a good architectural location for this?
- A table?
- An html page?
- Part of web.config file?
- A new notification.config file?
- Where else?
View 2 Replies
Apr 13, 2010
I am creating a chatting application, where I want to show typing notifications in private chat.i.e If two users are chatting, when the user is typing message I want to show in chat window of other user that "userName is typing" in the status bar
View 3 Replies
Jan 22, 2010
Can anyone tell me the differnce between
System.web.httpcontext.current.application["tag"]
or
System.Configuration.Appsettings["tag"]
View 2 Replies
Jan 29, 2011
i developed one asp.net application.i published the application in iis server.then by using that url i am testing the application in my system the design is coming fine.But in other systems the design is vary.both the systems are having IE8 Browser and both are same versions.
why the designing is vary can u pls let me know.
and also button styles all are different changing in system to system.
View 1 Replies
Jun 17, 2010
I am going to design system that will keep track of publications due by researchers in my work place
Need for this project :
1- a database housing the information .
2- Automatic reports must be generated .
the users will upload PDF and we have around 25 researchers.
I can't decide which one is better for my system .
My questions are :
1- Local web application or windows application ?
2- Access or SQL as database ?
3- I have visual studio 2010 for student use, Could I use it or I need to buy one ?
View 1 Replies
Jul 12, 2010
I just added System.Web reference to a dll assembly, the assembly is for windows applications and for web applications. IF the assembly will be deployed on a server, System.Web will be shared using GAC, and there is no overhead. But what about windows clients. I am wondering if there are extra resources or any kind of problems when System.Web is loaded into memory?
View 1 Replies
Jun 19, 2010
One of my client wants to track his cars/cabs from his own house... So i thought of getting help from our fellow users of SO... Is it possible to integrate GPS system in an asp.net web application? If so,How to get started... Any webservice that does it for me? Should i use google maps api?
View 2 Replies
Feb 1, 2010
I hosted my application in production. Within 5 to 6 hours the application pool spikes and uses more memory?
What application objects or system objects are stored in the application pool?
View 3 Replies
Feb 4, 2011
I have two systems (System A & System B) both are windows xp.
System A is 32 bit operating system with more Memory so I Installed Visual studio here.
System B is 16 bit with low memory and some peripheral(Finger Print Reader, Thermal Printer) attached.
Now I need to develop a application for System B. Peripherals are attached with system B Only so i need to debug the application which is running in system B. But I cannot install visual studio in system B. Now how can I do that?
View 3 Replies
Apr 20, 2010
What i want to do is code in Global.asax file to check if current date is greater than EndDate(appsetting) it will block access to rest of the pages as what happens when using [Code]....
Moreover it will be a licencing system which will block the application after its EndDate that will be mentioned in web.config.
[Code]....
[Code]....
View 10 Replies
Dec 24, 2010
I have to design asp.net application which has to work on kiosk system. I don't know anything about the kiosk system .so, whether the asp.net application will work on the kiosk system are not I don't know. So any ideas and any sample examples will be very useful for me to start thanking on those lines.
View 1 Replies
Mar 10, 2011
I need to use [System.Diagnostics.Process ] class in my web project to execute a *.exe file. I can also use the [CreateNoWindow ] property to make it invisible while it does it job behind the scenes. However, webhosting companies do not allow .exe files to be executed on the web. I read some where that if I place the same code (which invokes the .exe file) in a separate class library project and use the respective [dll] in my web application, it will work.
View 4 Replies
Apr 27, 2016
Is there any way to make application works on same system where it is deployed and will not works if any one copies application and database and deployed to other system, how to prevent that.
View 1 Replies
Jun 17, 2010
I need to use images in my ASP.NET MVC application that are not included in the application, but are saved in the file system of the server under the c/documents folder.
How can I get these images?
I have a AppHelper class that looks like this and will use to get the path
[Code]....
then in my view i will use this the get that image
[Code]....
View 11 Replies
Sep 22, 2010
i want to design a authentication system for a service oriented application.i have a wcf service based asp.net application.
View 1 Replies
Oct 4, 2010
I am looking for a way of coding a system tray alert, you know something like the box which comes out from MSN messenger when there is a new mail or a new version is available with that funny sound.
View 1 Replies
Aug 27, 2010
Can we import System.Data.SqlServerCe namesapce to web application?
I tried to add The SqlServerCe namespace from AddReference dialog but it didnt show.
And I have tried to install compact framework 3.5 but it still the same not show.
My requirements are
Login to the website and then create a database[.sdf] on the mobile device. Then connect to the .sdf file to retrieve info and display on my webpage.
The window mobile device is running on Window CE 5.0 OS. And I'm using MS Visual Studio 2005.
View 3 Replies
Feb 18, 2011
After deploying our web application, one of the user was not able to login to the application. After checking, we could realize that his system date was worng, It was a greater than current date. If the system data was less than the current date we can still login. We are using asp.net membership
View 2 Replies
Mar 25, 2011
I am working on a ASP.Net Web Application which need some requirement as given below. Let's say two user's A and B. When a User A Assign a task to B , Then B need to get some sort of alert message without doing any action by B in his web browser, which need to tell User B that user A had assigned him some task and he need to response back to User A at the same time by and acknowledgement saying he accepted the task or rejected. Here I can not use the Mail server feature. Here user B need to get the pop up/alert message at the same time when user A posted the Task.
View 3 Replies
Mar 15, 2011
How can I implement the same either
using Ajax control toolkit or using Jquery? What I am looking at is when ever someone places an order and admin of my team is logged-in to the application,
he must get real time updates about the order (the moment order is placed, a pop up must come on his sceen). I want the best user exprience.
View 2 Replies
Jan 12, 2012
I am creating an online registration but my problem is when they finish registration, it will automatically send the notification to their email and when they click the link it will activate their account.. I don't know how to do this is in asp.net ....
View 2 Replies
Feb 11, 2011
[code].....
There are plenty other similar static methods defined within the class.
When does it fail: ONLY when the solution is compiled in 'DEBUG' mode. Everything works fine in 'RELEASE' mode.
What have I already tried:
1. Including a static constructor inside 'Utility' class - FAILED
2. Marking 'Utility' class with 'static' keyword: FAILED
3. Changing platform target from 'Any CPU' to 'x64': FAILED
As highlighted above, the issue is really not with VerifyPassword() method per se. Rather it is with the instantiation of 'Utility' type. That's why an exception is thrown from the constructor. Since 'VerifyPassword' is it is the first static method called, it appears in the stack. Just for the sake of proving that, I removed the call to VerifyPassword and returned 'true' instead. That way I was able to login to the application (no password verification), but failed at a later stage where I had called the Utility class on another method, namely Utility.ValidateSKUAdjustment(txtCurentMonthM1.Text).
View 1 Replies
Apr 3, 2010
First time i am going to work on (maintenance project) application that is already in production.The application was developed in ASP.net 3.5/C# 3.0(web forms) with jQuery,Ajax,Sql server 2005 and microsoft enterprise library 4.0.,WCF services. Questions (bear with me if my question is wrong)
1) Is it possible to use Visual Studio (2008 with SP1) to debug the remote application (i.e already in production)?.What are the tools do i need to use in order to keep track the things in case something went wrong?
2) Simply looking into Log file ,will solve the issues?
3) After having done with enhancements,is it possible to directly deploy the DLLs into production server.Won't it affect the running application?
what are the procedures i need to follow.Client is ready to provide any tools for my support.(What are the area do i need to aware to handle production system
View 2 Replies
Jun 11, 2010
I want to implement push notification for wp7 so
View 2 Replies