Wpf - XBAP, Click-Once Or .NET For Barcode Intranet Application
Jan 7, 2010
I'm working on a UI for a simple inventory system. The users will use a USB barcode scanner to retrieve an ID and then either retrieve information from the database about the scanned object or enter the new information. This will only be used within our corporate environment. I can't decide which is the best way to go with this. I would like to use this opportunity to take a crack at WPF.
Can anyone point me to a resource for how to build barcode reading into an ASP.net app? I need to scan a card and have it enter in the database that a person was present at a program that day.
I've a project using windows authentication and it will be used in intranet. The client itself already have a web application in their intranet and they built it with Java (they used windows authentication too). The problem occur when they want my web application only appear within their application content section.
What should I do? I did think about using iframe but some people said it's evil. And if I'm going to use iframe, is it save? My web application will use a few pop up window/modal window and ajax.
I am having great issues trying to debug a page on a web application used internally on an intranet. When entering the page the "Security Information" Pop Up Box appears. The whole application is running under https.
To try and debug the issue, I have used Fiddler, and looked at the urls for every component, javascript, css, images, and user control components. Everything I have seen from Fiddler shows that the urls start with required https! So, I am completely confused why this message should be shown - it appears everything the page is posted back.
my application is in Intranet, but in my application mail is trigger to the user, and in that mail (outlook) user getting one link of that application so that he can update "YES"
My problem is that when the user is not in office and he is using Blackberry, at that time intranet link will not work.........
so, any solution that anybody can update through internet.
I am reaching the stage where my first web application is nearing completion and I want to look at running the aspx web application. The web application is going to be run on an internal server, so that only users of the network can access the web page.I am not sure of how I get my project from my pc onto the server and go about making so that I can open it in my browser,
I have created an ASP.NET database application using SQL Server express on one of my home network PC's. I can access SQL Server Express from the other PC's (using SQL Server Authentication) so I know it is set up ok for network access. I can run the web site on the host PC under IIS & everything works ok.
When I try to access the application from another PC using http://192.168.0.8/TestApp/Default.aspx it is not available. I can ping 192.168.0.8 & it is accessible.
why I can not view the web site from another PC on the network?
It is possible to embed an XBAP application into an IFrame, this is rather easy !!The problem however is that it renders on top of anything within the web application. For example!I have a menu in my web application which can collapse when I hover above it, but it will collapse UNDER the IFrame when it needs to collapse ON TOP of the IFrame with the XBAP Application in it. I tried messing with the z-index but this does not fix anything
We have a small XBAP file upload app that we are having trouble deploying. We were getting security errors when we were pushing this application that we don't get when running in our development environments on our machines. We gave the XBAP app full permissions and still got errors. Then we created a personal certificate and were able to get this to work. But that means we have to load a client side certificate for each and every machine that wants to run this which is ridiculous.
I am developing an intranet application that needs to authenticate against a global catalog server (containing about 14 domains). What would I use for the connection string?
we are migrating existing windows form application to asp.net(3.5) intranet portal, there is a requirement whereby database connection should be made by the logged in windows user. Is it possible to achieve this functionality?
I am working on event registration system. Company requirement is when user registered to an event. Admin need to send printable barcode to registered user. this barcode is served as Entry pass. How i Can do this ?
I am getting an asp.net site developed and need a program which will generate barcode's. So far all I have found is http://www.barco.delib.com/purchase/main.html#pricebarcodenetweb . open source alternative? or a cheaper alternative.
I have installed Web Deployment service on a Windows 2008 machine, started using one click publishing in VS2010 and it works.
With one glitch, even though I change a view only file (like a *.cshtml razor file which is not compiled), web site is restarted. Therefore user sessions are lost. Maybe I am missing something so trivial, because it knows uploading only the changes.
Does anyone know whether restarting can be prevented using one click publishing or not? If not, suggestions are welcome ^_^
I am launching a click once application on button click. I am using Response.Redirect(http://domain.com/application.application) to open my click once application. If I click on that button again then I am able to open one more instance of that application again. I want to put a restriction so user can open only one application.
I am using ASP.NET and I want to create a barcode in a pdf document by means of a third party component. Then I want to send this pdf document as an attachment.
Is it possible to generate barcode from a string using c#? Is there any builtin classes for generating barcodes in asp.net? Is it possible to detect a barcode printer connected with a system?