 |
| ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 18th, 2005, 07:40 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
|
|
Requirement for ASP .NET 2.0
Hi,
What is the mini. requirt for ASP.NET 2.0 code to run?
Since, I am not able to get ouput of this code:
---
Name: <asp:TextBox id="NameIn" Runat="Server"/>
---
I m using remote server, i.e. accessing file from server, editing it on local pc and running on remote server.
Server is using IIS 5.0, .NET Framework 1.1, W2K Server OS.
Thanks in Advance.
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|
|

August 18th, 2005, 08:37 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I'd say the minimum requirement for an ASP.NET 2.0 page is the .NET 2.0 Framework.... ;)
Where did you write this code? What makes you think it's ASP.NET 2.0 code?? (This should result in a text box on a 1.1 enabled web server)
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

August 22nd, 2005, 04:03 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
|
|
I have written code in file, copied it on remote server and run over there. i.e. running on my loca pc via IE with address of remote server.
I have copied this line of code from a site which toughts ASP dot net 2.0, so i thought this is for asp dot net 2.0
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|
|

August 22nd, 2005, 04:33 AM
|
|
Friend of Wrox
|
|
Join Date: May 2003
Posts: 229
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

August 22nd, 2005, 01:28 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
It's hard to tell.
<asp:TextBox id="NameIn" Runat="Server"/>
is ASP.NET 1.1 and 2.0 so in both environments it should render a text box.
If you see nothing at all, then IIS is not configured correctly. Did you install IIS after you installed the .NET framework?
If so, search this forum for ASPNET_REGIIS for more tips on reconfiguring IIS.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

August 24th, 2005, 07:26 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
|
|
Does order of installation matters? if yes then i need to work out with IT guys.
Further, what other IIS configuration needs to be done in case of ASP .NET 2.0?
Does it requre IIS 5+? if yes, is it freely available to upgrade?
Thanks in advance.
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|
|

August 24th, 2005, 08:32 AM
|
|
Friend of Wrox
|
|
Join Date: May 2003
Posts: 229
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Rupen,
I am using VS.NET 2003 Edition from almost 1.5 years. Now i have installed VS.NET 2005 Beta also and dont have any problem. My IIS is automatically configured by installation program itself. In short here is my install order..
Windows XP Professional Edition
IIS
VS.NET 2003 Edition
Windows XP Service Pack 1
Windows XP Service Pack 2
VS.NET 2005 Edition (Beta)
Charul Shukla
|
|

October 21st, 2005, 05:52 AM
|
|
Registered User
|
|
Join Date: Oct 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
i think you dont need IIS for VS.net 2005 Beta 2.is'nt it.
www.whatusearch.net
|
|
 |