| | |
IIS and ASP.Net
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
Well, if you had some type of development environment to develop ASP.NET code, that would help a lot too. Of course, you could just write your code in notepad, but I don't know how great that would be for a newbie.
BTW, don't confuse ASP.NET and ASP. ASP is a very old web scripting language. ASP.NET is a new, web compiled language.
ASP.NET programmers like me hate when people refer to ASP.NET as ASP
.
BTW, don't confuse ASP.NET and ASP. ASP is a very old web scripting language. ASP.NET is a new, web compiled language.
ASP.NET programmers like me hate when people refer to ASP.NET as ASP
. -Ryan Hoffman
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
•
•
Join Date: Jul 2004
Posts: 6
Reputation:
Solved Threads: 0
Thanks for your response. Can you suggest what type of environment would be needed? Is there any free ones available? Do I need to do any configuration of IIS in order to start writing scripts?
BTW, Thanks for the information about ASP and ASP.net I know the difference, but I guess I am just been bad by not using the correct name.
BTW, Thanks for the information about ASP and ASP.net I know the difference, but I guess I am just been bad by not using the correct name.
•
•
•
•
Originally Posted by Taffy-Taff
I recently post a thread asking if IIS can run on XP Home Edition. The answer that I got is NO. I recently upgrade my laptop to Windows XP Professional. I really want to start learning ASP. Can I now just start writing ASP codes or do I now have to do something else before.
Thanks.
Formerly known as Slade.
ASP.NET Web Matrix is entirely free, and its by the ASP.NET Team. However, its quite limited; no codebehind, no intellisense.
You're better off testing out the new Microsoft Visual Web Developer 2005 Beta 1, available for a free download here.
You're better off testing out the new Microsoft Visual Web Developer 2005 Beta 1, available for a free download here.
-Ryan Hoffman
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
•
•
Join Date: Jul 2004
Posts: 6
Reputation:
Solved Threads: 0
Guys -
I seem to have a problem. I tried typing a simple page with ASP tag and it did not work. I suspect that it might be an IIS configuration issue. I use the tag <%=time%> but it came up blank. I tried to configure IIS but seems to be having problem there, also. On my Administration Tools toolbar, I am seeing icons for Local Secutiry Policy and Performance, but I am not seeing an icon for Personal Web Manager. I am presently using Windows XP Professional.
How can I properly configure IIS so that I can start using ASP.net?
I am in the process of downloading the Beta file for the environment, thanks a million.
Taffy.
I seem to have a problem. I tried typing a simple page with ASP tag and it did not work. I suspect that it might be an IIS configuration issue. I use the tag <%=time%> but it came up blank. I tried to configure IIS but seems to be having problem there, also. On my Administration Tools toolbar, I am seeing icons for Local Secutiry Policy and Performance, but I am not seeing an icon for Personal Web Manager. I am presently using Windows XP Professional.
How can I properly configure IIS so that I can start using ASP.net?
I am in the process of downloading the Beta file for the environment, thanks a million.
Taffy.
Can you post your whole page's code?
-Ryan Hoffman
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
That isn't a valid ASP.NET page.
You need to add this to the top of the page:
<%@ Page language="c#" %>
and the time part should be, <%= System.DateTime.Now.ToLongTimeString() %>
You need to add this to the top of the page:
<%@ Page language="c#" %>
and the time part should be, <%= System.DateTime.Now.ToLongTimeString() %>
-Ryan Hoffman
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
![]() |
Similar Threads
- Using iis - asp.net (ASP.NET)
- ASP.Net perm full time programmer wanted (Web Development Job Offers)
- Front-End Developer with ASP.net needed!!! (Web Development Job Offers)
- Experience ASP.net with C# developer needed!! (Web Development Job Offers)
- ASP.Net / C# Web Developer (Web Development Job Offers)
Other Threads in the ASP.NET Forum
- Previous Thread: Automatically Generated Letters
- Next Thread: Advice required to start WEB based application development
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net browser button c# c#gridviewcolumn cac checkbox commonfunctions compatible confirmationcodegeneration content courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit fileuploader fill flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols radio ratings redirect registration relationaldatabases reportemail rotatepage schoolproject search security serializesmo.table sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





