Login | |
|
 |
RE: <% %> Render Blocks - 7/31/2005 6:09:10 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
Hiya Satishbeh. Are you saving your file as .ASP? Do you have your file under wwwroot? (or manually linked through Computer Managment (IIS))? Snipah PS my output is: The date is now 31-7-2005 20:10:39 . the file location i call is: http://localhost:8080/asp/date.asp
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: <% %> Render Blocks - 8/1/2005 7:02:48 AM
|
|
 |
|
| |
Snipah
Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
8080 is the port where my localhost is on, to use IIS on (Skype is hogging 80, so i had to change it) what is the full path what you open in your browser??? Try to rename it to .ASP and try it then....
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: <% %> Render Blocks - 8/2/2005 7:08:25 AM
|
|
 |
|
| |
Country73
Posts: 709
Score: 8
Joined: 8/25/2004
From: USA
Status: offline
|
The only thing I was able to find is that ASP.NET is referred to as ASPX. Here's a link that describes it a little more in detail. http://aerohost.com/aspx-net.htm
|
|
| |
|
|
|
 |
RE: <% %> Render Blocks - 8/4/2005 6:23:06 AM
|
|
 |
|
| |
Country73
Posts: 709
Score: 8
Joined: 8/25/2004
From: USA
Status: offline
|
I haven't had a chance to check that out, not sure if I'll be able to get to it anytime soon, but I did come across another site that may be able to assist you a little more on this. http://samples.gotdotnet.com/quickstart/aspplus/
|
|
| |
|
|
|
 |
RE: <% %> Render Blocks - 9/28/2005 1:50:34 AM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
Those <% %> blocks are no longer used in ASP.NET (althoug I think you still can use them) In ASP.NET you are supposed to put all your code into pages so called "code behind". These pages reside on the server side, thus you no longer need those <% %> blocks. The "code behind" pages can be written in VB.NET or C# or ... Providing a way to make your front end in HTML (ASP.NET) and your code in the language you prefer. I can't go into much detail about the differences between ASP and ASP.NET (both because I don't know enough about it and because it would be blogging in stead of posting on a forum), but there are lots of webpages convering this issue. Just do some googling.
|
|
| |
|
|
|
 |
RE: <% %> Render Blocks - 4/13/2006 8:06:22 PM
|
|
 |
|
| |
tt77v1
Posts: 3
Score: 0
Joined: 4/13/2006
Status: offline
|
yes i think it is correct
|
|
| |
|
|
|
 |
RE: <% %> Render Blocks - 7/11/2007 2:46:52 PM
|
|
 |
|
| |
Rischip
Posts: 346
Score: 2
Joined: 3/26/2007
Status: offline
|
You must create the "application" in IIS for it to render .aspx pages Thumbnail Image
Attachment (1)
< Message edited by Rischip -- 7/11/2007 2:49:00 PM >
_____________________________
Rischip Author of - The Grim Linker
|
|
| |
|
|
|
|
|