Info on SOA, TOGAF, Virtualisation, SaaS etc.
Tue, 19 Aug 2008 23:40:53 -0700 (PDT)
Hi all,
I recently moved south to Bangalore and I am working for a large
software integrator. My project team is working on a project that
applies TOGAF to SOA. Are you able to point me to online and offline
resources/trainings that can help our team get up to speed with SOA
features and building blocks, th ...
|
CreateTextFile in secure FTP folder
Tue, 19 Aug 2008 15:55:01 -0700
Hello
I get permission denied at line 4 in the following ASP Script
<%
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("test.txt",true)
response.write "here"
f.write("Hello World!")
f.write("How are you today?")
f.close
set f=nothing
set fs=nothing
%>
I hav ...
|
Using the Web Version of the TreeView object
Tue, 19 Aug 2008 13:21:01 -0700
I want to display a directory in my web page that contains word documents.
The user would click on a word document and it would be displayed on the
client's pc. I want to use the web version of the TreeView object to do this.
I have looked hi and low for some example code that works (I am using VS 2005
Pro a ...
|
Tweak to existing code-scanning folders for new files
Tue, 19 Aug 2008 11:28:41 -0700
Hello group.
I have some code (given to me), but I don't know alot about ASP, so I was
hoping someone here can help. Running on Win 2008 server.
The code below will scan a folder and subfolder with a date/time input and
return xml structure off all files that are newer than the supplied date/time.
The pr ...
|
webparts and multiple updatepanels (ajax)
Tue, 19 Aug 2008 06:10:00 -0700
Dear all
I have a scenario where I have 2 updatepanels on a page, each one containing
a weppartzone. the scriptmanager is outside of the updatepanels. when I go to
design display mode, i can drag and drop just once between the wepartzones -
then the solution breaks.
If the scriptmanager is inside a weppa ...
|
Pure ASP Upload - script unable to redirect for larger files
Mon, 18 Aug 2008 15:11:32 -0700 (PDT)
I'm working with 'pure ASP upload' script which is designed to
redirect to an alert/error message, should
a file larger than the set limit be attempted to be uploaded. The
problem is that, while smaller files do upload
successfully, the script does not catch the larger files and rather
than a specific error me ...
|
how to download wmv file
Mon, 18 Aug 2008 13:56:46 -0700
I want the user to be able to download WMV files. I get an error with the
following code.
Any suggestions appreciated
Gerald
MY CODE
<%
Response.ContentType = "application/xunknown"
Response.AddHeader "content-disposition","attachment;
filename=http://www.facethewind.com/videos/may29_01.mpg"
set ado ...
|
|
|
Create folder at remote site
Mon, 18 Aug 2008 20:58:34 +0800
there is an asp page at IIS server for creating folder at remote site via
virtual folder
it is tested at Windows 2003 server.
the asp is ok if
http://localhost/test.asp
however it is not ok (error http 500) after the path of localhost is changed
to server name
http://servername/test.asp
i've opened ...
|
Retrieve user login name
Sun, 17 Aug 2008 11:10:26 -0500
On our intranet when a user first navigaes to my web application he is
prompted by the Browser to provide his user name and a password. Is there a
way of retrieving a user name on the server? If not, how else can I
personalize the user?
Thanks
...
|
Calling an ASP.NET page from ASP?
Sat, 16 Aug 2008 13:20:25 -0400
Is there a recommended way for a .ASP page to call a .ASPX page? I've got a function in
an ASPX page that I need to call from an ASP page. The web site is quite busy, so I'd be
happy to find the most EFFICIENT way to do this?
Right now, I'm looking at using XMLHTTP to call the ASPX page. I'm confident that this ...
|