Hi,
I am using intergrated windows authentication in IIS 6.0 for one of my web sites. This is working fine.
I then trying to to use a configurable identity in the application pool. This causes the intergrated security to stop working.
The configuarble identity works fine with anonymous...
I am running IIS 5 on a win 2000 machine and I’m making a connection to access 97 database using the following code.
set RSsections = server.createobject("adodb.recordset")
SQl = "SELECT * FROM news_section WHERE live_flag Is Null ORDER BY section_id DESC"
RSsections.open...
Hi,
I am using ASP in the way described.
The problem I have is that there are thousands of photographs currently stored without their dimensions being stored with them. I was hoping there was a way of resizing the window without having the image dimensions stored. I’m not sure if what I’m...
I have a number of pictures of different sizes with their locations stored in a database. I am hoping to be able to open them in a pop up window when the user clicks on a URL. The problem I have is that I don’t know the sizes of the pictures before I open them. Is there anyway I can make the pop...
Your help would be much appreciated
I have two select boxes on a page. The second of the two select boxes has it's options generated onchange of the first select box. This works fine (Internet Explorer 5.5).
The problem comes when the form is submitted. If the user presses the back button on...
In combination with this
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q228465
and
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q286301
Fingers crossed may have solved the problem. But it was only intermitent previously.
Thanks
Matt
I have recently rebuilt my IIS server and am intermitently receiving the following error when trying to send mails using CDONTS.
Microsoft VBScript runtime error '800a0046'
Permission denied
/ittemp/message.asp, line 8
any help would be much appreciated as it is preventing all my sites...
Hi
I am currently working on a Music Library, which allows users to create a cart with several MP3 files. One of the options on the cart page allows the customer to download all files contained within his cart in Zip Format. The person who I’m writing the site for has asked if it would be...
Hi
Try this. Create a new web site using:> task - new - site
Then once the site is created, right click the site. Select the properties. Then select the Web site tab. Press advanced next to the ip address on the web site identification menu.
Remove any existing entries in this menu and add a...
matttoby (Programmer) Apr 2, 2001
I am attempting to open up one recordset and then loop through this recordset and create a new recordset on each loop through.
E.G.
SET RSouter = server.createobject("adodb.recordset")
SQL = "SELECT * FROM xxx WHERE xxx"
RSouter.open...
I am attempting to open up one recordset and then loop through this recordset and create a new recordset on each loop through.
E.G.
SET RSouter = server.createobject("adodb.recordset")
SQL = "SELECT * FROM xxx WHERE xxx"
RSouter.open SQL,”DSN=xxx”
DO until Rsouter.EOF...
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.