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

PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds



Blog Entry: 3/25/2006 4:42:48 PM

We do not have plans to support recurring payments via 2checkout because their system is not flexible enough to allow it to function correctly. Basically their system will not send notifications to our system when a recurring payment fails and therefore there is no way to automatically disable a user that cancels or does not pay. etc etc.. ,

- I am using the original files that came with the software.
- The software ads items to the database flawlessly.
- ASPImage works great.

- When I try to remove an ad or an image it says it's been removed.
- The ad does not show up on the site anymore.
- BUT, when looking at the sql database the ad is still listed there.

Why is the software not deleting the columns from the database and the images from folder?

Note: My other tables for other projects, in the database, allow me to delete them.

,



so use the connection string the readme.txt in the sql installation folder file tells you to... it has the correct username.. I just posted that info above

or change the username in the connection string so its rigfht

or go into sql and give any user you want access to the database and use them



Any connection strings that come in the datacon_inc.asp file the way it ships are examples. We fully expect people to edit them.

Also.. the SQL scripts primarly goal is give you a properly set up database with correct files and table settings. Users and permissions often need a little extra attention from the installer as that part doesn't always get set right by the scripts It really all depends on what sql user you are when you execute the scripts. Many times the user someone logs in with doesn't have permission to make users and set permissions.

cwilliams38325.9116898148, ok,

Hi Chris,

 

Thank you for your prompt response.

Our current project requires alot of customization.

 

Yes, the error is probably a data problem and not due to your code, because we needed to make modifications to the database.  But that's why debugging would be helpful.

 

Basically our intent to modify the asp protect code stems from the fact that our client doesn’t want certain fields to be recorded or to appear: address, city, state, zip etc…

 

We are happy to be able to modify the HTML, but we also want to modify some other default behavior, such as which page opens when the "cancel" button is hit in the editaccountinfo.aspx page.

 

 

,

Anyone have any experience configuring PhotoGallery to use a backend mySQL database?

The application connects successfully for Read operations, but no amount of troubleshooting can get it to Write records to the tables.

http://www.marc-lisa.com/photos/default.asp

, it makes zero sense really... in the 4 years we have sold this application this is really the weirdest thing anyone has had happen..,

Both the NET and Classic ASP versions of this application are designed for fine granularity protection of individual apsx extension files. ASPProtect.NET is not designed or intended to protect sub directories, or non aspx content such as Adobe Acrobat .pdf files etc etc.

I completely disagree with your statement that “most sites” have a login box on the left hand side of the page. I suspect you thinking of the ever popular php based forums and “Nuke” type CMS systems which are set up that way but if you look at any site written entirely using .NET that’s rarely if ever the case. (Granted I cant say for sure because I personally haven’t looked at >50% of the estimated 18 billion +  web pages on the internet) Just off the top of my head www.CafePress.com come to mind as a pure .NET site. If you take a look the login button it takes you to its own login page there is not global login form used throughout the site. Reason being that .NET introduced this thing called a “view state” which is used to store things like your session ID (and way more) and must be posted back to the server in order to keep track of visitors. This technology comes in especially handy when you have a web farm in place and your content is being spit out out by more than one server at the same time

I can think of loads of scenarios where the web servers need to know who you are even though you are never directly contacting them via http. This approach is a very smooth and actually very clever solution for enterprise level websites that simply can’t be handled with a single web server.

 On a practical level I know what you are saying but that application sets up all sorts of things when a protected page is accessed and the user is not yet authenticated. That’s the entire reason you need to put that snippet of code at the top of a page you want to protect. That code snippet calls the ASPProtect.NET class and runs through all the logic to see if you are able to access the page. If you are the subroutine exits and the server continues to process the remaining logic on the page. AKA you are able to access its content. If you are NOT authenticated ASPProtect will setup all the proper session and viewstate info and redirect you to the login page for authentication. You may have also noticed a parameter on the login page called ReturnURL. The application looks for that info and if you do have a user ID and password the application automatically redirects you to the page you were trying to access in the first place.

Really I have no idea what you are trying to do, but there is a world of difference in how something looks verses how it works. Lets just say there was a simple way to do what your thinking, what are you going to do with that login form after the person logs in? Just keep displaying it on the entire site so people get confused and don’t know if they are logged in or not? Just that little part of the equation will require making some changes to either ASPProtect.NET or your application will have to have some logic built into it to stop displaying the login forum.


It sounds to me like your basically looking for a super simple 101 type deal that allows people to sign up for an event and you the admin can see that information? I’m guessing they can also log in again and check out their details and see what event they signed up for?

If that’s the case you’re trying to take a very sophisticated protection application and downgrade it into something that would be one heck of a lot easier to write all from scratch in about an hour.

Your not going to be able to “plug and play” a simple form into a page and turn that application as a magic universal login solution for a website, while its 100% possible to use the application that way if you choose, you need to check out the source code and plan your custom integration accordingly.



,

Hello,

Again, enspecified error are not very helpful.
An error usually tells you at least a line number and page or something.

Please read this as it might help do tell me more.
http://support.cjwsoft.com/forum/forum_posts.asp?TID=11& PN=1

As for only happening once in a while. It could be a lot of things.

Version being used (when did you purchase.. what name/email was it under and I can look) ?
What banner method being used?
Access or MSSQL ?
How busy the site is ?
Server Resources ?

cwilliams38414.6114930556,

Hi, its just not something i can suppport as I do not support custmizations to the code epecially when dealing with an image component that is not supported by the application.

Sorry, its something you have to figure out. Bascially I would suggest looking at the existing asp image resizing code and using that as a guide.

Have you considered just buying a license of ASPImage and asking the host if they will install it after you purchase it. It sounds like it may save you a lot of time.

If you are ever looking for a good host for ASP. www.alentus.com is one of the best. There 9.95 plan gives you access to 3000.00 of commercial quaility asp components also which is nice.

 

, How about the option to add an unsubscribe link to the end of newsletters that are sent out and a function that will uncheck the newletter field for that record if they click on the link?

Please??? 

Thanks,
Michelle  ,

If you are using version 6 CDOSYS is not supported. That is one reason why version 7 came out. If you want to rewrite the code to work with CDOSYS in version 6 that is something you need to sort out on your own as I do not support custimization to the code.

, Is there somthing I need to change in the settings to get the hit count to update?,


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


The IPN Subscription Pack which is built in to ASPProtect 7 contains all the pre-built scripts you need to implement PayPal IPN Subscriptions with ASPProtect. IPN stands for (Instant Payment Notification). It allows you to set up scripts on your server so whenever a PayPal payment is processed the PayPal server sends info to your server regarding the transaction and vice versa. This is a fully automated process and allows you to charge users for access by the month or however long you like.

The Subscription feature of PayPal handles recurring billing automatically. The PayPal server will communicate with the ASPProtect system and keep everything up to date with users and their subscriptions.

This Support Pack basically gives you an additional signup and registration directory "paypal_sub_signup" and it should not interfere with any changes or customizations you have made to your ASPProtect setup. New users can register in this directory and sign up for a subscription at the same time. Existing users whether active or expired can be sent to this directory where they can lookup their account and start a subscription. 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 PayPal your system is updated and they will have access.

To use this all you need to do in ASPProtect 7 is enter your PayPal account name into the settings screen. It will be an email address. You'll need a business or premier account with PayPal and you will need log into your PayPal account and turn on IPN in you profile. They make you enter a default IPN URL. We do not use that so if you already have something there leave it there. If you dont have something there you can type in any the full url to any page on your server. It's probably best to send it to an empty ".asp" page or something.

Changing Payment Options

In the "paypal1.asp" file there are some sample payment options set up.

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

<!-- Begin Payment Option Code -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">

<% Label = "Membership (1 Month) $9.99 Recurring" %>
<!-- Begin Form Fields You Can Edit.. See PayPal Subscription Manual For Details -->
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="a3" value="9.99">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
<!-- Field Below must have 2 commas First two values are optional (access level,groups,user ID)-->
<input type="hidden" name="custom" value=",,<% =User_ID %>">
<!-- End Form Fields You Can Edit.. See PayPal Subscription Manual For Details -->

<!--#INCLUDE FILE="form_data_inc.asp"-->
<input type="image" src="https://www.paypal.com/images/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">

</form>
<hr>
<!-- End Payment Option Code -->

 

To really understand what these form values mean it is best to look through the PayPal Subscriptions Manual which is a PDF file you can get from the PayPal Site.

This link was valid the last I checked...
Subscriptions and Recurring Payments Manual

It also may be helpful to use their wizard to create some subscription buttons with different settings and then look at the code generated.


Bascially these are the important ones..

  • a3 - amount to billed each recurrence
  • t3 - time period (D=days, W=weeks, M=months, Y=years)
  • p3 - number of time periods between each recurrence
  • The custom field is something we are using to send info from ASPProtect to PayPal.
    it allows you to set the access_level or groups access (groups support require the ASPProtect Option Pack)

    <input type="hidden" name="custom" value=",,<% =User_ID %>">

    or this example where we are setting the access_level to (2) and also giving the user access to groups (3 and 4)

    <input type="hidden" name="custom" value="
    2,*3*4*,<% =User_ID %>">

    Here is how it works.
    The value setting (red) is essentially and array that can be made up 3 elements separated by comma's

    access_level,groups,User_ID

    If you do not want to set the access_level or groups access.. then you don't even need to edit the setting.

    Values must be separated by a comma even if there is no value and there can be no spaces.  If you didn't want to set an access level or groups there would still be 2 commas at the beginning.  etc etc
    Basically there must always be 2 commas but you only have to set last values which is the User_ID from the ASPProtect system.

    The 1st value is the access level you want to user assigned to.
    The 2nd option is the groups you want the user assigned to. (requires option pack)
    The 3rd option is the User_ID which the system takes care of. Do not edit this option. Leave it as <% =User_ID %>

     

    cwilliams38421.7141782407, ok, Riiiiiiiiiiiiiiiiiiiiiiiight.

    Even though I have a big disclaimer that the account is totally worthless without someone paying to activate it, the new IDs keep coming, about 3 a day.
    ,

    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

     

    ,

    Ohhh...

    I was thinking it worked like this; A user goes to that page and logs in.. and from there they can then browse the site and do what they want..

    So in order for it to work i need to edit a page say... members.aspx (i assume it needs to be an asp.net page) and in the header put that protect code and when a user accesses it, it will prompt them for their un and pw and then if correct will allow them to view the page... and likewise if they are still logged in will be able to use the page?

    If that is how to works as i mentioned above thats great...

    I understand the redirect principle...but say i have a log in box on the main page... you know like most pages have a user log in on the left hand side... i wanted to do that. But i cant obviously protect the main home page or else normal users will not be able to view it without logging in or registering

    ,

    Wondering what might be causing a long delay to display the login screen?  This does seem to be intermittent.  Could be server/ISP related? Have experienced enough times to justify posting this question.

    I can count up to 20 seconds after clicking on the link.  After login all other selections zip right along without problem.

    http://gibsoncity.us/aspbanner/

    Thanks, Lance

    lancem38319.6117939815,

    if you use either of those options the mail server info you use must of course be valid (example: mail.somesite.com) your host can provide that info

    you should also make sure your sending the emails using an account at your email server.. not some other email you have


    other than that if it does not send emails it could be because your hosting company may require authentication for outgoing emails...

    ask them ...

    if that is the case the version of ASPBanner you have does not support sending email that way and you would need to add the necessary code to any places that send email... in order for emailing to work

    , You are right.
    I have SQL server.
    From August to today I have used a very simple login system and now I come back to you for better.
    I can insert, edit, delete  users but it happens what I mentioned in my first message.
    ,

    More Info on Simple File Sharing

    http://www.practicallynetworked.com/sharing/xp/filesharing.h tm

    http://www.theeldergeek.com/quick_guide_to_simple_file_shari ng.htm

    http://support.microsoft.com/default.aspx?scid=kb;en-us;3040 40


     

    ,

    Thanks, I'll take a look.

    Nick

    ,

    been working on this for about 5 hours today.. I think I found the problem and it involves a vbNullChar that the encryption process is creating only during login attempts

    it then messes up during ASPProtect authentication because it blows up the SQL Statement to the database

    like I mentioned before the chances off this happening are slim but possible as two people so far have been able to create the situation

    I seem to have the HANNAH password working now using your encrption key

    I need a little bit more time to clean up the files I have been working on. Then I will give you new "check_user_inc.asp" and "check_admin_inc.asp" files to try out

    ,

    that's they way it should be done..

    the only other thing would have been to test everything with sql before trying to import any data.. and make sure all was fine at that stage




    more info on the errors would be helpful.

    Id' also carefully visually compare the SQL tables and fields with the SQL scripts and make sure all field types and settings got set correctly.

    Also, make sure the user accessign the database has datareader and datawriter permissions of course.

    , Oh, it does seem to put the photo in the correct directory.,

    Chris:

    I just got done trying it myself and it worked great for me too. I was aware of the security issue, but I'd already planned on using SSL for this particular call, as well as for the secured pages accessed through the normal process, so the bad guys will be kept at bay.

    Thanks for the help.

    , You cannot use server mappath in the connecting string of the application. If you want to know why read my article.
    http://www.powerasp.com/content/hintstips/physical-path.asp

    Make your connecting string just like in my example.. do not use the oledb connection string either as it will cause other problems.

    If you need to find out the path to the mdb file you can use server.mappath to get that info but do not put server mappath in the connecting string. See my article again.

    then if the database folder has proper permissions and the path to the mdb file is valid it will work... otherwise you get useless errors,  its really that simple.

    You also may want to download ASPTest from www.cjwsoft.com it is designed to show a person how to setup a working data connection.,

    Update..

    I have support for the ibulc image uploading client working.

    http://www.ibulc.com/

    There is also an option in asp photo gallery pro to store the images original filename in the description field which is pretty cool.

    Ibulc client bulk upload support currently only works with the pure vbscript upload or the safileup component. (I may support the other two components asp photo gallery can use but it really depends on time) The pure vbscript upload code I am using for this is much better than the code I was using before so that method should be offer decent performance for anyone though using a component is always better.

    I still have to add the ibulc feature to the users side. It currently all only works for an admin user.

    The whole process is very cool. You install the ibulc client on you computer. It's tiny, and free for uploading up to 10 (100kb) pictures at once. You have to by a domain license from them to do more than 10. Anyway.. it lets you select multiple pictures off your hard drive and it then uploads them all at once with individual progress info for each picture. Its really cool and since it really treats each picture as an individual upload it doesn't hammer the server with one big upload at once.

    I also made it so you can start the picture uploads at any picture number.
    So if you already have pictures in an album you can add more without losing what is already there.

    This was one of the main features of the new version and now that it is working hopefully I can tie up any loose ends and get the new version out soon.

    cwilliams38327.5488541667,

    Hello -

    Believe it or not I finally can access the photogallery. You were right Chris regarding the unzipping of the files.

    Now onto the next challenge! I have set up three categories and proceeded to create a test album. I uploaded a couple of pictures (yeah that worked!!!) but the album does not show up on the default.asp page under the category.

    Please advise -
    Rhona (rookie)

    ,

    How to set a new users expiration date.

    You'll need to edit the "users/add_new_account.asp" with a text editor.

    Find this section..

    <%
    CmdAddUser.Fields("ValidateEmailCode") = ValidateEmailCode
    CmdAddUser.Fields("Access_Level") = ""
    ' PUT YOUR CODE HERE
    CmdAdduser.Update
    ID = CmdAdduser("ID")
    CmdAdduser.Close
    Set CmdAdduser = Nothing
    ConnPasswords.Close
    Set ConnPasswords = Nothing
    %>

    You'll want to add code like this right between the Acccess_Level  and Updates section

    CmdAddUser.Fields("Expiration_Date") = Date + 60

    That will give take todays date and add 60 days to it.
    You can of course do whatever you want here.

    Actually, any database value for the user can be set during registration.

    You can also change the default Access_Level to whatever you like.

    cwilliams38403.6828587963,


    AUGUST 12th 2004

    NEW VERSION OF ASPBANNER IS BEING RELEASED THIS WEEK

    ASPBanner Unlimited Version 8.0

    It is completely finished.

    http://www.aspbanner.com/

    This new version has more features and is selling for $99.95

    Unlimited Version 7.3 is now named "ASPBanner Standard"

    Owner's of Unlimited Version 7.3 can get an upgrade to Unlimited Version 8 for the difference in price (based on current pricing)

    It is available now for purchase at the following link .

    http://www.aspbanner.com/purchase_unlimited_v8.1_classic_upg rade.asp


    The new version can use your existing database so it is a fairly easy upgrade.

    If you are not an existing ASPBanner Customer you can use the following link to purchase the application normally.

    http://www.aspbanner.com/purchase_unlimited_v8.1_classic.asp


    Notes on the new version:

    ASPBanner Unlimited Version 8

    Improved graphics and some new icons

    New reports screen... 4 reports total   3 of which are new

    New Iframe Banner Calling method with built in auto refresh feature so banners can rotate at a specified interval on their own

    New Zone Order Informaion Page
    Visually shows you what the current rotation looks like for a zone

    Banners can now be stopped at a certain date and at an impression limit
    Whichever is hit 1st.. before it was just one or the other

    New "data" folder... this new directory is the only directory that needs permissions
    this should make setting up the system and permissions a breeze.. all cjwsoft applications will
    eventually use this same folder

    New configuration text file... eliminates config table in the database and allows us to easily
    add more config options in the future without changing the database.. means easier upgrades down the road
    and faster loading of the configuration data

    New application data connection wizard
    makes setting up the data connection a no brainer

    more overall emailing methods supported

    CDONTS
    CDOSYS
    ASPEMAIL
    ASPMAIL
    ASPSMARTMAIL
    DUNDASMAILER
    JMAIL
    SASMTPMAIL
    Bamboo Mail
    Simple Mail
    ASPQMail
    QuickSoft EasyMail Objects
    OCXMail

    Persists ASPEMail now supports outgoing SMTP authentication.
    Simple Mail now supports outgoing SMTP authentication.
    It is becoming popular for ISP to use this.

    Emailing code now uses functions so we can easily add more email component support down the road

    Flash files (.swf) can now be previewed and used in new banner right from the upload page
    before this could only be done with image files

    Users page now has a notes popup feature
    when you hold the mouse over the icon you see all info on a user without needing to edit that user

    Edit banner page now shows the color of the banner status in the dropdown menu

    New clone banner feature.. allows you to easily create similar banners

    Banner application page has been optimized to be even more efficient

    Javascript popup calendar date selectors

    Ton of misc little things & Improvements...


    Some Screenshots












    ,

    Hello,

    VBScript is the most popular ASP scripting language, and has the most support available. I estimate that less than 5% of the ASP coders out there use anything other than vbscript

    That being said it specifically says on the aspprotect site ASPProtect is only for use in protecting asp using "vbscript" as the language.

    http://www.aspprotect.com/more_info_full_v7.asp

    http://www.aspprotect.com/comparison.asp

    it is something I specified very clearly for this very reason.

    Sorry, but you can not use ASPProtect to protect pages using Language="Javascript". The code is too complex to be mixed with server side Javascript.

    To password protect asp pages written using "Javascript" you really need a an application specifically written in and designed to work with ASP pages written using "Javascript". And then of course that application would not be able to protect ".asp" pages written using "vbscript." (I mean never say never, but it would be a ton of work to get both working and I doubt you will ever see a commercial application that does both)

    as for switching back and forth between vbscript and javascript you really can't except with very simple code. Doing so with anything complex can be extremely problematic because the order of execution sometimes gets all mixed up because of the complexity of the code being used.

    That doesn't mean it can not work....

    You would really want to do something like this.


    do not specify a default language at the top

    surround the aspprotect include file with this

    <SCRIPT Language="vbscript">

    </script>

    surround your javascript code with this

    <SCRIPT Language="JavaScript">

    </script>

    then make sure none the code including the aspprotect include file has any <% or %> tags in it

    that means you have to remove that sort of thing everywhere... that means a lot of work if you used a lot of that sort of thing instead of response.writes to write out html type stuff

    and again... I don't know if you would ever get it all working

    ,

    Thanks, I really appreciate you working on this. The software works GREAT and the support you give can't be beat. I will definately tell other that are looking for software for their sites to check your first.

     

    one more question.

    To use the bulk upload feature of aspuload, do I just need to add another upload section to the same upload page, that will allow more than one file to be selected then tell it to put the files in as Photo 1, 2, 3 etc.? I am a rookie at ASP but I think this is possible and with a little research I should be able to get it going.

    Just want to make sure I am on the right track.

    Thanks

    ,

    rrabago

    I have been looking over the code and also doing some tests.

    So far everything in the code looks correct and everything I have tried has worked correctly. If I select an access level and active users it is not sending emails to inactive users as you stated.

    Are you using the option pack ?

    cwilliams38103.9618402778, CDOSYS is the way to go usually...
    My article may shed some light on the different ways to send email using CDOSYS
    http://www.powerasp.com/content/new/sending_email_cdosys.asp

    As for eliminating the registration its pretty much like what you said.. manually remove the links and what not... etc etc and dont send users to the registration pages..

    If you dont want people to be able to edit their info ever... or retrieve lost passwords.. you can delete the users folder completely..

    though it's probably better to leave some of that stuff and just disable the registration links and page...

    The paypal and 2checkout folders can be wiped out completley either way as you won't be using them at all.  ,

    Your probably talking about "Session.Timeout" which is a feature of the IIS webserver. Please do a google search on it for more information.

    In the meatime if you look at the top of the "check_user_inc.asp" file you should see a section like this where you can try to change the value.

    ' Minutes you want before the session times out.
    ' This is set on the server to be default to 15 or 20 minutes depending on the server version
    ' You can change it there or override it here.
    Session.Timeout = 30


    Specifying it like that is supposed to overwrite the value for your web in the IIS console which is usualy 20 minutes.

    ,

    ok,

    when you say "we have set up to use the Subscription services exclusively for all new members "

    I am sorry to have to ask this again but what does that mean exactly ?

    how was that accomplished ?

    The reason I say this is because when a subscription is created by a user through the normal channels.. meaning they went to the paypal subscription directory and either started a new account or found their old one to start a subscription with.. either way the PayPal Subscripber ID that paypal assigns is added to the database for that user and the expiration date is set to null.

    Now, that being said the function that sends expiration emails to users will NEVER send an expiration to a user that has info in their PayPal Subscriber Field in the database. I just double checked that.

    So that is where I am confused ? How did all these users get set up to use subscriptions and not have the PayPal Subscriber ID field popluated in the database ?

    Seems to me the only way this could happen is if you set some stuff up manually and the PayPal Subscriber ID for each user never got put in the database. That and the expiration date didnt get set to null.

    Again, I am sorry to keep asking this but it just seems to me that something else must be going on that I am not clear on regarding how you upgraded these people to use subscriptions.

    In the end I think the answer may be to manually make sure each old user now using subscriptions has their PayPal Subscription ID set in the database as well as their expiration date from before set to null.

    , new version is still not finshed as of the end of the year... I am not going to release it until I feel it is ready.,

    I have been working on this all night long. I have been reading every possible article. I have created an ODBC connection on the server.. which i have never done before? Still nothing. I looked at the machine.config file... i read about impersonating whatever the hell that is... I am really stressed out. I have the 1.1 framework installed.

    I read about dsn and dsn-less connections. Is there another way i can connect to the database? Without using a username and pw maybe?

     

    ,


    Timecard Entry: 3/25/2006 4:42:48 PM

    Lunch, Few calls regarding accounts is all....very slow! Surfed the net and chatted with some friends while studing mags I brought in. , lunch, RIVER ROAD, readied money for clayton, checked accts in imail, filed customer paperwork, went over billing email with jodi, answered phones - sign-ups, acct changes, cancels, sat in on mini inservice on dsl by Chris B., reviewed procedure for printing invoices with jodi so i can write up procedures. worked on key bank request for kontrol kard inventory, made sure csrs have all needed dsl forms stocked, prepared preliminary staples order., email voicemail prep for johnson go over with paul marketing info for tom, MOPS, RandD work - wireless and online banking, finish troubleshooting Chamber ISDN circuit, configure all pcs' (6) for internet access, USA1NET/reconcile, Lunch, not too bad...., installed and configured imail and norton antivirus for internet email gateways onto a box, updated the norton virus definitions, sent the box virus via email... worked very well caught all the viruses. Imail not total setup right to send mail in and out of it. needs a bit more looking at., meet with mark f, working on channel partners page, assiting Bill and Chris N. w/problem reports page, helping techs w/questions, Time Sheets, took care of the incidents I had open., check voive mail /email, had some email calls. general stuff, lunch, modify graphics for additions on FX web site, INSTALLING & WORKING WITH THE NEW FLASH 4, email, working on Albany project production site (http://capitalmls.com/production.htm), Review WANS, Reschedule appoinment, enter remining web billings for July, make correcting entries for July, meet w/Adam re: Open SRS, meet with Dave Catrucci et al. *lunch, took in several calls through the night. Continues to update myself by reading thru windows help files and applying applications.,

       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 a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. 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