Web Resources

I'd like to learn asp, but it seems impossible to find free resources.
Does anyone knows sites that offer tutorials, sample scripts and a forum?

View Replies


ADVERTISEMENT

ASP And AJAX Resources

anyone know of some good ajax resources working with ASP as most of the stuff on the net is PHP.

View Replies View Related

Restrict Asp Access To Resources

I am running a virtual hosting server. The configuration of server is
as follows:

Windows 2000
IIS 5.0

All the virtual hosting sites are running as seperate user ie for the
site www.xxx.com is running under xxxIIS and www.yyy.com is running as
yyyIIS. I have also taken some precautionary file system security
measures like the group everyone is not present in c: and directories
corresponding to sites. But at the same time I can not remove everyone
access from the full system, I will need to keep them in few
directories.

This can lead to an asp code that is present on the server to do stuff
like browsing through the file system, reading the contents of file
etc. For ex if I have everyone acccess to c:winntsystem32 then any
person on the server can write code to view the contents inside
folder.

I want to know if there is any way to restrict the script belonging to
one virtual hosting site to access only the contents of that site.
example the site www.xxx.com present inside

c:inetpubwwwrootwww.xxx.com directory and can access only the
contents inside this and the child directories. Is this possible? I
searched the on google but could not find any link that gives me any
information on this. It will really be a valuable information to me.

View Replies View Related

Accessing Network Resources

I would like for server-side VBscript code to save a file to a remote server's network share. I've noticed that the exact code that would run from the command prompt does not get access to files on remote disks via ASP. Is there a workaround? Do you know if ASP.Net has a solution?

View Replies View Related

System Cannot Allocate Resources

Heres my prob:

I have a URL which i pass to request object like this
<%
set obj=server.createobject(microsoft.xmlhttp)
%>

then i pass the url like this .say the url is in variable strURL

<%
obj open strURL &..... [other properties set].%>

now when i say this
<% obj.send%>

it errs saying system cannot allocate resources specified. what could be the error.

View Replies View Related

Resources For Image Upload/Display

Looking for some good resources on coding an existing page to display images that are uploaded from a secured admin section. I.E. The only individual I want adding images to the page is the one I give permission to behind our Staff Section.

The Picture page is open to the public. Currently I have to create thumbnails, upload those then upload the full size image and then link it all on the pictures page. Looking for a way to let the end user do this themselves.

Just hoping to get some leads on how I can go about doing this. Do I need to save the images to a database, or can I just save them to a folder?

View Replies View Related

Email Auto Verification Resources

point me to some resources about Email Auto Verification. I'm using ASP.What my system is doing is after the user sign up, my system need to send an email automatically back to the user's email. The user only can login after he receives that email from our system. This is to make sure the email he keys in is valid.

View Replies View Related

Application Object :: Existence Of Variables, Resources And Locks

I'm using application variables for a web based sales tracking application. I use the variables for stuff like connection string, database name, etc. I store the values in a asp file that is included in a login page. The assignments are in a procedure that I then call on the login page. This is done everytime a user connects to
the login page.

what's happening to the variables? Are they being overwritten everytime a user accesses the page? I'm not checking for the existence of the variables. I just call the routine everytime the page is accessed. I know the values are shared for all users but, I was wondering if I should check for the existence of variables? Will it free up resources? Should I be using locks?

View Replies View Related







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