ASPFriends.com 'aspngstart' list Archive - December 2001
Messages
Page: 12345
Problem loading ASP.NET Web Application (5 replies)
ASPFriends.com 'aspngstart' list
Hi, I recently installed VS.NET without any problems. I have a problem that is probably simple to you but I cant see a solution.I can open other project types except the 'ASP.NET Web Application'.I get this error: " The default Web access mode for this project is set to file share,but the project folder at 'http://localhost/WebApplication1' cannot be opened with the path 'c:\inetpub\wwwroot\WebApp...
How to delete a project in VS.NET (2 replies)
ASPFriends.com 'aspngstart' list
Can anyone tell me how to delete/remove a project from VisualStudio.Net? Thanks. Jill Blackmer
The application cannot start (please Help) (3 replies)
ASPFriends.com 'aspngstart' list
Friends, I am trying to install the visual Studio .net Beta 2 on my PC and the instalaction were made without errors BUT when i start Visual Studio.net i have this error : "The application cannot start" I found this article information on website (microsoft) but did not work : http://support.microsoft.com/directory/article.asp?ID KB;EN US;Q306905&VOTE2 What can i do ? My PC: Pentium III 650 256 MB...
Failed to install Framework RC0 (5 replies, VIP)
ASPFriends.com 'aspngstart' list
Hiya people I'm having great difficulty installing VS.NET 7 RC 0 It just dailes to install the framework, I'm not sure why but here are the entries from the install log [12/04/01,09:56:50] Setup.exe: GetGlobalCustomProperty({89D8A61F 50C2 4F93 BCF2 9DC2F9501D74}) [12/04/01,09:56:50] VS70BaseUI: DepCheck indicates Microsoft .NET Framework is not installed. [12/04/01,09:56:50] VS70BaseUI: ***ERRORLO...
VisualStudio.net (version 2002 - release candidate) (3 replies)
ASPFriends.com 'aspngstart' list
Friends, I went to the Devdays 2001 in Portugal. I am Portuguese. They give me the DVD VisualStudio.net (version 2002 release candidate) I have tried to install the RC but brrrrrrrrrr.... Two days trying..... i give up :( Then i am trying to install the BETA 2 version..... i give up of RC.... but i have an error (see my last email) that i will try to fix it with the latest version of the MSXML com...
Page Load (2 replies)
ASPFriends.com 'aspngstart' list
I have a datagrid that binds to a remote XML source. The problem is, the amount of time it takes to serve up the XML file is quite a bit. I thought I had heard of a way in .NET to allow the rest of a page to load while I'm waiting on some control to finish initializing? Can this be done? Jason Aaron Corporate Systems New Product Development 806.337.3103 begin 666 InterScan Disclaimer.txt M5&AE(&EN...
Making Win32 API calls from managed code (3 replies)
ASPFriends.com 'aspngstart' list
Is it possible? Any sample code or articles available? TIA Wade
i wonder how to request cookies? (3 replies)
ASPFriends.com 'aspngstart' list
hello, i'm min in korea i just wonder how to request cookies in asp.net for c#. i used to use follow structure. mycookie request.cookies("cookies name") it never works anymore at asp.net. plz, give me a hand. thanks. Thinking of me when a long time passed? Well, I wish I would be the person who you might like to have a drink with~~ Please contact me, rhombask@korea.com ICQ 21671666. MSN rhombask@h...
Close IIS Session from ASP... (10 replies)
ASPFriends.com 'aspngstart' list
Hi, I m looking for some code I can run in a ASP page to kill the session in IIS then redirect you. Cheers Robert
how secure is viewstate? (3 replies, VIP)
ASPFriends.com 'aspngstart' list
Hey all, just wondering how secure the info is in the viewstate? Could someone copy it out of the source code of the page and get whatever data is stored in it? or is it encrypted some way? ian
Deployment (3 replies)
ASPFriends.com 'aspngstart' list
Can somebody point me or tell me how to deploy a new Asp.Net Web site? I have my server up and running W2K SP2, .Net Framework Beta 2 installed.
Whats the Difference (5 replies, VIP)
ASPFriends.com 'aspngstart' list
Hi, Could somebody explain to me what the difference is between these two lines of code. 1. public String Login(String email, String password) 2. public string Login(string email, string password) Thanks, Dean Santillan Email: webmaster@5dayweek.com
Getting Universal Time Coordinate at the Server (4 replies, VIP)
ASPFriends.com 'aspngstart' list
How do I get the Universal (Greenwich) Time at the Server? I need to stuff it into the records in the database. Don Schenck, Schenck Technical Consulting
Disabling controls on the client (3 replies)
ASPFriends.com 'aspngstart' list
Hi, I am writing an application, and I need to disable controls (once the user clicks the button), I need to disable all the controls (to prevent user clicking on other controls), but since the process (that fires right away when the button is clicked, is quite long), I need to disable the controls right away (before the postback to the server). Any suggestions? I've heard that I might have to use...
How to create a Root Web Application in ASP.NET? (4 replies)
ASPFriends.com 'aspngstart' list
How can I create a *Root* Web Application in ASP.NET using Visual Studio .NET Beta 2? So my application is at http://www.mydomain.com/ and not http://www.mydomain.com/myapplication/ Thank you, Plip. Phil Winstanley. Creations Group Limited New corporate website online (With new improved irritating background noises)! http://www.creations group.com phil.winstanley@creations.co.uk What do C programm...
Deployment problem with IE Web Controls (2 replies)
ASPFriends.com 'aspngstart' list
Hi all, I deploy my application last night for QA to a W2K Server with .Net Framework Beta 2 (only the framework, not te VS.NET) but it uses IE Web Controls and I cannot run the app cause is complaining about not finding the IE Toolbar control. I installed the Web Controls but still the problem persists. Any idea how to fix it? Thanks before hand, JP
Setting Process's (2 replies)
ASPFriends.com 'aspngstart' list
HI, I d like to set the server to run an ASP script every 14 days . How would I do this on a windows 2000 server ? Cheers Robert
Code Behinds and HTML Controls (5 replies)
ASPFriends.com 'aspngstart' list
Writing all my data access routines in Codes Behind pages or Classes called from Code Behind Pages. If I'm using standard HTML controls (not Server Controls), how do I get the values into the the HTML controls. For example 1) Make a connection and Command 2) Fire off a Select Statement to get a data reader 3) need to push data into a group of text boxes input class "formtextbox" name "txtStartDate...
ASP include file within ASP.NET.. (2 replies)
ASPFriends.com 'aspngstart' list
I have a rc4 encryption/decryption include file that was written in ASP.. I want to include it in my .NET asp file.. It worked fine before, but when i include it in the ASPX file is get .. 20 Compiler Error Message: BC30289: Statement cannot appear within a method body. End of method assumed. Source Error: Line 19: Sub RC4Initialize(strPwd) 20 Source File: d:\inetpub\secure\rc4.asp Line: 19 20 the...
Where to start! (6 replies)
ASPFriends.com 'aspngstart' list
I have been working quite some time with ASP Classic and of course taught myself fairly well how to write logic in VBScript. However, I would not call myself a programmer, but at the same time realize that I have to learn how to now, if I want to make the transition to ASP.net. 20 I am under the impression that it would be easier for me to learn VB than C#. And of course anything but VB.Net would ...
SV: RE: Where to start! (2 replies)
ASPFriends.com 'aspngstart' list
Thank you for your prompt answer Brian! I think, though, that it is important for me to learn a programming language from scratch. That's why I would like to learn VB.Net. The quickstart and tutorials are fina, as I am sure the ibuyspy portal is, but I understand the framework intentions. I just need to reasonably master a programming language. Regards/H E4lsningar Andr E9 Colbi F6rnsen 3D 3D 3D 3...
Syntax error (2 replies)
ASPFriends.com 'aspngstart' list
Hi, I have recently done loads of CDONTS form etc . but for some reason today I m getting this error when I declare a variable. Why ? ERROR Microsoft VBScript compilation error '800a03ea' Syntax error /partner/index.asp, line 18 Dim objCDO ^ CODE %@LANGUAGE "VBSCRIPT"% % if (cStr(Request("Submit")) "") Then Dim MsgBody MsgBody "Date: " & date() & vbcrlf & vbcrlf & "Name: " & Request.Form("contactn...
SV: RE: SV: RE: Where to start! (4 replies)
ASPFriends.com 'aspngstart' list
Too many lists, too little time! This is becoming ridiculous. Alex Lowe's 3 last posts has been to redirect people to other lists. You guys are getting trapped in your own red tape these days. You need to reconsider. At least offer a suggestion when the question is intimately connected to asp.net like mine. It is asp.net I am interested in, and to benefit fully from this new framework I need to kn...
Parser Error right after I created a NEW project... (6 replies)
ASPFriends.com 'aspngstart' list
Why do I get this error IMMEDIATELY after creating a brand new C# project called "cs01" and trying to access it via the web? I also created a brand new VB.NET project called "vb01" and got no error. Francesco Server Error in '/cs01' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse ...
HTML tag attributes in code behind (5 replies)
ASPFriends.com 'aspngstart' list
Hi, Is it possible to set HTML tag attributes programmatically? I'd like to get something like this: HTML xmlns:v "urn:schemas microsoft com:vml" without modifying aspx file. The same question applies to BODY tag and HEAD section contents ( META , SCRIPT ...). TIA, Kuba
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification