ASP.NET sample

  • Thread starter Thread starter test
  • Start date Start date
T

test

Hi,

I'm looking for some ASP.NET source code that I could build and deploy on
IIS: not some hello-world application, but something closer to real-life -
but without SQL Server. I wasn't able to find anything suitable in Win2008
SDK samples. There're some links to Microsoft ASP.NET sample source code -
but that web-site has been shut down.

Thanks,
t
 
I did this Google search, but it didn't return anything I could use: I'm not
looking for any frameworks or tutorials - but rather something I could
compile (with VS2008) and deploy to IIS (Win2003 R2 SP2) right away.

Thanks,
t
 
test said:
Hi,

I don't need any intro's. I just need some ASP.NET source code that I
could compile and deploy to my test IIS server.

In that case, a "Hello, world!" application is exactly what you should be
using. Keep it as simple as possible.

Do you have something like the Visual Studio IDE to work with?

Do you have a preference for the language in the code-behind pages (C#/VB)?

Andrew
 
I wasn't implying that you walk through the article, just go to downloads
and download the application.

Richard
 
Back
Top