i am very new to sharepoint,And i need to know,
waht happening ,Behind the screen when creating web application in sharepoint2007 and sharepoint 2010.

link|improve this question

75% accept rate
1  
It's hard to know what you're asking here - can you explain in more detail what you'd like to know? – Jeremy McGee Sep 29 '11 at 11:58
what are the default actions. – jaya Sep 29 '11 at 12:01
Belongs on sharepoint.stackexchange.com – Marek Grzenkowicz Sep 29 '11 at 13:26
@jaya: Do you need a detailed list of tables created in the database, files copied to the file system, etc? – Marek Grzenkowicz Sep 29 '11 at 13:26
@MarekGrzenkowicz:Yes.. – jaya Sep 29 '11 at 13:37
show 1 more comment
feedback

closed as not a real question by Jeremy McGee, Marek Grzenkowicz, Bill the Lizard Sep 29 '11 at 14:35

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted
  • A new IIS Web site is created
  • Virtual directories pointing to the SharePoint system folders are added to the IIS Web site
  • The Web.config file is updated with the configuration specific to SharePoint
  • The Global.asax file is modified to use the SharePoint specific Application class

A detailed description of the process is available in Chapter 2 of Inside Windows SharePoint Services 3.0

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.