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...
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...
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">...
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...
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...
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?
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.