Home | Advertising Info72 USERS CURRENTLY ONLINE   
PowerASP
   Site Search Contact Us Friday, March 14, 2025  

Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds



Blog Entry: 3/25/2006 4:40:29 PM

Well, I had no more trouble after I read the instructions.

The PayPal integration is really neat stuff! WOW!  And the email users function got up and running in a snap... this is an awesome package!

The coolest thing with the user registration is that the account username and password are selected by the user. That is very very nice. Much less typing for me to do.
,

Okay Chris, I wold like to get rid of the encryption then if it's not too much trouble.

I have no option of running the production server against an ms access db, since the db needs to be online and accessible from another system.

,



not anything built into the app... it would be done with client side javascript if you wanted to look into it...  my client side javascript skills are ziltch,

Microsoft has a free version of SQL server 2000 than you can run on a development machine.


http://www.microsoft.com/downloads/details.aspx?FamilyID=413 744d1-a0bc-479f-bafa-e4b278eb9147&DisplayLang=en

This is really the same thing as the MSDN version of SQL server that comes with Visual Studio

It is limited in two ways.

  • No single database can exceed 2 gigabytes in size. However, each Desktop Engine server instance can contain many databases, each of which can be up to 2 gigabytes in size. Each computer can host up to sixteen instances of Desktop Engine.

  • Performance will rapidly decline when more than five simultaneous users use the database engine at the same time. With five users or less Desktop Engine will operate with full SQL Server speed.

    After you install this your going to need a way to connect to your sql server as well as a way to run queires on it.

    I suggest either install the client tools off any SQL 2000 Installation Disc (giving you enterprise manager and query manager)

    or use the FREE SQL Server Web Data Administrator which will do amost everything you  will need to do. It is really very slick
    http://support.cjwsoft.com/forum/forum_posts.asp?TID=127& ; ; ;PN=1

    Then you have a pretty sweet setup for testing and developing locally using SQL server.

    If you are wondering why someone with a real SQL Server 2000 cd wouldn't just install the real SQL server locally it is because the server part will usually not install on XP Pro or non server versions of windows for licensing reasons. (at least every SQL 2000 CD I have is like that regardless of whether it is standard or enterprise) But the client side tools on the cd are invaluable so I just install the Desktop Version of SQL along with the client side tools and everything works great.

  • , I have no idea.. perhaps PM me info on how to log into your site and reproduce the issue.,

    You might just learn something and actually get your project finished before 2010

    your over there hacking away on your virus infested WaReZ machine

     

    LOL thanks for the good laugh-- i guess its time to do some reading and making my own mods to the program..

    btw i never insulted cafrepress.. not sure where you got that from- just advised that what they have is exactly what i want to have done. How much for your service?

    ,

    It is refered to as the internet guest account but that isn't the actual username. The username is different for every machine. It usually starts off with "IUSR_" and then your machine name. "Internet Guest Account" is always the account's full name as labeled by IIS when it is installed.

    Regardless,

    If an account isn't listed you have to add it.

    Click (add-advanced-find now) and it will list off all the user accounts on the machine

    You can also click (add-advanced) and simply type in the account name or part of it.

    Some more tips:

    If on a local machine you always just give the "everyone" account full control which is pretty much going to make anything work.

    You can also go to computer management in your server's administrative tools and view all of the accounts  and groups there under "Local Users and Groups".

    cwilliams38417.7186689815, Thankyou, that was very helpful, [QUOTE=sdunham]

    My hosting company uses ASPEMAIL - and I am trying to setup the mailing settings on ASPPROTECT - but cant seem to get it to work.   I've tried many different options - here are two that are the closest - but have issues:

    1. If I use the settings:

    email component: aspemail

    Mail remote server: my internal server name

    *no smtp authentication

    email mail notification - my email address on my internal server

    ***I get the following results:

           I can get get notified when a new user logs in, email a user from aspprotect user screen if they are in my company and have a valid email -- but I can not send to the outside world - I get an relay prohibited error.

    2. If i try to change the setting to use the Hosting Website email server - I get the following results:  I dont get notified when a new user registers, I cant send to internal company people - but I can send to the outside world.

    **any suggestions on what to do? I'm trying to work with the people who manage the mail servers - but since I dont know anything about them - its a bit difficult.

     

    [/QUOTE]

    The relay error is because when you send emails outside your email domain smtp authentication is required.

    I suggest trying to use CDOSYS with the smtp authentication option. CDOSYS is on all servers by default and is really the way to go. Use a real email account and password to send the emails through the server.  Be sure to check smtp authentication for cdosys and to specify all that info for your email account and password in the settings screen.

    If you want to know about CDOSYS read my article.
    http://www.powerasp.com/content/new/sending_email_cdosys.asp

    , if you are talking about IPN subscriptions and how they work paypal has detailed manauls on their site.. if you are talking about asp.net in general there are probably a lot of good books..

    the reason I said look at the aspprotect 7 code is cause the applications and database are very similar and the same techniques will apply for the most part as far as how the ipn subscription posts from paypal talk to the database and what happens during the various post events.. etc etc etc ,

    Thanks for that.

     

    I have tried InStr("*2*",>"0") in the query design window but it does not return any members.  

     

    I have orded a Access Bible to help me in furture

    ,

    The company that hosts our business web site has been impossible to deal with in assisting me in getting asp protect to work. Getting the rights set correctly took 6 days and then getting parent paths enabled has been impossible. There last response was simply this:

    The includes were changed so that if your server does not support "parent paths"
    ' and the "../" that you could easily change a few files like this and make the
    ' includes virtual includes instead of file includes. We didnt make them virtual
    ' includes by default because depending on where in your site you put the application
    ' the virtual include path would be different. They are also much different on a local
    ' development server than they would be on your real server
    '
    ' Here are some examples of what you might change these includes to
    '
    ' If you put the aspprotect folder in the root of your domain at your server
    ' example: www.mydomain.com/aspprotect
    ' then you would probably use
    '
    ' #INCLUDE VIRTUAL="/aspprotect/dataconn_inc.asp"
    ' #INCLUDE VIRTUAL="/aspprotect/config_inc.asp"
    ' #INCLUDE VIRTUAL="/aspprotect/scripts/emailing_subs_inc.asp"
    '
    ' Or if you didnt use the aspprotect folder and just put the contents of it in the root
    ' of your domain
    ' then you would probably use
    '
    ' #INCLUDE VIRTUAL="/dataconn_inc.asp"
    ' #INCLUDE VIRTUAL="/config_inc.asp"
    ' #INCLUDE VIRTUAL="/scripts/emailing_subs_inc.asp"
    '
    ' It really all depends on what works for your situation
    ' If you want more information on server side includes read this article at PowerASP
    '
    ' http://www.powerasp.com/content/code-snippets/includes.asp

    I am assuming that they will not enable parent paths and I need to modify some code. I do not know asp. WHere do I modify the code for a server that will not enable parent paths?

    Thanks,

    D

    , >>1. What is telling paypal to return the info to the ipn.asp page for processing?  Is that something I have to set up in my paypal account?

    Nevermind on this question.  I found the notify_url variable.  :-\

    Thanks,
    Michelle
    ,

    Just wanted to let you know that after modifying the remote host string in the email pages and getting the correct connection from my server, everything is running fine.

    I hope you enjoyed your vacation.

    thank you
    adam

    ,

    its just an example connection string in the datacon_inc.asp file
    you have the edit it to make sense for you..

     

    the readme.txt file with the sql directions tells you this if you use that script

    ------------------------------------------------------
    Examples of using DSN-LESS connections.

    The "SERVER" and "Data Source" settings are either the Network Name for the SQL Server or the IP Address.
    For local servers you can also use an IP of "127.0.0.1"

    GalleryConnectionString = "Driver={SQL Server};UID=aspphotogalleryuser;password=temp;DATABASE=aspph otogallery;SERVER=127.0.0.1"

    or

    GalleryConnectionString = "Provider=sqloledb;Data Source=127.0.0.1;Initial Catalog=aspphotogallery;User Id=aspphotogalleryuser;Password=temp;"
    ------------------------------------------------------ 

    cwilliams38325.8980324074,

    ok

    ,

    Hi all

    I logged in myself to my website, and I tried to log in to another with same username and password. But I was able to log in again.

    It was supposed to block me from logging in, but it let me to log in.

    there has got to be some configurations I must have missed.

    Could you instruct me on this Concurrrent login so mine works as well...

    thanks

     

    ,

    i've got a client who has handed me a 151 character banner URL, and i see that the database is designed to take 150 characters. i took the obvious step of just increasing the size of that text field in the database, but i still get this error when i try to enter the URL in the proper form field:

    Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.

    /banners/aspbanner/save_banner.asp, line 200

    now, line 200 is just this:

    If Banner_Link_URL = "" THEN
     CmdEditBanner.Fields("Banner_Link_URL") = NULL
    Else
     CmdEditBanner.Fields("Banner_Link_URL") = Banner_Link_URL
    End If

    which tells me that something is blocking the assignment of that long value to that field, even though i believed i had extended the length of that field in the source database.

    where else might i look?

     

    , no worries from me.  As with most software projects, i tweak the heck out of them and then have to make a big decision about whether or not i even want/need to upgrade.

    KT
    , well, I just tried a password using "abcdefghi" and like you said it did not work

    I am looking into that.

    Also, it seems I had the SQL scripts creating the "Old Password" field just in case someone needed it and I forgot about that. ,

    in Control_pic.asp is there way to wrap the description field so that it doesn't go outside the table.

     

    Thanks

    ,

    you can not limit image size using the pure code upload method. Its not possible using a pure asp method that I know of.

    You would have to be using one the supported commercial upload components and edit the upload code accordinly to limit upload sizes (you would do this by looking through their documentation and samples) I didnt include any support for upload file size limitations with the supported 3rd party upload components because in my testing I found it problematic with all but aspupload from persits software. (I have example coe for that component I can provide that limits the upload size and seems to do it well) I am sure it could work with safileup and dundas as well but I gave up trying.

    As for image resizing..
    Image resizing requires the use of one of the supported 3rd party image resizing components. You didnt mention if you are using one or not. If you dont have one available image resizing is just not possible as asp can not do that on its own.

    ,

    I do not have any programming knowledge and have what might be a simple question.

    I am having a hard time getting my hosting company to modify the rights on the data folder. They state they support ASP and access databases however this is the response I got when I requested the modify permissions set for the internet guest account:

    Were the rights changed on the data folder?  No, we do not manage rights to folders.

    My question to you is: Doesn't supporting asp require those permissions be set on the database folder or can asp (not just aspprotect) work without those rights modified?

    Thanks

    ,

    In a way your questions are confusing to me, but here is some information regardless.



    Using Active Sever pages you can not protect entire folders. It is simply not possible. ASPProtect is Active Server Pages scripts so it can only protect individual ".asp" files.


    If you are concerned about customers downloading the access database..

    best practive is to store it in different folder name than it came in
    best practive is to give the database .mdb file itself a different name
    best practive is to change the password on the access database
    best practice is to store it in a directory that is not part of your web if possible.. many of the better hosting companies have it set up so you actually can do that

    the more of these things you can do the better..

    And if you are really worried about security you should use a SQL Server database which nobody can download from your website under any conditions because your data lives in the sql server and unless they get the username/password to it they can not access it.

    cwilliams38306.6367708333,

    Are there any problems with modifying the default database fields.

    I need to have an update from net billing and they use different settings in the database than the default.

    Will the interface still be functional?

     

     

    ,

    also.. every once in a while I get some nervous person concerned about security... and the pros and cons of having parent paths enabled.

    etc etc etc

     

    so let me add this bit of info..

    I don’t know what your hosting company will say because it is an iffy topic and those that understand it have a hard time explaining it to someone who doesn't. Also usually the hosting company doesn't have a clue except they heard it was a security risk.

    Here is the low down from someone that really understands it...
    (well, at least I think I do)

    The only real security risks are from YOU and possibly other people hosting on the same server if they have parent paths enabled that is.

    Meaning your site visitors can't possibly do anything with it unless of course you let them upload and run their own asp files to the server.

    Anyway.. if YOU run malicious asp scripts you could potentially attack other sites on the server and look at things you shouldn't. As could other sites on the same server do to you I suppose.

    So, unless you plan on doing that or some other site admin on the server does it to you its not really a concern. Just an advantage in coding abilities.

    If you attack someone elses site on the server or lurk where you shouldnt then you are probably violating your hosting agreement.

    99% of the time everyone gets all nervous over nothing.. half the people nervous about this have sites nobody would ever want to hack anyway.

    Many people with a really important/busy sites are going to have a dedicated server somewhere so the setting is not relevant..

    The hosting companies of course have to warn you.

    This setting was enabled by default for years on IIS4-IIS5. I never once heard one single real story about anyone attacking anything because of this setting. That doesn't mean it doesn't happen but I am just telling you what I know.

    This is all my opinion so take it for what it is...

    If you are a Hosting Company your better off turning it on at the customers request, giving them a warning about it, and in turn having happy customers.

    The big hosting companies like Alentus and MaximumASP do it...

    There are far worse things than this to let people do after all.

    Beleive it or not I have actually been in servers where they gave the anonymous webserver acount modify permissions EVERYWHERE yet they disabled parent paths ????

    cwilliams38391.6024189815,

    I would look on the pictures folder on the server and see what is there for pictures. Also, when you see a broken X on the site right click and see where it is trying to get the picture from and what the pictures name should be.

    I would also be sure to clear out your temporary internet files in IE. clost and restart all browsers..

    maybe show me the site ? so I can see this happening ?

    cwilliams38348.9748726852,

    (User Search & Contact Mod) for ASPProtect Version 7.x

    This will allow an individual user to search for other users as well as email or call them.

    Notes: This is a down and dirty mod. The users page from the admin area was used as a starting point. I then edited it up real quick to be used as a user search. The way it is it shows the user email as a regular email link. If you want to set it up so emailing is done from the application and emails are not actually shown you will have to do some extra work. If you don't want phone numbers shown you will have to remove that column which is not very difficult.

    Directions:
    Back up your existing ASPProtect installation.

    copy "search.asp" into your "users" folder

    2006-03-10_143253_User_Search_Contact_Mod.zip

    Direct your users there. They will have to be logged in to view the page.

    WARNING: This has not been extensively tested for SQL Injection attacks.
    I think it is perfectly fine the way it is by looking it over quickly, but use it at your own risk.

    , Is there any update to this ?, I have been told it does as I got about 5 people or so who upgraded but I have not used SQL 2005 yet. I'll order a copy.,

    Hello,

    My guess your having trouble setting up a system dsn because the database has a password set on it. Your hosting company most likely sets up DSNs without using the advanced tab which is where the authentication information goes. Or they have some sort of web interface for the customers to use that doesn’t allow setting up that information.System DSN’s are actually difficult to set up correctly when the database has a password on it. There is of course a password on the database for security reasons so if someone ever downloads it somehow they will not get your information.

    System DSN’s are not the way to go regardless as you will see mentioned at our support site.

    http://support.cjwsoft.com/forum/forum_posts.asp?TID=9&P N=1

     

    You really should try setting up a DSN-less connection. It is the best way to go. They are easier to set up, perform better, and are less load on the server. Any host that wants it customers to use system dsn’s is not on the ball as far as server performance and server resource conservation goes. They are really asking for trouble down the road.

    All you need to do to make dsn-less connection is the following.

    Get permissions set for the folder the database is in (by your host)… then figure out the physical path on the server to the database by using server.mappath or you simply ask your host for the info.

    An article I wrote on using server.mappath

    http://www.powerasp.com/content/hintstips/physical-path.asp

    Then your connection string will look something like this.. (of course you edit the path to match what server.mappath tells you. And you make sure the database name is correct)

    ListingsConnectionString = "DBQ=C:\Inetpub\wwwroot\asplistings\_database\asplistings_ac cess2000.mdb;Driver={Microsoft Access Driver (*.mdb)};UID=Admin;Password=temp"

    Another option would be to simply remove the password from the database using MSACCESS.. then try to connect to it using a System DSN without the password. If your host is storing the databases outside of your web in the root of the server then removing the password on the database is not that bad of a thing to do as there is no way anyone will be able to dload it from your site. Of course there is a still a performace loss when using a system dsn with an Access Database

    cwilliams38145.8540509259,

    SQL Database Creation (NEW INSTALL)

    If you are creating a new database do so using SQL enterprise manager.
    Create a new database called whatever you like and keep all the default settings. If using an existing sql database skip that step.

    Now open up SQL Query Analyzer

    unzip the following sql script and open it in query analyser.
    2005-02-20_132116_aspprotect_v7_sql_script.zip

    VERY IMPORTANT
    On the drop down box at the top right make sure your intended database is selected. Otherwise your changes may effect the wrong database in your SQL server.

    Then load the script  into the Query Analyzer.  Click the green play button at the top. If everything goes well the response should read something like this.

    ******************************************************
    (1 row(s) affected)
    ******************************************************

    If so the tables have been created in your existing database.

    Now make sure an existing or new SQL user has (public / datareader / datawriter) permissions for the new tables. You will be referencing this user in the asp code connection string so this user must be set up correctly. You may need your SQL server admins or hosting company to help you on this step as you may not have access to do this. You may not need to create a user and set permissions as the sql user you were logged in as to use query analyzer may by default get the correct permissions on anything you create.

    Regardless, as you can see from this screenshot I made a SQL user called "aspprotectuser" and proceeded to set the permissions for that user. Under database access giving him (public,datareader, and datewriter permissions).


    Now, in the ASP files provided with ASPProtect edit "dataconn_inc.asp" with a text editor and modify the connection string info. Be sure to change the info to match your server,username, and password.

    Below is an example of valid connection string.

    ConnectionString = "Provider=sqloledb;Data Source=poseidon;Initial Catalog=aspprotect;User Id=aspprotectuser;Password=temp;"

    The  "Data Source" setting is either the Network Name for the SQL Server or the IP Address. For local servers you can sometimes use an IP of "127.0.0.1" or the name of the local server.

    "Initial Catalog" is the name of your database.

    Now, in the ASP files provided with ASPProtect edit "dataconn_inc.asp" with a text editor and set the DatabaseType variable to SQL like so.

    DatabaseType = "SQL"

    cwilliams38403.6834953704,

    Hallo,

    Can I change the number of the access levels?

    I want to have about 20 levels...

    Wink

    ,

    IMPORTANT UPDATE - READ THIS
    http://support.cjwsoft.com/forum/forum_posts.asp?TID=205& ; ; ; ; ; ; ; ; ; ; ;PN=1

    The 2Checkout Support Pack which is built in to ASPProtect 7 contains all the pre-built scripts you need to implement 2Checkout Payments with ASPProtect. You must be using version 2 of the 2checkout system. They are phasing out version 1 regardless so everyone will be using version 2 very soon if they are not already.

    THIS IS NOT INTENDED OR DESIGNED TO USE 2CHECKOUT SUBSCRIPTIONS. (see bottom of this thread for more info on that)


    This Support Pack basically gives you an additional signup and registration directory "2checkout_signup" and it should not interfere with any changes or customizations you have made to your ASPProtect setup in general. New users can register in this directory and pay for membership at the same time. Existing users whether active or expired can be sent to this directory where they can lookup their account and buy additional membership time online. You can also assign various Access and Group Levels during signup and you can set up various prices for various amounts of time as well. This is a real-time setup for the most part. As soon as a user pays via 2Checkout your system is updated and they will have access.

    The 2checkout pack is NEW.. and was released on March 19, 2005. If you don't have it and would like it please just ask.

    To start using this edit the "2checkout_signup/2checkout_config_inc.asp" file

    You will be entering your 2Checkout Account number in that file as well as the URL you want a user to go to after payment. It is all commented in that file. (There is also a testing variable you can set to True if you want to do testing without real charges being applied)

    After editing that file run this page.

    http://www.mysite.com/2checkout_signup/show_postback_path.asp

    Replacing the part in blue with your website info.

    It will report back that postback url you need to use in the 2checkout system.

    Log into your 2checkout version 2 account and under the "look & feel section" enter that postback url for both the "Approved URL" and the  "Pending URL"

    Trust me: You want the URL there for a pending URL because the 2Checkout system is quite random and 95% of the payments that come in go to the pending URL and end up being legitimate sales. (at least for me they do)

    Now make sure the Direct Return option on that page is on as well. 

    If set to Yes buyers will be immediately directed to your URLs below once they click the
    Complete Order button. If set to No the buyers will have to click a button to return
    to your URLs below. 

    Save that page... and leave 2checkout.


    Now, delete this page from your ASPProtect setup.
    http://www.mysite.com/2checkout_signup/show_postback_path.asp

    It's a minor security risk and is no longer needed needed.

    The basic setup is finished. All you have to now is set up payments options the way you want them.


    Changing Payment Options

    In the "2checkout1.asp" file there are form options set up.

    They look like this and you can have as many as you like.

    <option selected value="30,9.95,3,">30 Days, 9.95</option>


    In this option... A user has the option to purchase 30 days for $9.95 and he will be set to Access Level 3 when payment in completed.

    Here is how it works.

    The value setting (red) is essentially and array that can be made up 4 elements separated by comma's
    They must be separated by a comma and there can be no spaces. In this example the 4th value was not used but the last comma must still be there. If you didn't want to set an access level and left out the "3" there would 2 commas at the end.  etc etc
    Basically there must always be 3 commas but you only have to set the 1st 2 values which are days and price.

    days,price,access level,groups

    The 1st value is the amount of days.
    The 2nd value is the price for the amount of days.
    The 3rd value is the access level you want to user assigned to.
    The 4th option is the groups you want the user assigned to. (see PayPal subscription thread for examples of specifying group info)

    Now, the label for the option in (blue) can say whatever you like.

    , It looks like your product is perfect for my new site, but I have one question. One of the pages I want to protect on my site will be called by an application running on a remote server every 15 seconds. The application can include the username and password in the URL it is calling. Will your product allow access to the protected page on my server? ,

    Alternate Method to call banners from non ".asp" pages.

    <iframe src ="http://localhost/aspbanner/aspbanner/aspbanner_inc.asp?Ban nerZone=4" width="468" height="60" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>

    Be sure to delete the space in the BannerZone variable above. I am not sure why it is doing that in this post.


    You can try calling the banners in an simple iframe like so.
    This method should work much better than the javascript method because users with javascript turned off will still see the banners. You also will not have any of the limitations the javascript method has. Iframe is now supported by most recent browsers so it is now a good solution. Here is a chart that shows which browser versions support iframe.

    Be sure however to edit the height and width values accordingly as that is very important.

    cwilliams38105.8437384259,

    Most likely it is no longer supported on the web server. The web host probably moved you site to a windows 2003 server which does not support cdonts or they stopped running the IIS SMTP server.

    You usualy wont get an error..

    it is also possible that cdonts is boned up as it is pretty flaky and that tends to happen. For example sometimes the emails it is suppost to send get caught up in the smtp pickup directory and never get sent out until the server is rebooted.

    You should really ask the hosting company why cdonts has stopped working. It definetly has nothing to do with the code if it has been working all that time.  If CDONTS still is supportd tell them you emails are in limbo. Ask them to look and see if a bunch of ".eml" files are stuck in the stmp pickup directly and if so to please reboot the server.

    lastly:
    cdonts has been deprecated and now everyone uses cdosys.
    see my article
    http://www.powerasp.com/content/new/sending_email_cdosys.asp

    ,

    its one or the other... you cant protect upload.asp at the same time if upload.asp is included in another page..

    I mean sure you can protect upload.asp from running when another page calls it by password protecting the page calling it.

    And sure you can protect upload.asp by itself if it also runs all by itself. But you can not include the "check_user_inc.asp" more than once in any order of execution scenario. That includes pages being included.

    Generally anytime a page is included in another that included page is not meant to run by itself and wouldn't produce any outcome if run by itself so this would never be an issue.

    if you don't want "upload.asp" to ever be run by itself in that scenario put it somewhere in your web site that is not web browser accessible.

    I would also suggest you look into using Virtual includes. It will save you a lot of time figuring out this sort of thing "../../../../../" becuase once you figure out the virtual include path you can use the same server side include from any directory level.

    http://www.powerasp.com/content/code-snippets/includes.asp

     

    ,

    Ok, if the link to the import/export screen does not show up its probably because you never put the import/export path in the admin settings?

    go check that for me.

    cause running that page without a path for the files could cause a timeout.. thats why the link doesn't show if the path is not entered (so people won't run it)

    it looks sorta like this (there will be a field to fill in which wont show here)
    Settings below specify the physical directory path of the export directory. This is used by the system when using the import/export feature. The export directory needs modify permissions for the anonymous webserver account.
    ExportDirectory


    the path must be valid for your file structure and it must have correct permissions (when creating files) ,

    That was wrong of me but not what I meant. It seems as soon as I purchase something like this it doesn't work right and it can't be altered to work with what I have. The support ends up sucking or being none. Listen I’ve gone thru you're product and it's wonderful and does exactly what you say it does so that's a relief. Sorry about my ignorance with .NET but I’m from an ASP world and it's a lot different. You can see what I’m trying to protect here http://www.hotmixxent.com:8087/default.aspx. The final site after testing will be http://mxais.sfmx.org/default.aspx. Again thanks for the support on Christmas Sunday, that’s defiantly beyond the call and I appreciate it a lot.

    ,


    Timecard Entry: 3/25/2006 4:40:29 PM

    Marketing Meeting, spreadsheet for payroll started, Revise line of credit term sheet and guaranty agreement, Walker, *CommArts, timecards, calls and email, dial in issues log incidents that I took care of from home, Billing calls. , general, help and matinence on building, vachumeing , HB A/P - paid bills, Off Site, jays village, dealing with laptop, director of projects work, w/ Andy and Randy re: changes and what we need to do to handle everything., Steve is still in his meeting so I'm continuing on practicing and using Interdev 6, Drive to Ogdensburg (75 miles), Howard, Randy - IPRS Syracuse, They were., General, Stopped at office to check in, make sure things are ok., get some network configs to seth. go, Answered phones, and did call backs., Had food, Skeemers, training....working on the TIITC canadian zip function...site is already live, Setting up an ISDN modem, taking it over to the Watertown Chamber, testing it out, ruling out that it's Bell Atlantic's equipment., Daily Evening Meet, TICC paid bills, prep for jcc meeting, Return call to Broadcast Center,

       Active Server Pages Rule The World
    Contact Us  
    All artwork, design & content contained in this site are Copyright © 1998 - 2025 PowerASP.com and Christopher J. Williams
    Banner ads ,other site logos, etc are copyright of their respective companies.
    STATS Unless otherwise noted - All Rights Reserved.

    Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com