Re: Question about executing an ASPX locally
- From: "Jman" <jmanohman@xxxxxxxxxxx>
- Date: Tue, 20 Feb 2007 06:34:28 -0500
I need a way to detect if a user is using a local machine that way I can
have a different menu on my main web page.
So i want to create an intranet inside our actual intranet for a subset of
users.
This site is not on the same domain and this is webhosting so i cannot query
to IIS or Active directory to get the windows group.
I thought about installing a cookie on the same machine but this would be
overhead for the administrator.
"Patrice" <http://www.chez.com/scribe/> wrote in message
news:%23YTlBiNVHHA.4380@xxxxxxxxxxxxxxxxxxxxxxx
You'll need also a local web server to get this page executed. As the page
is not part of the other site, it won't have access to the other site
session variable.
IMO your best bet is to explain your overall goal so that someone can
suggest a way to achieve your goal likely using a totally different way...
"Jman" <jmanohman@xxxxxxxxxxx> a écrit dans le message de news:
FlrCh.9741$Fi3.528232@xxxxxxxxxxxxxxxxxxxxxxx
Let's say I have a session variable in my asp.net website.
Now I have an aspx file on my C drive.
Now I have a link pointing to it so I can click on it and execute this
ASPX file to my browser. Only me has this file on my C drive and can
execute it. Other users will obviously get a page not found.
In the load section on the aspx file, I modify a SESSION variable of my
website.
Will this work?
The intent here is to get the website informed that this session is
executed from my computer because I can execute that aspx file from my C
drive.
Please answer me...
.
- References:
- Question about executing an ASPX locally
- From: Jman
- Re: Question about executing an ASPX locally
- From: Patrice
- Question about executing an ASPX locally
- Prev by Date: Re: Availability list from Kraftware
- Next by Date: Re: getting at outlook inboxes programmatically
- Previous by thread: Re: Question about executing an ASPX locally
- Next by thread: Simple task works when MS SQL Server is the backend but not when MySQL is the backend.
- Index(es):
Relevant Pages
|
Loading