all groups > asp.net > february 2004 > threads for sunday february 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Sending Status as 401.1
Posted by Dhwanil Shah at 2/22/2004 11:41:05 PM
We are trying to refuse data display to users based on some internal criteria. The site uses Basic Authentication for security.
Through ASP.NET we can send a status of 401. The request to our site comes from an application that understands the HTTP protocol.
If we send 401, the requsting appl... more >>
upload site on server please Help!
Posted by mahsa at 2/22/2004 11:36:05 PM
Hi,I write one page of asp.net and this page must be work in site that write with as
I have 2 question
!.how can I use asp cookies that use in asp pages in my asp.net page
2.the .net framework install in server and I make folder in iis and add my asp.net project there I have a simple test page th... more >>
recover .vb source code in ASP .NET
Posted by maellic2002 NO[at]SPAM yahoo.fr at 2/22/2004 9:54:12 PM
Hi,
I'm currently updating a website written with ASP.NET. The original
programmer is overseas, there is no documentation, and files are all
over the place.
Here is a code snippet from one of the .vb file used by the
application (the entire code of the file is at the end of the post):
If... more >>
.rtf->clipboard->FreeTextBox
Posted by Markusek Peter at 2/22/2004 9:47:33 PM
Hi.
I want to get rtf to my FreeTextBox(ftb instance in code below). So I copy
..rtf to clipboard, and now I want to paste it from clipboard to ftb. But I
got error 'Object reference not set to an instance of an object.'
Here's my code:
--
System.Windows.Forms.RichTextBox MyRTF = new
System.W... more >>
cookieless session? Who has it working?
Posted by Tom Pester at 2/22/2004 9:40:19 PM
I experimented/researched cookieless sessions and tried it on my website.
I expected the switch to cookieless sessions to be transparent but this isn'
t the case at all:
1) Forms based authentication doesn't work
I read that the Whidbey release will support this and you can make it work
today... more >>
Authentication and sessions
Posted by SOS at 2/22/2004 9:28:05 PM
Hi guys,
how can i use of sessions to authenticate users ?
before, i used of cookies and i store users profile in the cookies but now i
need to do same work with sessions.
Thanx
... more >>
checking the url
Posted by rob NO[at]SPAM saikosounds.com at 2/22/2004 7:19:04 PM
Hello
I am trying to redirect users to a secure page by using
Response.Redirect(Request.Path.Replace("https://",http://"))
or
Response.Redirect(Request.RawUrl.Replace("https://",http://"))
both of which I have seen suggested on this newsgroup.
However, both Request.Path and Request.RawU... more >>
checking for secure connection and rediecting
Posted by rob NO[at]SPAM saikosounds.com at 2/22/2004 7:07:42 PM
Hello
I am having a problem checking for a secure connection.
Checking Request.ServerVariables["HTTPS"] works OK, but
Request.IsSecureConnection always returns true, which seems weird to
me to say the least.
Any advice ?
Thanks
Rob... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
File Location
Posted by Jim Heavey at 2/22/2004 6:55:30 PM
Hello, I have done some volunteer work for my club and develop a web site
in ASP.Net. I have the code working fine and now I am ready to move the
code up to their web hosting company. I have never actually moved code
onto a real web hosting company, so everything is all new to me. Some of
... more >>
Download and save file to server from a URL (HTTP)
Posted by Max at 2/22/2004 4:44:03 PM
I need help in vb.net to download a binary file off another web site and
save to it to the server. Not from the client. Server to server. Can anyone
point me to the right classes to use at least? filestream.. one of the web
classes... ??
-Max
... more >>
Comparing Array Objects
Posted by Raphael Iloh at 2/22/2004 4:32:42 PM
Hi all, I'm having problems comparing array objects. Take a look at this:
int[] array1 = new int[]{1};
int[] array2 = new int[]{1};
Console.Writeln(array1.Equals(array2));
One would expect the above expression to return true as both arrays are
identically the same but it keeps returning fal... more >>
Direct results of Transformation
Posted by Mark Goldin at 2/22/2004 4:20:54 PM
I have this line in my code:
xslt.Transform(new
XPathDocument("D:\\testarea\\dotnet\\processtree\\TIPTREECAT.xml"), xslArg,
writer, null);
How can store results of the transformation into a string?
... more >>
Cookie question
Posted by DAvef at 2/22/2004 3:27:09 PM
I set my cookie like below. when I post and go to the next page, I need to
add userDetails.lastName to that same cookie. How do I do that?
Dim UsernameCookie As HttpCookie
UsernameCookie = New HttpCookie("misc")
UsernameCookie.Values.Add("userID", userDetails.userID)
UsernameCookie.Values.Add... more >>
asp.net machine A......
Posted by boomer at 2/22/2004 1:46:05 PM
I have a new user in my computer titled ASP.NET Machine A..Where would it have come from and should I delete it?... more >>
req: rtf to html converter (free)
Posted by Markusek Peter at 2/22/2004 12:28:31 PM
Hi.
Do you know any free rtf to html converter?
thanks
... more >>
SSL and Frames
Posted by Jamie Dulaney at 2/22/2004 11:06:39 AM
I'm working on a website that uses frames. Some of the pages that belong in
the 'main' frame (not the header (top) or contents (side)) need to be SSL
encrypted. I have no problems in invoking these pages using SSL (within
their respective frame). However, I would like the 'security lock' at t... more >>
DataSet for DropDownList problem
Posted by Iain Kirk at 2/22/2004 9:33:33 AM
Being a bit of a novice any help or pointers would be appreciated.
I am building a web page that populates a DropDowList from a table in SQL,
for testing purposes i have a simple page that displays a datagrid with the
same data, now this does work so i know the data is there but the
dropdownli... more >>
Show results of transformation
Posted by Mark Goldin at 2/22/2004 8:45:38 AM
I need to show results of transformation on the server.
Thansformation returns an attribute based xml string.
Can I bind DataRepeater to the xml string?
Thanks
... more >>
WebApp won't run on WinXP...
Posted by AC at 2/22/2004 8:36:40 AM
I created a web app on my laptop and everything runs just fine. I then =
copied all the files (and complete directory path) to another WinXP =
machine, manually setup the virtual directory (same name) and set it as =
an application. However, when I try to run the app on the 2nd machine =
(just... more >>
Split cells
Posted by Mark Goldin at 2/22/2004 8:35:43 AM
I am trying to split cells in a table.
I am selecting a cell and I want to break into two.
There is no "split" command available anywhere.
What would you suggest?
... more >>
Session timout problem
Posted by mg at 2/22/2004 8:26:07 AM
I can't get WebForm1 to load load automatically after a session timeout, with the following code. How can I do so
In Web.config
<sessionState
mode="InProc
timeout="1"
/
In Global.asax.cs
protected void Session_End(Object sender, EventArgs e
Response.Redirect("WebForm1.aspx")
}... more >>
security problem
Posted by Yoramo at 2/22/2004 4:02:03 AM
Hello
I'm trying to write a file to a subdirectory of my web application but I
get a error message:
Access to the path "c:\inetpub\wwwroot\WebApplication1\Temp\aa.jpg" is
denied.
how do I grant access rights to aspnet account?
I'm running on a local XP machin.
thanks in advance.
... more >>
DCOM Problem
Posted by Mohammad Freihat at 2/22/2004 2:31:05 AM
Hello All
I'm trying to use COM component with ASP.Net project.
I faces the error (Access is Denied)
I need to know what I have to do with this security problem
Thank you for your support.... more >>
Could not access CDO.Message
Posted by neil_stevens NO[at]SPAM blueyonder.co.uk at 2/22/2004 2:05:47 AM
Hi,
I am getting an exception thrown when i am trying to send mail using the
following code
Dim msg As MailMessage = New MailMessage()
msg.From = Forum + " <" + forum@developer-source.co.uk + ">"
msg.To = TestUser+ " <" + neil_stevens@blueyonder.co.uk + ">"
msg.Subject = subject
I... more >>
How do I stop the Webservice execution after certain amount of time?
Posted by sunil NO[at]SPAM volcanomail.com at 2/22/2004 1:54:27 AM
Dear All,
I have observed that if I call a synchronous WebService from my
aspx page then even if I set oProxy.TimeOut = 1000, the WebService
thread execution is still running...
Since my WebService might run a big query that a client has written,
it eventually recycles my workerprocess...
H... more >>
Need help writing special user control
Posted by John Knoop at 2/22/2004 1:14:45 AM
Hi all!
I would like to create a user control that handles an unlimited amount of
templates. I suppose I would like to define the templates kind of like this:
<mycontrol datakeyfield="model" id="ctl" runat="server">
<template key="Ferrari">
<h1><%# Container.DataItem("model") %>... more >>
Attach javascript to toolbar button
Posted by Ashish at 2/22/2004 1:08:11 AM
Hello,
I am sick and tired of ochestrating server and client side scripts.
Basically I am using toolbar from IE web controls and want to attach
javascript to one of the buttons' click event. The problem is that button
doesnt exposes attribute collection. I can attach javascript to whole
toolbar... more >>
Basic Photo Album
Posted by Guadala Harry at 2/22/2004 12:40:25 AM
I created a simple "photo album" page; it has a bunch of ImageButton
controls that display the thumbnails - and then an Image control that
displays the full-sized image when the corresponding thumbnail is clicked.
It all works. What I'm wondering is how to get the full-sized image to
change (dep... more >>
|