Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:2965
More Search Options
RSS Available
Matching Posts
Re: What is the advantage of compiled ASP.NET if it's far slower than ASP Classic?
If you call that function from a loop, then feed in the loacation of your page, it will compile. Just be sure to remember that if you have pages in sub folders, then you will have to call one of the pages in that folder. This is because asp.net compiles the code from individual pages seperately.
Posted to
Web Forms
(Forum)
by
toddkennedy
on 11/25/2002
Re: What is the advantage of compiled ASP.NET if it's far slower than ASP Classic?
Private Function GetPage(ByVal URLtoStrip As String) As String Dim proxyObject As New WebProxy("myfirewall", 80) Dim req As WebRequest = WebRequest.Create(URLtoStrip) Dim request As WebRequest = WebRequest.Create(URLtoStrip) request.Proxy = proxyObject Try Dim response As WebResponse = request.GetResponse() Dim reader As StreamReader = New StreamReader(response.GetResponseStream()) GetPage = reader.ReadToEnd Catch GetPage = "Failed" End Try End Function
Posted to
Web Forms
(Forum)
by
toddkennedy
on 11/25/2002
Re: ASP.NET unit testing
Thanks. Has anyone used X-unity? Is it better or worse?
Posted to
Architecture
(Forum)
by
toddkennedy
on 11/14/2002
Re: ASP.NET unit testing
Does it only work in C#? What about vb.net?
Posted to
Architecture
(Forum)
by
toddkennedy
on 11/13/2002
Re: ASP.NET unit testing
I'm setting up Nunit right now and the first thing it tells me is: "We assume you're using Visual Studio .NET and Internet Information Server." Will it work fine without the studio?
Posted to
Architecture
(Forum)
by
toddkennedy
on 11/13/2002
Re: ASP.NET unit testing
ACT records everything as VBScript. This means that you can modify it however you like. I can be easily modified to call dynamic test data.
Posted to
Architecture
(Forum)
by
toddkennedy
on 11/13/2002
Re: ASP.NET unit testing
From what I see of NUnit, it doesn't look like an improvement on ACT. What does it do that ACT can't do?
Posted to
Architecture
(Forum)
by
toddkennedy
on 11/12/2002
Re: Do other languages have a chance?
There is a lot of COBOL code still out there. Fujitsu makes COBOL.Net. Lots of places will try to move their old COBOL into .net to reuse the business logic.
Posted to
Other
(Forum)
by
toddkennedy
on 8/8/2002
Re: Problem with incomplete page loading
Hmmm. Interesting. Does the site use frames? It might be a problem with how the browser viewing the site is configured. Are they using I.E. or Netscape? Check the proxy settings if you are using a proxy server. There should be an option to set up sites that are not proxied with wildcards. It could be that your browser is set up so that it looks on the internet for parts of your site(if you are using frames or full path names).
Posted to
Web Forms
(Forum)
by
toddkennedy
on 8/6/2002
Page 1 of 1 (9 items)
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online