Configuration :: Access A Hardware Device From The Client?

Oct 27, 2010

I am using Biometric Device for Login in my application. It is working fine when I am running it from Visual Studio 2008 on Server but when I am Publishing the Project and trying to run, it is not showing any popup for verifying thumb expression nor it is giving any error.

Also the published application should be able to run from different Workstations as well.

View 1 Replies


Similar Messages:

Configuration :: Give Password In Connection String For Ms Access Database In Configuration File?

May 2, 2010

I have an ms access db file and now i want to use it in my app. i have given like

Provider=MSDASQL.1;Password=pwd123;Persist Security Info=True;User ID=swgp;Data Source=SWGP;Initial Catalog=C:swgp BJswgp

but it is giving error to me.If anybody know how to give this connection string for password enabled ms access database,

View 2 Replies

Configuration :: When Access The Second Url, Got The Following Error.Description: An Error Occurred During The Processing Of A Configuration File Required To Service This Request

Mar 31, 2010

We have created a new cname for our subdomain website. The new website is working properly with cname. We do have .net application inside the webiste which is not working with cname. For eg,1. http://servername/_folder1/app/mypage.aspx (Accessing .net application (App) website without cname)2. http://NewDomian.xxxx/app/mypage.aspx (Accessing .net application (App) website with cname)The first case is working perfectly, but when I access the second url, I got the following error.Description:
An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.Source Error:

[Code]....

View 3 Replies

How To Access The Value From The Client Side

Jan 19, 2010

Can we access the AJAX Combobox selected text,selected value & selected index from client side.I have searched all on the net,i cant find any solution.Is it possible to access the value from the client side or not?

View 3 Replies

How To Access Client's Local Files

Jun 24, 2010

it should be in asp.net. but, it is urgent and important, wish someone here know the answer.

what I need do for an asp.net page is:

1) client select a file, or;
2) client select a folder;

Get file (or files in the folder)'s properties, something like name, ext, etc. and save to db.

it will be easy if it is a desktop app. however, in asp.net, how can I do that? do I have to upload all files to server first? is there a way to do this for all files in a folder? any third party control?

View 7 Replies

How To Access Session Value At Client Side

Apr 20, 2010

I want to access the session value at client side.

Code:
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
btnGetSessionValue.Attributes.Add("onclick", "javascript:return GetSessionValue();");
}
}
[code]...

View 3 Replies

Access Client's Local Files?

Jun 24, 2010

what I need do for an asp.net page is:

1) client select a file, or;

2) client select a folder; Get file (or files in the folder)'s properties, something like name, ext, etc. and save to db.

it will be easy if it is a desktop app. however, in asp.net, how can I do that? do I have to upload all files to server first? is there a way to do this for all files in a folder? any third party control?

View 3 Replies

Access The Client Registry Using JavaScript?

Mar 12, 2010

How to set Key and Value in the client registry using javascript. I Just want to keep the user profiles in the registry. When a user visit the page from a particular system , automatically connect to the system preferred database.For that I want to keep the connection string in the windows registry. Please tell with code snippets , i am new in javascript.

View 5 Replies

Configuration :: Deployment On Client Server?

Jul 23, 2010

I have developed an ASP.NET MVC 2 application for a client using Framework 4.0 & Visual Studio 2010 and tested it on IIS 7 locally. My client has a windows 2003 server running IIS 6 and Framework 2.0 installed. They are already running some web forms applications on that server.I have a few queries regarding deployment of my application to that server:1. Do I need to install anything else other than Framework 4.0 on that server? Any ASP.NET MVC Components?2. Will installing Framework 4.0 break their existing applications?3. What is the best deployment strategy ?

View 1 Replies

Configuration :: Send Patches In .net To Client?

Jul 25, 2010

We have n-tier asp.net app with approx 200 pages and 400 classes spanned over many dlls . When we want to send patch (single .aspx page changed) we have to compile it as a solution and deployed for QA testing. Once QA tested, we need to send the patch to client where we face problem. Now, we need send the entire published folder which includes many code that are not part of changes.

View 1 Replies

Access Client Side Controls On The Server?

Jan 26, 2011

I am applying a field validator on a listbox which works when no item is selected in the textbox and some(most often the submit button) control is made to postback to the server.Now the problem is that if a person has entered the page and want to logout it still gives the same exception messages(which it should) rather than logging out of the page.I am using ASP.NET with c# as back-end.I want the the logout button(rather all except the submit button) to function prior to the validation

View 1 Replies

Web Forms :: Access Files On Client Side?

May 27, 2010

I want to be able to provide a list of files on an ASP.Net page which link to files on the users shared drives.

When the user clicks the link they can modify the file and then save it back to the shared drive.

An example would be:

<a href="file://M: estBook1.xls">M: estBook1.xls</a>

However this does not work, even from a trusted site.

I can understand the security implications but these can be managed.

View 6 Replies

Web Forms :: How To Get Client Machine Access From Server

Mar 5, 2011

how can i access client machine's specific file contained in a drive or folder.Suppose in Server side i have knowledge of full path of a file that is present in client side, like "D:ABCFolderxyzFile.doc", this is a file that i want to retrieve and store in server side .

View 8 Replies

.net - How To Access Shared Memory While Impersonating A Client

Oct 17, 2010

I'm trying to access global shared memory from an ASP.NET web method while impersonating a client, but I get access denied when trying to open the handle. As an example:

[WebMethod]
public string Testing()
{
string result = null;
using (var ctx = WindowsIdentity.Impersonate(IntPtr.Zero))
[code]...

View 1 Replies

.net - Access A Folder On Client Side In Web Application?

Apr 5, 2010

I want to access all the files in a folder to add to a listbox and show to the user.

I know I can access a folder when it's a windows application. But in web application, is this possible? If yes, how?

Something like FolderBrowserDialog??

View 2 Replies

Access Authentication Ticket On Client (via Javascript)?

Feb 24, 2010

I have an ASP.NET website that uses Forms authentication

<authentication mode="Forms">
<forms name="NewsCoreAuthentication" loginUrl="~/Default.aspx" defaultUrl="~/Default.aspx" protection="Validation" timeout="300" domain="someRootDomain.com" />
</authentication>

I need to identify if user is authenticated on web page after it was rendered to client. To accomplish this I thought that I can read document.cookie and check if ".ASPXAUTH" is there. But the problem is that even if I am signed in this value is empty.

How can I check that user is authenticated? Why document.cookie is empty?

View 3 Replies

Configuration :: Deploy Project In Client's Machine

Mar 20, 2011

I have developed a small website to be hosted in my client's office (intranet). This is my first website. I don't know how to deploy it.!! We can run it by copying and pasting the whole project folder in their server. But if we do like that they can modify the code whenever they need.

View 2 Replies

Configuration :: Best Way To Deploy Our Web Software Onto Client Machines?

Sep 8, 2010

We have a peice of software

2 websites
1 service
1 scheduled task

And we deploy it onto customer machines. The application calls various .exe files on the the machine. We sometimes get permissions issues and we were wondering what the reccomendations are for deploying web apps in this way. Should we be telling our customers to leave the app out of the domain until we install our software and have it all up and running?Are there any articles that would go over permissions and how c# and asp.net interract with the machine?

View 2 Replies

Configuration :: Get Error In Deploying .net 2.0 At Client Side

Feb 17, 2010

Server Error in '/CRM' Application.Failed to access IIS metabase. scription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see
http://support.microsoft.com/?kbid=267904.

[HostingEnvironmentException: Failed to access IIS metabase.]
System.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path) +3591442
System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigMapPath2.MapPath(String siteID, VirtualPath vpath) +9
[code]...

View 4 Replies

How To Access Values Of Previous Page At Client Side

Apr 19, 2010

I have a page and clicked on the button there it will open a new page containing some text boxes, user fill all the text boxes and clicked the button now first page open again and the question is : How can I get the vales of text boxes on the current page using both server-side and client-side

There is a restrictions to use of :

- Cross-paging
- Cookies
- Sessions
- Query strings

View 4 Replies

Jquery - Access Client Side Update On Postback?

Mar 1, 2011

I am using two listbox for moving items from one to another using jquery. Auto postback is set to false for both the listboxes. Is there a way to access the items server side on postback?

View 3 Replies

How To Access Server Side Code From Client Program

Aug 7, 2010

How can I access server side functions from the HTML code? See the following code:

<a id="Taggloud" runat="server" class="lblTagCloud" onClick="TagOnCloud_Click">click</a>

Here I'm calling the tagonCloud_click function that's defined in server side(code behind). How can i call that function?

View 3 Replies

Web Forms :: Client Control Access From Server Side?

Mar 24, 2010

i am using a div in the top of the master page which have the controls for login. When the user succesfully login to the application the visibility of the div should be hidden. can i achieve this is in server side.

View 2 Replies

WCF / ASMX ::access The Client's Credentials Inside A WCF Service?

Jan 26, 2011

I have a silverlight application that uses WCF service and i need to provide windows authentication using wcf.In order to achieve this i am trying to retrieve the client's credentials (windows credentials)inside wcf.

View 1 Replies

Web Forms :: Access Client Webcam And Take Picture In Page?

Mar 6, 2010

I am doing a project where i need to capture user picture from clients webcam at time of user registration.

I have a program in C# windows application , which works perfectly but how to do the same thing in ASP .NET application.

View 5 Replies







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