Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jimi2Cool
  • Content: Threads
  • Order by date
  1. Jimi2Cool

    Allowing URL masking where the file does not exist in IIS 7.0

    I am trying to upgrade to IIS 7.0 but i am having an issue with something was so easy in IIS 6.0. How can i make IIS 7.0 not verify that the file exists so i can use dynamic URL creation for database driven websites? This was so easy in IIS 6.0 because it was just a check box but it does not...
  2. Jimi2Cool

    Trouble adding wcf service reference to web app client

    I have an ASP.Net Web Application project that I’m having a difficult time adding a WCF Service reference to. The Service is hosted on another machine in IIS 6. I know the service is fine since if I try to add a reference to it from a new test Web App project, everything works great. I can...
  3. Jimi2Cool

    Remote WCF service hangs

    ok, i have a service that fetches images from a database for me.the service is hosted in IIS and the service config is as follows <system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true" /> <diagnostics performanceCounters="All" wmiProviderEnabled="True">...
  4. Jimi2Cool

    asp.net image caching and wcf secutity issue

    So, I have an aspx page called image.aspx I want to use to render image bytes obtained through a WCF service by their id. In order to prevent some malicious code from using this url and just iterating through all the images to get them all (thus really boggong down the site) I first call the...
  5. Jimi2Cool

    Single Page Assemblies in VS 2008 web app

    so, i'm wondering where the ability to build a website with single page assemblies has went in 2k8. I can't think of a reason they'd remove the ability all togather since having to replace the entire website would make patching... well, not patching at all. This is a normal ASP.Net Web...
  6. Jimi2Cool

    Response.Redirect not working

    OK. i have a strance symptom happening. i have a searchbox control that calls response.redirect on the button click event. I can step all the way through to the redirect call and no errors occur. However, it stays on the current page. Any ideas?
  7. Jimi2Cool

    temporarily blocking crawlers/bots

    I'm about to transition my site from one version to another. i have loads of content and SEO is of the utmost importance. so, for a few hours i'd like to temporarily block crawlers from indexing any of te new content in case something goes wrong and i need to revert back. i'm trying to redirect...
  8. Jimi2Cool

    foreign character comparison problem

    OK. i have a method that looks through a list of strings to find matches to user input. for instance the list contains these 2 entries As, Aš if i user types As id like to grab both entries. I've been trying things with string.Compair to ignore culture and what not but no matter what i do i...
  9. Jimi2Cool

    javascript autofill/suggest box problems

    Ok, I’m trying to implement this javascript/ajax autofill control that uses a webservice to get a list of strings matching the users input. I have nearly everything working proper but one part. It seems no matter what way I try things I can never get the current value of the textbox on a...
  10. Jimi2Cool

    Code execution inside a placeholder control

    i was under the impression that the controls inside a placeholder dont fire there events or execute any codebehind unless the placeholder was visible. in my app it appears that all my controls are running weather they are in a visible placeholder or not, if they're in an invisible placeholder...
  11. Jimi2Cool

    accessing master page class from app_code

    I’m currently working on merging the contents of a Web App project into an existing Website project both using .Net 2.0. Aside from the many issues I’ve had I’m really stumped here. I am using a page base class defined in app_code and a master page defined outside app_code. In the web app...
  12. Jimi2Cool

    button click causes page_load with IsPostBack = false

    I have a web form with 2 user controls each having 2 buttons (they're both slideshow type controls) When any button is clicked, we make it to page_load and IsPostBack=false. This causes one time initialization code to get executed every time a button is clicked. it is my understanding that...
  13. Jimi2Cool

    Records not commiting - please help

    So, I have this SSIS package that basically moves records from one table into another table in the same DB. I’m running it on the actual server and everything seems to work. The data-flow task lights up yellow and visual studio increments the number of records passed through as if they were...

Part and Inventory Search

Back
Top