IIS Annoying Me

who can figure this one out first. I am running windows xp pro, have installed using the add windows componets all the TCP connections and all of the neccessary IIS 6.0 stuff. After doing this, I created some asp test pages with dreamweaver, nd everything worked fine. The server is working and so is asp. Then, I restarted my cpu, and it stopped working. Haven't been able to get it work since. I NEED the server up asap.

View Replies


ADVERTISEMENT

Annoying Redirection

So far I have the code below (and a little bit more) to redirect a user to a different page, that works well for just going to one page, but as you can see by choice number 4 , I wish to allow the user to go to two pages, one after the other.

All of the pages that it redirects to have forms on them so the user can enter there information into it. obvoiusly I only want the user going to pages that are appropriate for them. Code:

View Replies View Related

Annoying Caching

I noticed when I made a change to my asp pages, the change was not committed. It would commit to the web server so you can see that the page was changed up IE refresh, but not when you post out the file and want to make a change again.

IT would take several minutes before the changes are committed. If you download the file and edit it too soon, then you will see an older page, then posting it back will overwrite the prevoius change!!!!

This is not good for development environemnet where there is heavy coding/changes to the asp pages. We are pulling our hair out and not sure what to do. We are on a shared server and therefore cannot have the hosting company disable the asp caching, is there anything else we can do?

View Replies View Related

Simple Issue But Annoying

I have one simple piece of code and i keep getting syntax error.
Now, i have tried so many things. Moving the speechmarks, trying a different way, but nope same error.
The trouble starts when i am trying to add a href to the table.
Does someone know where i am going wrong?Code:

Response.Write("<td><p style=""font-family:arial,sans-serif;font-size:8pt;color:#FFFFFF"">" & <a href=""debitshow_n.asp?Username=" & Username & "&Clearance=" & Clearance & "&Voucher=" & objrs("Voucher") & "&Prefix=" & objrs("Prefix")">objrs("debit-number")</a> & "</p></td>")

View Replies View Related

Annoying Problem With List/menu 'selected'

I am doing server side asp form validation, the form posts to itself and if all the values are accepted the values are inserted into an access db...

I have several list/menu with static value options.

The problem is when I submit the form and another value is incorrect, each list/menu is reset to the initially selected value as defined in dreamweaver (in my case 'Please Select').

With text inputs I can easily set the value to the value passed through the form, however it's not as simple for a list/menu.

Is it possible to change the 'selected' option based on the variable passed?

It's annoying in the sense that even though the user has selected an option, if they make a mistake elsewhere they always have to reselect their list/menu choice...

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved