Jump to content

RoyalShrubber

Members
  • Posts

    3
  • Joined

  • Last visited

RoyalShrubber's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Ok if you haven't already checked some options in IIS, you can look them now. I am not completely sure this will work (as I normally use classic asp)... Ok open IIS (control panel -> Administrarive tools -> Internet Information Services) and go to asp.net tab. Then there you have 'asp.net version' option (by default i think it's empty) so check which versions you have available (i have 1.1 and 2.0) and check one. (I have changed to 2.0 and your example stop working, but probably I shoul reset computer....)Did that work?
  2. … probably you’ll understand nothing, unless you know slovene, but it is example...hehe, this is rather borring example, but I have implemented a lot of stuff with asp (directory listening, message posting...)The reason I didn't gave my page url is that it is running on my computer which isn’t running all the time as opposed to ISP computers that are of course running nonstop (but they have 10 mb limit so I don't have page there)
  3. ummm, in designing of my home web page I've came to one obstacle. I am hoby programmer, and I started my home web page project. I knew VB6 from past, so with help of w3schools I managed to learn alot of classic ASP.So I was able to build pretty sophisticated framework, which let me add pages to site without applying style to every page, just a single line in each page and I could even change styles (without help of any css ). The problem is I have to use address bar information (Request.QueryString) to properly display page. Example would be http://mypage.com/default.asp?ID=page:somepage. I could call from somepage.asp to default.asp and it would call that file back but I consider that 'clumsy'.Notice that I have designed site in a way that every page consists of 3 parts: title, main body, and menu. The concept of my page is the following: 1. default.asp finds trough cookie selected user’s style and transfers execution to appropriate style asp file along with arguments. 2. The style asp has design which looks like empty page and where the content would be are asp function calls. The style asp also includes 'core' asp where the bodies of functions mentioned before are. So trough these function the somepage.asp, somepageTitle.asp, and somepageMenu.asp are executed. And in the same manner every page builds up.The problem is I would like to use .../somepage.url without that additional 'default.asp?ID=page:nonsense'. I tought CSS would give me that power, so I learned how it works and I nearly started redesigning, but I found one problem. With CSS I can change position, change fonts, backgrounds, but I can't add any text or code to the style. One example would be that I got in mind one secret style which would be parody to that xxx pages (codename red light district). And for that reason I would like to have each time other hostess, other neon displays…, other example would be to have some text completely out of 'title', 'menu', 'body' …So does anybody know how to redesign my page so I could use 'normal' url and keep having features that gives me my current design?thx for help
×
×
  • Create New...