 |
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
|
|
|

July 25th, 2006, 08:02 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Like I said, upgrade to the final version of .NET. Using a beta is likely to get you into many problems. You can download SQL Server Express Edition which is free, so you can set up a dev system for free....;)
The code you posted looks more like classic ASP. You need to at least wrap this in an event handler like Page_Load...
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

July 25th, 2006, 08:07 AM
|
Registered User
|
|
Join Date: Jul 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks for your quick response.
I am going to download the latest version of the .NET Framework but I have already uploaded my site to http://www.unitedsol.net/cloud9 but there its working properly,
And yeah I have Windows2003 Server on my Dev machine and my application is made in ASP.NET 1.1 and I am using the Code Behined method there
Please take a look to the link.
<%@ Page language="c#" Codebehind="signup.aspx.cs" AutoEventWireup="false" Inherits="DatingWebSite.signup" %>
-^
|

July 25th, 2006, 08:16 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
If your app is made in .NET 1.x, why are you posting in a 2.0 forum? And what does a beta of .NET 2 have to do with this?
I am a bit confused. Maybe you should describe your problem in more detail.
Better yet: start a new thread, as it seems that your topic is not as related to the original topic as it seemed at first...
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

July 25th, 2006, 08:23 AM
|
Registered User
|
|
Join Date: Jul 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks again for your quick response
But I am switching to .NET 2.0 and I am saying that I am already running my code on http://www.unitedsol.net/cloud9 and its working properly there. but not on my machine...
|

July 25th, 2006, 08:29 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
So? That doesn't say much, does it? For all I know, http://www.unitedsol.net/cloud9 could be running on PHP.... ;)
So if you need some help with something, please describe your problem in more detail....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

July 25th, 2006, 08:34 AM
|
Registered User
|
|
Join Date: Jul 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hey Dude HOW should this run on PHP you can check http://aspspider.org/unitedsol/default.aspx its almost a complete website that I have developed.
any ways I am getting the above erorr again and again and honestly I also don't know what to do....
Thanks
|

July 25th, 2006, 08:39 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
You just posted this link: http://www.unitedsol.net/cloud9
I hope you understand I don't have the time nor the desire to follow each and every link posted here, only to find out what technology the site was built with.
I'll try it once more: somehow you have a problem. Somehow, this may be related to asp.net 1.x or 2.0, your IIS setup, other general setup issues or a mismatch between all of these. I am not a mind reader so I don't know what the problem is. Provide more details about your setup and your problem, or I won't be able to help.
Clear enough?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|

July 25th, 2006, 08:57 AM
|
Registered User
|
|
Join Date: Jul 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
:)Thanks again I have never recieved so much quick responses on any forums like p2p, thanks for this
I have tried running the Default Reports Web Application in IIS and its working well, but I think it might be the problem of IIS setup, SO I should Look at that.
Thanks Again for your responses
|
|
 |