ASPFriends.com 'aspngstart' list
Up to: Discussion Lists

  • RSS Syndication
  • Latest Discussions Archive
    What does Object and Eventargs mean? (2 replies)
    ASPFriends.com 'aspngstart' list
    Ie in the Sub Page load(Sender as Object, e as EventArgs) I obviously get why EventArgs is aliased as e, but why Sender for Object? Is that where its come from? In plain English for a moron please.. Cheers Damian
    ASP.NET (9 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Douglas Reilly doug@accessmicrosystems.net Hi all, I am new to this .NET technology. I need some information on .NET and how to start off with.. Plz give me some URLs where i can get the info.
    asp.net vs webforms of vb.net (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngcommunity] to [aspngstart] by devin dmrader@sseinc.com i'm just starting out with asp.net so i'm not sure if this question even makes sense: could someone tell me in ten words or less, would i use webforms (vb.net) with asp.net or instead of asp.net? thanks, jay schumacher
    performance - ASP vs ASP.NET (6 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Victor Von Doom doctordoom@aspelite.com Hi A friend of mine who is into ASP argues that ASP is much faster than ASP.NET.. that is render/display/data access. He says this whole dataset thing is bound to be heavy and performance killer. he doesn't know much about ASP.NET I only know a little more than him but believe in ASP.NET as it wouldn't have com...
    Looking for Help (7 replies)
    ASPFriends.com 'aspngstart' list
    As you can notice, i'm a newcomer. I want to lern ASP and be well in it Boîte aux lettres Caramail http://www.caramail.com �extPart Caramail 0222151029754928 ID
    .Net Sp2 (10 replies)
    ASPFriends.com 'aspngstart' list
    This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. NextPartTM 000 55502b69 cf63 4181 9f18 8861d323c035 Content Type: multipart/alternative; boundary " NextPart 001 01C243BB.253D4374" NextPart 001 01C243BB.253D4374 Content Type: text/plain Hi, I searched the list archives, but haven't found much about .net sp2. I w...
    .NET Config can not find System.web (2 replies, VIP)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngconfig] to [aspngstart] by Yannick Smits dotnet@stepcompany.com Hello Everyone, I ve installed .NET framework on a remote Win2k Advanced Server (Call it Server). The drive where the OS is installed is NOT C:, it s F:. C: exists as a different hard drive. When I deploy a .NET Service from another computer (Call it Development) I get the following error: Parser Error Message: File o...
    move to asp.net (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspfreeforall] to [aspngstart] by Mac Kloberg (LAM) mac.kloberg@lam.liebherr.com hey list: I want to move to .NET ; i have developed classic asp just using Win98/PWS here to test scripts here but all sites out there I've done using a classic asp host (innerhost) ...i have Vis Basic 6.0 for custom server component development so to run the framework i need different OS, and to write VB ...
    problem in debugging (4 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngwebservices] to [aspngstart] by Rachel Reese rachelemilyreese@hotmail.com Hi Everybody, I have installed .Net on my Windows 2000 Advanced server. I have tried to run Web application than I am getting following error in the application log . Message Box: Error while trying to run the project: Unable to start debugging on the web server. server side error occurred sending debug http...
    Unable to Install .Net SDK (2 replies)
    ASPFriends.com 'aspngstart' list
    Hello, I am getting the following error message when I try to install .Net SDK in my laptop having Windows XP Professional. "Microsoft .Net Framework SDK Setup has failed. If this continues, please contact Product Support." What is wrong ? I downloaded all the 10 Split SDKs from Microsoft site and also tried installing from the CD I got along with "Learn ASP.NET in 21 Days" book. Both the cases I ...
    C# site (3 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Yannick Smits dotnet@stepcompany.com Where do I start to learn C#.NET & C#? Any good sites provide tutorials? Thanks Chat with friends online, try MSN Messenger: http://messenger.msn.com
    Deployment of my .NET APP (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Yannick Smits dotnet@stepcompany.com Hello all, What is the best procedure in deploying your Application? Do I just copy my .aspx files and my BIN folder? Does VS.NET help with deployment?
    ASP.NET Errors (2 replies)
    ASPFriends.com 'aspngstart' list
    Hi, I am having some problems trying to get ASP.NET to work. I Setup one new server running Windows 2000 SP2 with IIS; Using the Visual Studio .NET Enterprise Architect CD's I installed the .NET framework, Remote Debugging and the other associated server tools that were required by the way the 2000 server is a domain controller for my mini network. I built another PC with Windows XP Professional, ...
    SQL2000 creation on 'HOST' site (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngdatagridrepeaterdatalist] to [aspngstart] by Let the good times roll bbilbro@hotmail.com Hi, I have been thru BOL, SQL2000 manuals and IIS information. The more I read, the more confused I get. Problem: I had a SQL2000 database on my development system. I have a newly created web site. (DNP) I have FrontPage extensions installed on the host. What do I need to do with IIS? Do I nee...
    Namespace problem (7 replies, VIP)
    ASPFriends.com 'aspngstart' list
    HI! I am working on namespaces.My work is very simple as follows: // created on 7/29/02 at 1:56 PM using System; namespace MSDNMag { public class HelloWorld { public static int SayHi() { Console.WriteLine("Hello, World!"); return 0; } } } and this compiled to dll as msdnmag.dll using System; using MSDNMag; class CallingMSDNMag { public static void Main(string[] args) { HelloWorld.SayHi(); return 0...
    ASP.NET just stopped working server wide?! (4 replies, VIP)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Marcie Jones marciejones@yahoo.com Hi All, Interesting saturday night ASP.NET problem. I tried to deploy the gotdotnet messageboard code on the aspfree server and all of sudden NO aspx pages would process on the server. I've went as far as to remove all pages in the website and just try to do a response.write("HELLO") on an aspx page and get this bel...
    Web server setup (6 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngconfig] to [aspngstart] by Let the good times roll bbilbro@hotmail.com All, Sorry if this has been answered but I could not find it. What is the Minimum I have to install on a web server to allow clients to run .net .aspx apps? Is the redistributable all? Thanks in advance Paul
    ASP.Net not working now (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngdata] to [aspngstart] by Marcie Jones marciejones@yahoo.com Hi, I had VS.Net (final version) installed on my machine. The ASP.Net was working fine, but for some reason I had to reinstall the IIS but after that my ASP.Net is not at all showing the web form controls on the aspx page. Though I reinstalled the VS.Net again but still the problem is persistent. What to do? Have anybody ...
    .NET Framawork Installation (2 replies, VIP)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngvb] to [aspngstart] by eric landes elandes@partnersindiana.com Hi Guys, How to intall the .NET Framework on a machine running under Windows NT ? cheers, Claude
    Visio in Visual Studio.NET ? (8 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Tony Stark IronMan@aspelite.com I have VS Enterprise Architect installed (from MSDN Universal) but I cannot find anything Visio related in there ... is Visio a part of the installation for Visual Studio ? I did not see it anywhere in the install, nor do I see it anywhere in the add/remove components dialogue ... do you install it separately and it "i...
    are these normal consequences of VS.net installation (3 replies)
    ASPFriends.com 'aspngstart' list
    I had .net Framework SDK installed on my machine, and then installed Visual Studio.net. During installation of VS .net, the .net Framework was installed again. (Installation took literally hours, but no errors were reported.) It appears that there are two .net folders, (one on C: and one on D:) Since installation my machine runs like a snail. Press a key and wait. I looked in Control Panel/Add Rem...
    Migrating from beta to released Version ! (3 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Marcie Jones marciejones@yahoo.com Hi all, Currently I have installed Visual Studio.NET and Framework beta version in my system. Now I am planning to Install the released version. So whether do I need to Uninstall the beta and then Install the released version or any kind of upgrade is there ..Please Help !! Thanks in Advance Mathew James. | ASP.net ...
    Need Help to start IIS (3 replies, VIP)
    ASPFriends.com 'aspngstart' list
    html div style 'background color:' DIV SPAN style "FONT FAMILY: 'Times New Roman'; FONT SIZE: 12pt; mso fareast font family: 'Times New Roman'; mso ansi language: EN US; mso fareast language: EN US; mso bidi language: AR SA" ?xml:namespace prefix v ns "urn:schemas microsoft com:vml" / v:shapetype id x0000 t75 stroked "f" filled "f" path "m@4@5l@4@11@9@11@9@5xe" o:preferrelative "t" o:spt "75" coor...
    Installing IIS after .NET? (4 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Marcie Jones marciejones@yahoo.com I installed IIS on my workstation after I installed VS.NET. Now I would like to be able to do ASP.NET web pages. What is the best way to get my system to run .aspx pages properly (and debugging set up, etc.)? Should I uninstall the framework and reinstall it? (That seems like it wouldn't be safe). Thanks, Greg
    can't figure out error in local install (3 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngibuyspy] to [aspngstart] by Yannick Smits dotnet@stepcompany.com I installed the IBUYSPY portal on a laptop running XP Pro with SQL Server 2000. The install was unable to install the database and so I manually added installed that section. I keep getting the follow authentication error I can't figure out: Parser Error Message: It is an error to use a section registered as allowDef...
    Minimum .net deployment requirements (4 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Yannick Smits dotnet@stepcompany.com All, I'm trying to run a webservice on my webserver. I've been able to develop this web service just fine on my workstation. Now that I exported this project to my "server" it does not work. It looks like the server does not have the proper isapi mappings for the .asmx extention. I could install the whole .net stu...
    SV: Can someone please clarify this. (2 replies)
    ASPFriends.com 'aspngstart' list
    If I understand this correctly, the Enterprise version can be used in much the same fashion you normally use SQL Enterprise Mgr. You can still connect and choose table etc. with VS.Net Pro. I use it myself and think it works just great. I don't mind the missing functionality. I can use EM for that. Regards/Halsningar Andre Colbiornsen Sonnenburg Communications Bergsgatan 3, SE 211 54 Malmö Sw...
    Session Expires (3 replies)
    ASPFriends.com 'aspngstart' list
    Hi, I am facing a Problem with the Session. I am working on the same platform for more than a year and the specified problem is started around one month back. I will store the Login Id and Password in a Session ID. But some how the value of this Session is getting the null value automatically. I tried to trace out the problem but not able to solve it. Some of the cases I will get the problem from ...
    ASP.NET setup... (4 replies)
    ASPFriends.com 'aspngstart' list
    I have a Win2K server that I have set up to run ASP.NET scripts. This is the actions that I took: * Installed Win2K SP2 * Installed MDAC 2.7 * Installed IE 6.0 * Installed dotnetfx.exe Whenever I try to run a script I get a web page that comes up that says "Server Application Unavailable". In the Application Log on the server, this entry exists many times over: aspnet wp.exe could not be started. ...
    SV: dot net server (4 replies, VIP)
    ASPFriends.com 'aspngstart' list
    Siva, there is such a thing as a .Net server, but it is still in beta (you may of course well run .Net on this as well). What you need to run .Net pages today is: 1. W2k Server/Pro, IIS, .Net Redist 20 2. WinXP Pro, IIS, .Net Redist 3. Win XP Home with Asp.Matrix (has a built in server emulator) and .Net Redist 20 SQL Server 7.0/2000 is recommendable, but not mandatory. You can run SQL Server desk...
    dot net server (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspserver] to [aspngstart] by Tony Stark IronMan@aspelite.com hi! I have confused with the term 'dot net server' Whether it only Windows 2000 dot net frame work sql derver 2000 site server only or the OS different. Kindly clarify the same. Thank you, Siva Kumar Do You Yahoo!? Yahoo! Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
    IIS 5 Refuses Connection (4 replies, VIP)
    ASPFriends.com 'aspngstart' list
    I am running Windows XP Pro and have IIS 5.1 installed. I have checked the .NET framework several times and each time, the installation is found. However, when I open up the IIS manager and try to connect, I get a connection refused error. I can't install the webcontrols without fixing this. Can anyone offer suggestions. Thanks, Jon
    Server Setup (4 replies)
    ASPFriends.com 'aspngstart' list
    Hi, I want to set up a web server to run only ASP.NET web sites. I will be installing the .NET Framework Redistributable version. I'm looking for advice in two areas. 1) Where can I find information on the preferred hardware requirements. (I searched around MS, and other sites, but could not find this information) 2) Prior to ASP.NET I've read in the aspsecurity list that inetpub should be moved t...
    Server configuration for asp+ ? (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Tony Stark IronMan@aspelite.com I have installed Visual Studio Enterprise edition on a W2K workstation and am currently working on my first .net web site. We currently run W2K server and have several ASP web sites built with Visual Studio 6.0. My question is what software, if any, do we need to install on the server to enable us to host ASP AND ASP.N...
    Configuring IIS with VS.Net (3 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngvs] to [aspngstart] by Tony Stark IronMan@aspelite.com What is wrong with my setup? I am running XP Pro with IIS 5. I installed VS.Net all works fine until I go to run a web project. What is happening is that any time I attempt to browse a .aspx page on localhost via IP or localhost the browser tries to Download the page. I know it is a config issue but I do not know what to add t...
    SV: Re: SV: Bare minimum install... (2 replies)
    ASPFriends.com 'aspngstart' list
    It may well be a domain controller, but you will then have to do certain alterations to the machine.config file OR create a new user to get the framework processes to run. Read this for details about installing on a domain controller: http://www.gotdotnet.com/team/upgrade/v1/aspnet account readme.doc Read this for documentation concerning a bare minimum install (URL wrapping): http://msdn.microsof...
    SV: Bare minimum install... (2 replies)
    ASPFriends.com 'aspngstart' list
    Grab the .Net Redist (21 mb download), e.g. from www.asp.net. Provided you have IIS installed, and your W2K machine is not a Domain Controller, that should pretty much be it. You may also want to download and install the Mobile kit as well as MSDE (MS Sql Desktop Edition) unless you have access to other Sql Servers in your vicinity. Access and other dB handlers are of course also supported, but th...
    Which Database to use? (9 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Tony Stark IronMan@aspelite.com I want to use .NET for this a new web app I am building to keep track of television projects in production. I programmed the database in Access it's pretty straight forward... about three main tables and several lookup tables. The Web app will only be accessed internally and by several users max so the whole thing is p...
    ASP.NET on NT 4.0 (3 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngreuse] to [aspngstart] by Ryan Trudelle Schwarz ryants@aspelite.com .Net Framework is supported on NT 4.0 with SP6a. But has anyone tried using ASP.NET on NT 4.0 with SP6a? Thanks in Advance, Kailas Tare
    I'm confused... re: ASP.NET (10 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Tony Stark IronMan@aspelite.com I have a simple question regarding ASP.NET. I have to use it shortly, and have only quickly seen someone going and drawing a form using it. It looked pretty impressive. But what I was told was that ASP.NET is NOT ASP it is not ASP as I knew it. I was told you used either VB.NET or C Sharp. That a DLL is compiled and th...
    VS.NET vs. Matrix (4 replies)
    ASPFriends.com 'aspngstart' list
    I have both installed and find Matrix great for small ASP.NET projects. For example, say I want to create a relatively simple page to do something or other... it's much simpler/faster to just fire up Matrix and make the page than to get VS.NET going. ALso, I am not a huge fan of code behind, so Matrix is nice there too... Of course, I wouldn't get rid of VS.NET it has several very nice features th...
    Announcing the Microsoft ASP.NET Web Matrix Project - A New Free ASP.NET Development Tool (4 replies)
    ASPFriends.com 'aspngstart' list
    This is a multi part message in MIME format. InterScan NT MIME Boundary Content Type: multipart/alternative; boundary " NextPart 001 01C21648.76B4BC3B" NextPart 001 01C21648.76B4BC3B Content Type: text/plain; charset "us ascii" Content Transfer Encoding: quoted printable I'm pleased to announce the immediate availability of a new development tool for building web applications the Microsoft ASP.NET...
    Do the .NET controls live up to the hype? (7 replies)
    ASPFriends.com 'aspngstart' list
    I've just spent two days at a .NET seminar where a few hours were spent on ASP.Net. I was very excited about the new server side controls (especially the grid control), but then I started remembering the VI6 Design Time Controls. I remember being very intrigued by these. Unfortunately I still remember the big letdown when I went to try them (anyone else?). So my question to those of you who have u...
    ASPX on LocalHost (2 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngdebug] to [aspngstart] by Chaz charlesmarkcarroll@yahoo.com I've run classic asp on my win 2000 pro / IIS for several months. It's a convenience factor debugging locally. Getting aspx to run is proving elusive. Simple pages that run on my commercial aspx website, will not run on my local machine. The behavior of aspx pages varys from displaying text, displaying nothing, I've tried...
    How to Deploy a commercial website.... (3 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Cain Marco juggernaut@aspelite.com Hey folks, Has anyone out there in lyris land deployed a commercial website in asp.net? I'm getting ready to move the website from my development box to a production server on our intranet. Any tips, suggestions, comments, linx? tia, chris
    SQL server does not exist or access denied (6 replies)
    ASPFriends.com 'aspngstart' list
    Hi I installed VS.NET on amachine that already had win 2K and SQL Sever 2000. All seemed to work and then I run the command that configures the quickstart tutorials after that all database access fails with a message "SQL Server does not exist or access denied". My SQL server is running. I think that MSDE is installed during configuration but I can't see it. Any help appreciated Thanks Hassan
    sourcesafe (3 replies)
    ASPFriends.com 'aspngstart' list
    Moved from [aspngfreeforall] to [aspngstart] by Cain Marco juggernaut@aspelite.com What application replaced Visual Sourcesafe in NET?
    Error when running any ASP.NET Page (3 replies)
    ASPFriends.com 'aspngstart' list
    I test pages on my local system, but recently this has stopped working. The most recent thing I did was install VS 6, but I am not sure if that was the cause or not. I have gone as far back as I could think, uninstalling vs 6, vs.net, framework, and IIS. Then I install IIS, the framework, VS.net and it does not work, it does not install any of the isapi filters and I have to run aspnet regiis I to...
    aspngstart digest (2 replies)
    ASPFriends.com 'aspngstart' list
    ask about communication over internet. I want to implement a multi player game including game server and game client. Players use game client to connect to game server to play with others. The problem is I want my server and client connect to each other using truly .net technology, ofcourse of game's nature this commucation must state full and event driven. I am so happy if some one suggest me the...
    NESCAPE SUPPORT (6 replies)
    ASPFriends.com 'aspngstart' list
    Hi, In one of the MSDN Link I found out that the aspx pages will support any of the Web Browsers. But I developed a product in ASP.NET Beta2 and unable to displayed in the Nescape. Please help me to find out a solution for this. Also need to make some proposal on the same platform. Please give me some hints on web portals, which had developed in the ASP.NET. Regards Krishnan.K.C
    Visit the archive for messages from this site.
  • September 2001 (14 items)
  • October 2001 (81 items)
  • November 2001 (102 items)
  • December 2001 (100 items)
  • January 2002 (135 items)
  • February 2002 (78 items)
  • March 2002 (70 items)
  • April 2002 (58 items)
  • May 2002 (33 items)
  • June 2002 (27 items)
  • July 2002 (19 items)
  • August 2002 (12 items)
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com