I would like to encode all my page requests handled by IIS 6.0.
I thought ISAPI might be the way to go?
Any ideas?
My goal is to make sure dangerous tags are not passed to the pages to prevent cross-site scripting attacks.
Thanks.
I'm trying to debug my ASP.NET project and all is well except:
If I put a breakpoint on a page and then start the debugger, VS automatically puts a page of an old version of the code into the Miscellaneous item folder in the solution.
What is causing this and how can I stop it? I've had this...
Newbie and MS Project macros here - Does anyone know how to find the current saved version of a project?
I'm trying to write a macro that opens up a project, does some changes and then saves it back to the same saved version but I can't see how to tell my macro what the original saved version of...
Hi,
I've used Micorosoft's DHTML component as the heart and soul of my Content Management System but in some cases when a user tries to edit their website using the system they get asked for an Office 2000 CD!
I've been looking around and it appears to be somehting to do with the setup of MS...
Does anybody know how (or if) ASP.NET can be used to strip out the querystring from the url without reloading the page?
I use the ViewState.Item property but sometimes I want to pass a filename across to another page. When it comes back it still has the filename in the querystring that I...
I'm looking for a CSS or Javascript control I can use in my VB.NET application.
The app has to gather information about the website to be generated and then create ASP.NET pages on the fly.
I can do the rest but I really need a friendly way for users to write the javascript and styles.
Any...
I'm uploading images to my website using the following code:
If Not (filImage1.PostedFile Is Nothing) And filImage1.Value <> "" Then
postedFile = filImage1.PostedFile
Dim filename As String = getFileName(postedFile.FileName)...
I'm trying to get my app to send faxes straight from the application.
All I can manage to do is get the MS fax wizard to start up.
Does anyone know of a better way to just send the fax number to an application or serivice or something(!) to send the fax without prompts?
Seriously consider...
I've got an application that includes a feature to compact and repair the access database that runs the application.
Whenever I try to install it on a machine that doesn't have access installed it gives me the error 'cannot create activex component'
I've included msacc8.olb in the setup...
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.