Security :: Cellphone Location In Webpage?

Jun 23, 2010

I do have a question with respect to cell phone locations.

f.i. how does google maps know my current position when using a cell-phone?

How can i make use of the current position of my cell phone. (How can i read that info and make use of it on a aspx webpage f.i.)

Ok this seems to be a tough one.

Example. when i use my iphone and start to use google. it automatically detects i have a mobile-phone (easy).

But then it request if it may use my gps locations. (if i then accept it reads my current locations).

My question is how can i do this myself using an asp.net webpage f.i.

View 1 Replies


Similar Messages:

Add Google Map In Webpage Pointing To A Location?

Feb 9, 2010

Me with C# asp.net, How can I add google map in one of my web page pointing to a location

View 4 Replies

Access Webpage On Lan Or Remote Location Running On VisualStudio (2008)?

Jan 23, 2010

I am deving a webpage. For testing purposes i want to access the webpage via my VM and possibly ask a friend to mess with it remotely. The app is running in visual studios 2008. I put set my router DMZ to my IP address and i tried connecting via VM and remotely. No luck. How do i config visual studios to listen outside of the machine?

View 3 Replies

Web Forms :: Rss Reader In HTC Cellphone Doesn't Update The List Of Items?

Sep 13, 2010

I have a rss feed. The rss page returns five items and the rss reader on iGoogle works perfect and updates the items just like I want to. But the rss reader in my HTC cellphone doesn't update the list of items, it just adds new items to the items it downloaded the previous time. It results in updated items being presentated multiple times in the rss.How can I tell the client to forgett its cache and reload the list?

View 1 Replies

Security :: Get URL Of The Webpage That Referred The Request To Webpage?

Aug 17, 2010

am trying to get URL of the page that referred the request to my page, i tried the "

[Code]....

[Code]....

[Code]....

[Code]....

View 5 Replies

Security :: Cannot Get Location / System.web / Authorization (web.config) To Work

Aug 4, 2010

look at the attached web.config? The last part doesn't seem to work although the path is correct. I've tried logging on the site with a use which is in no groups, but it can still access the page...

[Code]....

View 5 Replies

Security :: How To Make MVC View Insecure Via Location Tag In Web.Config

Oct 10, 2010

I have the following authorization settings in my web.config:

[Code]....

This deny's all anonymous access to the application accept the login page. In addition to this I am using authorization within each controller action via a custom authorize attribute.

I have one additional action that I would like to expose publicly in addition to the login page. This action does not have the authorize attribute on it. I have tried to make this view (resetPassword view) public by using the location tag in the web.config file like so:

[Code]....

In the path attribute above I have tried both the view as well as the action path, but it doesnt allow public access to the action.

I have even tried to put this view in a separate folder within the shared folder and put a separate web.config file to make that folder public like so:

[Code]....

None of the above configuration allow me to make this particular action (view) public. Can anyone suggest any other solutions, or what I may be doing wrong in this case?

View 5 Replies

Security :: How To Restrict User To Login From Multiple Location

Jun 22, 2010

Can anyone explain how to make unique login in asp.net

<b>Problem:</b> If user is logged at a client machine and tries to login from other client machine at the same time, then he should be prompted that "You are already logged in, Do you want to continue?" on continue user should be logged out from other machine and logged in to current machine.

View 3 Replies

Security :: Accessing Shared Location With Authenticated User?

Jul 12, 2010

I have develop an ASP.NET website and I want store some uploaded files in a shared location in some different server. On that server one user has the access.

how it is possible to get the access of the shared location on the server with my Web site?

View 1 Replies

Security :: Specify Location Of Aspnetdb With Login Control Db Admin?

Feb 25, 2010

my current vs2005, when setting up the login control, and using the built in admin the db function right on the

login control, creates the aspnetdb db in the folder, app_data, directly under the vs project folder. I want to get the db

in a folder of my choice under wwwroot in my inetpub. can this be done? otherwise it seems i have to copy the vs version

using my server mgt sql express. i've seen how to respecify the roles and membership functionality from the 4guys article

[URL], which i'm ready to do when the db is moved.

also isn't something like this necessary anyway when moving a vs project to some actual web app server?

View 4 Replies

Security :: Trying To Run The Application From The Shared Location(not From The Local Machine)?

Aug 13, 2010

when I am trying to run the asp.net application from the shared location(not from the local machine), I have encountered a security exception as 'request for the permission of type 'system.web.aspnet hosting permission'. I have given the full trust rights to share folder.. but still I have got the same error..

View 1 Replies

Security :: Allowing Login To A Forms Authenticated Site From Another Location?

Jun 14, 2010

I have a site almost finished that uses ASP.Net membership, forms authentication and roles. There are one or two requirements remaining and I'm not even sure how to properly approach one of them.

The site I've created is going to provide service ONLY through SSL, if that matters. Yes, I'll redirect a request that lands on port 80 but the intent is to encrypt everything.

Is there a "best practice" for creating a session with my site, from another site? In other words the company is building a marketing page that has spaces for a login and password. I can find lots of posts about passing a username and password to another
site to start a session, but very few if any about receiving the username and password.

If anyone can point me to an article or posting with a code sample where the login control of a forms-authenticated site is used as the target of a form hosted as part of a different web page/application on a different host, it'd be awesome.

To be clear, the scenario is essentially "brochureware website on a 3rd-party host" providing the visitor the ability to log in to a secure site on a more "internal" server.

View 1 Replies

Social Networking :: Get Distance From Current Location To Destination Location Google Map

Mar 26, 2016

URL....This link shows a demo that let user to put origin and destination then get direction. I want to know how to add a option which is let user to use their current location as origin location (Location from).

View 1 Replies

Forms Data Controls :: Want To Have Hyperlink Or Button In The Links Location In The Transcript Location Fields

Apr 7, 2010

I have a table in my database, in which a certain field holds the locations of text or doc files (the files are of a transcript for a chat session).

In the Gridview right now i able to show the link locations. But i want to have Hyperlink or Button in the links location in the Transcript Location fields.And on the click of which the txt or doc file opens up in notepad or microsoft word.

View 2 Replies

Social Networking :: Draw (Plot) Route Between User Location And Specified Location On Google Maps V3

May 7, 2015

Following is my code when user enters hospital name and city, he will be navigated to this page to show location on map. Now I want to get user current location and draw the route between current location and destination. Is there any way to integrate to geocoding and geolocation?  

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
html, body, #map-canvas

[Code] ....

View 1 Replies

Security :: How To Check Authentication In Webpage

Apr 28, 2010

I am new to this so forgive my lack of techical jargon/understanding.

We have and active directory setup in our dmz for 'external' user authentication to our web sites. This works fine...

We also have 'internal' users who have been authenticated to our 'internal' active directory. That works fine.

The problem is that we would like the internal users to be able to access the web sites on the web server in the dmz without getting prompted for authentication a second time...the user has already logged into the AD internally. Is there a way for this to happen? Currently they are being prompted for their credentials any time they go to login to a web site that is located in the dmz.

View 1 Replies

Security :: Using Authentication For Certain Sections Of A Webpage?

Aug 6, 2010

I currently have a website which I want everyone to be able to view, authenticated or not. But if someone does sign in, I want different controls and different C# code to be run on the page.

At the moment I have not put any asp security in. I just have two text boxes that check against the database then keep the user logged in using a session variable. Each page then checks to see if the logged in session variable has a user in it and runs the code.

I'm assuming this is not the most secure way, is there a way to do this correctly?

View 2 Replies

Security :: Login In A Webpage By Using The ActiveDirectoryMembershipProvider?

Jun 2, 2010

im doing a webpage, and i have to login with the user from active directory users.

and things are so complicated, im getting lost!

im so confused by AD LDS, LDAP, ADSI,, are these all the same thing or?

if i use the same user who log onto the server computer, to login the webpage,

and i have the user ready in the Active Directory Users and Computers, do i have to configure the lightweight thing so that it can get users from the Active Directory Users and Computers?? and after that do i have to connect the lightweight with ActiveDirectoryMemebershipProvider, so that it can get the user and password?

View 1 Replies

Security :: Viewing Files Only From A Webpage?

Sep 3, 2010

I have some images and text files that are used by web pages that are available to anonymous users and therefore those files can be viewed directly from a browser.

Is there a way to avoid this and allow the files to be viewed only when a page in the web site calls it ?

View 2 Replies

Security :: How To Prevent Webpage From Saving In Browser

Jul 28, 2010

i want to protect webpage from saving from browser file->save as. i found some sites did it(facebook,orkut). when i try to save pages on that sites only home page saved. how to do this in c#

View 2 Replies

Security :: Opening A Webpage Impersonating The User?

Sep 16, 2010

I have a WebApplication1 running in a port (let's say 4000) and I'm trying to build a website (WebSite1), running on IIS, that is running on the same server. I have no control over the WebApplication1, it's a packaged software, WebSite1 is built by me.

The WebSite1 will do a custom user validation and then will let the user access the WebApplication1:4000 under the impersonated user under which the website is running, not the user in the client machine. Sort of like changing the user in the session.

View 1 Replies

Security :: Working Webpage At Log Off State Of The Web Server?

Sep 7, 2010

There is a possibility that the web server computer (host) resets and there is nobody that can log in to system after reseting . I dont want my webpage stop working at this state until the Admin login to the server. so I want my webpage do its main job at logoff state of the server.

how can I create this webpage? what technology can I use to do this?

View 1 Replies

Security :: Create / Add Categories Dynamically From The Webpage?

Feb 24, 2010

I would like to create a category page in the admin section where the admin can create/add category from the webpage , he/she don't have to go to database to create it how to make this possible by sourcecode in webpage and in database?

View 12 Replies

Security :: Allow Only A Particular External Web Page To Redirect To Webpage?

Jun 9, 2010

I am using a thrid party website for a service. I transfer control and data to an external URL provided by the service provided. Once the service provider processes the data, it transfers the results and control back to a page in my website. I would like to allow only the service provided URL/page to redirect to my website. Is there any way to do this?

I am using hidden variables on a form and a button control with the PostBackUrl attribute set to the service provier URL, to submit the data and control to the external webpage.Will Service Variables help me achieve the above objective?

View 3 Replies

Security :: Using Different Windows Login Credentials Whithin A Webpage?

Jan 22, 2010

Is the above possible? Basically i need it as I am creating a site where users can upload files to a shared network drive which is secure and has a system account

When a user clicks on upload file, If possible I would like the page to automatically kind of log in with the system account, copy the files and then log off. I know I could achieve something similar mapping a drive but would prefer not to do that for these reasons;

- Security risk if the mapped drive for some reason isnt removed by the code

- User may not have the drive letter free.

View 1 Replies







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