looking for help file for ASP.net

  • Thread starter Thread starter TJS
  • Start date Start date
Not really. Your best bet is to install the .Net Framework SDK. That should
install some documentation files as well as installable quickstarts. ASP.Net
itself isn't really something that can be neatly placed in a help file
because it's a combination of parts of the .Net Framework namespace such as
the System.Web, System.Data (for accessing data), etc... and it refers to
objects all throughout the framework.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
I have the sdk




Mark Fitzpatrick said:
Not really. Your best bet is to install the .Net Framework SDK. That
should install some documentation files as well as installable
quickstarts. ASP.Net itself isn't really something that can be neatly
placed in a help file because it's a combination of parts of the .Net
Framework namespace such as the System.Web, System.Data (for accessing
data), etc... and it refers to objects all throughout the framework.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Back
Top