Search

You searched for the word(s): userid:765106

Matching Posts

  • Re: Classified Car Kit Database Problem

    I would not delete anything until you know you can access an instance of MS SQL Directly here is an example of the connection string you will need how ever using SQL server the way you wish to requires you to administor and set up MS SQL 2008 (typically there are training courses that take a few weeks to a month for this as there really is a lot to know before using production Data Servers) or if you are using an express version you (to my knowledge) simply can only use this for developemnt via attaching
    Posted to Classifieds Starter Kit (Forum) by Spider Master on 6/28/2009
  • Re: Classified Car Kit Database Problem

    This error is simply telling you the connection string is wrong. (local) is not a valid SQL Server Instance. If this is the first time you are attempting to build using VS directly with SQL server i would suggest Researching and understanding Sql server instances on your local machine as there is a lot more to using this approach than meets the eye. There are tutorials here on asp.net and information on msdn on how to connect a database directly to an instance of a local MSSQL server
    Posted to Classifieds Starter Kit (Forum) by Spider Master on 6/27/2009
  • Re: Override IIS and allow *.config file downloads

    .config is simply a security protected masked extension for .xml I would recommend just changing the extension to .xml By using .config as an extension on the IIS server is telling the server hey this is for you only (IIS) the server handles this with great selfishnish and does not allow "remote access in any way" to the extension .config This is the same for Protected folders (App_Data, App_Code, Bin and other extensions such as .dll) If you really want to allow permissions to the extension
  • Re: Bug...once logged in, My Current Ads Posted date is wrong

    This sounds like a case of the 2008 BETA version bugs in the classifieds starter kit downloaded from this site that have been experinced by many for the past 2years and nothing has been done about it. There are various places on the net you can download the 2006/7 final release. google it. Anyway if you want to get past this and maybe your site is like mine where you will have people from different timezones making use of your site follow these steps. On the create new ad page find and locate any
    Posted to Classifieds Starter Kit (Forum) by Spider Master on 6/24/2009
  • Re: Accessing page controls from HTTPModule when custom HTTPHandler defined

    Just a thought. Have you considered creating your own PageBase Class and inheriting that rather than System.Web.UI.Page If you were to do this then you would not need to scan the page becuase you will allready have you answers and full manipulation over rendered controls!!
  • Re: Tracking URL Display on Showad.aspx

    Interesting! About 2years ago we incorporated a tracking system that is based in the URL Query string. This was great but over time we needed to Add more {QueryOperators}={LongValueString} We decided we needed to do something about these plain UGLY Urls. This is was our solution! Common and frequent Urls were allready managed so we applied Unique Ids in place of the old Urls, This was great but we still had the problem of Ugly Urls (http:// www. MySite . com/?RefrenceId={CommonRefrence} We know that
    Posted to Classifieds Starter Kit (Forum) by Spider Master on 6/17/2009
  • Re: create virtual subdomain !!!

    This is something you will need to set up with your hosting provider. Typically you have the option to access a Domain Manager from your hosting Panel. Every provider is different. If you are wanting to set up a sub domain in a virtual sense you will need to ensure your hoster can provide you with what is called wild card sub domains! Hope this helps.
  • Re: Classifieds Starter Kit Final version

    Im not to sure bout newer members, but try clicking the button that has "Answered" on it. If it changes back to "Mark as Answered" you will also need to change the value in the drop down list to Un-Resolved
    Posted to Classifieds Starter Kit (Forum) by Spider Master on 6/15/2009
  • Re: Classifieds Starter Kit Final version

    The current Version in the getting started section is still believed to be a Beta version that is known for its never ending bugs and its functionality is simply not comparable. If I am wrong please inform me If I am right then I would suggest browsing through the many posts such as this one ( http://forums.asp.net/t/1417097.aspx ) to ask a user with a final working version.
    Posted to Classifieds Starter Kit (Forum) by Spider Master on 6/15/2009
  • Re: How to add and manage Ad-banners?

    Your question brings to mind thousands of possibilities so rather than spend the next week typing them out the easist way for you to get started would be to simply apply something to your master page like Google's Adsense, Its free. Even better it makes money and you dont need to source clients. From the toolbox in VS you can drop an AdRotator on the page and link it to an xml file. BanManPro is an expensive but well advanced Software that plugs in the backdoor of your site so to speak but is
    Posted to Classifieds Starter Kit (Forum) by Spider Master on 6/15/2009
Page 1 of 44 (433 items) 1 2 3 4 5 Next > ... Last »